summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2004-12-20Add support for displaying Shared Spanning Tree Protocol frames, a minorChristopher Pascoe
2004-12-19use strchr instead of indexTheo de Raadt
2004-12-13permit protocol name longer than 3 letters. canacar okJun-ichiro itojun Hagino
2004-11-17print ipv6 on enc0, too; ok otto, tests by friesMarkus Friedl
2004-10-17implement -q for icmp, deregister, print usigned values using an unsignedOtto Moerbeek
2004-10-15print ip_len for -v; ok otto, hshoexer, henningMarkus Friedl
2004-10-07When printing attributes do not cast unsigned value to signed.Hans-Joerg Hoexer
2004-09-16print th_seq from truncated tcp headers (e.g. in icmp need-frag)Markus Friedl
2004-09-16add -T tcp to enforce interpretation as TCPMarkus Friedl
2004-09-16nfs v3 support from tcpdump.org/netbsd; tests with pedro, mariusMarkus Friedl
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-08-10print checksum differences on -vv; ok otto@Markus Friedl
2004-08-10print ip/port for truncated tcp packets; ok otto@Markus Friedl
2004-08-10print the original ip packet on -vv; based on tcpdump.org; ok otto@Markus Friedl
2004-07-29Report DPD notifications. Cleanup. markus@ ok.Hakan Olsson
2004-07-28print th_seq for -vv; ok hshoexer, henningMarkus Friedl
2004-07-28add -ttttt (timestamp difference since the first packet); ok thierryMarkus Friedl
2004-07-14no \n in errx(3)Henning Brauer
2004-07-07Include protocol name in printout.Ryan Thomas McBride
2004-06-23-tttt prints time between packets; ok deraadtMarkus Friedl
2004-06-23pretty print; ok ho@Markus Friedl
2004-06-22it is meaningless to try decoding non-first fragment.Jun-ichiro itojun Hagino
2004-06-22In draft-ietf-ipsec-nat-t-ike-01,02,03, NAT-D is payload 130. Rewrite a bitHakan Olsson
2004-06-22Recognize NAT-T Keepalive packets. markus@ ok.Hakan Olsson
2004-06-20- do not use __attribute__((volatile)) as its a synonym for __dead nowadaysAnil Madhavapeddy
2004-06-18simplify license, ok niels matthieuHenning Brauer
2004-06-14Fix tcpslice ftp URL. From f5813 at sbcglobal dot net.Otto Moerbeek
2004-06-09Take better care of people down under living in X and a half hourOtto Moerbeek
2004-05-21add DLT_PPP_ETHER support plus some fixes for pppoe_if_print().Brad Smith
2004-05-15Naming consistency. From Alexander Guy. ok canacar@Otto Moerbeek
2004-05-13Unswap the vhid and advskew values.Ryan Thomas McBride
2004-05-08Pass the length of what was captured to pfsync_print, not the lengthRyan Thomas McBride
2004-05-06whitespace;Jason McIntyre
2004-05-05Use RFC1323 PAWS timestamps as a logical extension to the conventional TCPMike Frantzen
2004-04-29a slight polishing...Theo de Raadt
2004-04-29unused variables; ok mcbrideTheo de Raadt
2004-04-28Fix fd leaks.Can Erkin Acar
2004-04-28Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.Ryan Thomas McBride
2004-04-23Silence getopt() in the priv process. ok canacar@ henning@Otto Moerbeek
2004-04-14Don't forget to move to STATE_RUN if the -w output file is stdout.Otto Moerbeek
2004-04-13Cleanup and more careful payload parsing.Hans-Joerg Hoexer
2004-04-08only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org>Anil Madhavapeddy
2004-04-08In error message, use saved errno, not current errno.Anil Madhavapeddy
2004-04-07Fix bounds check for printing of ip6 options. Similar fix in tcpdumpOtto Moerbeek
2004-04-06Print DELETE payload contents. ok markus@.Hakan Olsson
2004-04-03- dont send junk err in parent_open_dump() if filename is NULLAnil Madhavapeddy
2004-03-22Add support for PFSYNC_ACT_BUS. (Bulk Update Status)Ryan Thomas McBride
2004-03-19Remove errant ';' from end of for() statement. deraadt@ okAaron Campbell
2004-03-15if (foo); ok aaron@Damien Miller
2004-03-14Check return code of chdir() after chroot(); noted by Joris Vink, slight modOtto Moerbeek