diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 06:54:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-12 06:54:24 +0000 |
commit | 3536b6a7fea244691e94def0e8641960cf30fdfe (patch) | |
tree | ae4ac52e215357960601b694acc5b2993d7a0dd3 /net/Makefile | |
parent | 29caa538eed4354e02e8e4324ea3cdef4eabb009 (diff) |
The Packet Debugger (pdb) is a program which allows people to work
with packet streams as if they were working with a source code
debugger. Users can list, inspect, modify, and retransmit any packet
from captured files as well as work with live packet capture.
WWW: pktdbg.sf.net
PR: ports/109002
Submitted by: gnn@
Notes
Notes:
svn path=/head/; revision=184952
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8a4ccd0aa5be..6d48b2f89c1b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -555,6 +555,7 @@ SUBDIR += pchar SUBDIR += pcnfsd SUBDIR += pcs + SUBDIR += pdb SUBDIR += pear-Auth_RADIUS SUBDIR += pear-Net_CDDB SUBDIR += pear-Net_CheckIP |