summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2004-03-12Check payload size more carefully when printing ike messages. Identified byHans-Joerg Hoexer
2004-02-20Print ifname in PFSYNC_ACT_CLR message if present.Ryan Thomas McBride
2004-02-15string.h for memsetJolan Luff
2004-02-14KNFHakan Olsson
2004-02-14Fix DOI select logic, which was broken for IKE vendors that sends non-zeroHakan Olsson
2004-02-13Print protocol and service numbers correctly when -n switch is specified.Can Erkin Acar
2004-02-10Make pfsync printing consistent with rest of tcpdump regarding newlines,Ryan Thomas McBride
2004-02-10Make pfsync work correctly with IP options on 64-bit alignmentRyan Thomas McBride
2004-02-05Don't print two confusing error messages, print a single clear one.Otto Moerbeek
2004-02-04Better error message when bpf device open fails.Otto Moerbeek
2004-02-04Some more non-alignment problems resolved.Otto Moerbeek
2004-02-02Do away with non-aligned memory accesses.Otto Moerbeek
2004-01-31general cleanup and better SIGCHLD handling from millert@Otto Moerbeek
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar
2004-01-22802.3X pretty printer (dead simple)Jason Wright
2004-01-21Increment the right pointers, so we don't print the same entries repeatedly.Ryan Thomas McBride
2004-01-21Clean up pfsync output: print source address by default, pass -vv correctlyRyan Thomas McBride
2004-01-20If you go through the trouble of caching the name of the last printedOtto Moerbeek
2004-01-18Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogusOtto Moerbeek
2004-01-15Input should be atleast an isakmp_header long. otto@, markus@ ok.Hakan Olsson
2004-01-15print tcpmd5 signature options; with/ok itojunMarkus Friedl
2004-01-10Avoid duplication of code; handle truncated packets properly; useOtto Moerbeek
2004-01-09Avoid messing up the screen by non-printable chars in hostname +Otto Moerbeek
2004-01-04zap unused variable; ok mcbridePeter Valchev
2003-12-31Many improvements to the handling of interfaces in PF.Cedric Berger
2003-12-28Unbreak tree by using correct PFSYNC_ACT_UREQ #define.Ryan Thomas McBride
2003-12-28Add a new PFSYNC_ACT_UREQ message type.Ryan Thomas McBride
2003-12-27Zero out the pf_state struct before filling it with data from theRyan Thomas McBride
2003-12-22Fix unbounded recursion and an unsigned/signed mixup. Resolves PR 3610.Otto Moerbeek
2003-12-19Argh. Calculate the length really, really correctly.Ryan Thomas McBride
2003-12-19Calculate the length of the captured pfsync payload correctly when printingRyan Thomas McBride
2003-12-18Recognize NAT-D and NAT-OA payloads. markus@ ok.Hakan Olsson
2003-12-17Change pfsync IP protocol and multicast group numbers.Ryan Thomas McBride
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-11-08Return proper anchor rule number in correct byte order.Daniel Hartmeier
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08Print "|pfsync" if the packet is truncated, not "|pflog".Ryan Thomas McBride
2003-11-05Make tcpdump -x work with pfsync.Ryan Thomas McBride
2003-11-02- newline before printing first state (so they all line up and the firstRyan Thomas McBride
2003-10-12Default snaplen is 96 not 68, from Pyun YongHyeon, ok deraadt@Daniel Hartmeier
2003-10-12Make it compile without INET6, from Max Laier, ok deraadt@Daniel Hartmeier
2003-09-25- simplify macrosJason McIntyre
2003-09-08Fix 'tcpdump -v icmp' endianess buglet, print ID in hex.Cedric Berger
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
2003-08-28tweak;Jason McIntyre
2003-08-21print the operating system of TCP SYN packets with the -o optionMike Frantzen
2003-07-17add support for ESP decryption; ok deraadt@; feedback mickey@;Markus Friedl
2003-07-14macro fixes;Jason McIntyre
2003-07-08print ip_{src,dst} again; ok henning@Markus Friedl