diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-05 11:38:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-05 11:38:43 +0000 |
commit | 6d99515f48bf2c1e8d9c5156c1fe8e7f6a2f07b1 (patch) | |
tree | 7372695412142925a9b0b9e0e9203e782164657a /net/tcpshow/pkg-descr | |
parent | 118637b1512e7a97fa3018bfbe6246445d79a11f (diff) | |
download | ports-6d99515f48bf2c1e8d9c5156c1fe8e7f6a2f07b1.tar.gz ports-6d99515f48bf2c1e8d9c5156c1fe8e7f6a2f07b1.zip |
tcpshow reads a tcpdump(1) savefile and provides a reasonably complete
decode of Ethernet, IP, ICMP, UDP and TCP headers. Boolean expressions
may also be specified for packet selection.
tcpshow's output is simular to Sun Solaris's snoop(1M) command for
network packet capture and inspection.
Notes
Notes:
svn path=/head/; revision=8496
Diffstat (limited to 'net/tcpshow/pkg-descr')
-rw-r--r-- | net/tcpshow/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tcpshow/pkg-descr b/net/tcpshow/pkg-descr new file mode 100644 index 000000000000..2fd7ea27ffc8 --- /dev/null +++ b/net/tcpshow/pkg-descr @@ -0,0 +1,10 @@ +tcpshow reads a tcpdump(1) savefile and provides a reasonably complete +decode of Ethernet, IP, ICMP, UDP and TCP headers. Boolean expressions +may also be specified for packet selection. Data within the packets are +displayed in ASCII. + +tcpshow's output is simular to Sun Solaris's snoop(1M) command for +network packet capture and inspection. + +-- David + (obrien@NUXI.com) |