summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-ike.c
AgeCommit message (Collapse)Author
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
deraadt@ OK
2002-07-11print FQDN strings using correct length; ok ho@ jakob@Kevin Steves
2002-06-11For IPCOMP print CPI instead of SPI. Style.Hakan Olsson
2002-06-11Don't assume 32bit SPI/CPI numbers.Hakan Olsson
2002-06-11Decode IPCOMP transform IDs.Hakan Olsson
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-11-12care and KNFTheo de Raadt
2001-10-26(c)-2001.Hakan Olsson
2001-04-18Correct IKE mode config printouts, ok ho@Niklas Hallqvist
2001-04-10Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt)Hakan Olsson
decoding. Also some cleanup of attribute handling plus length checks.
2001-04-09Extend IKE knowledge so we can parse the rest (normally encrypted parts)Hakan Olsson
of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok)
2000-10-03Print IKE notifications (with -v). Style. (jakob@ ok)Hakan Olsson
1999-09-30Improve tcpdump's IKE/ISAKMP knowledge. (jakob@, hugh@ ok)Hakan Olsson
1999-09-16- #if __STDC__ --> #ifdef __STDC__Brad Smith
- remove unused variables
1999-07-28- Merge some changes from tcpdump 3.4Jakob Schlyter
-a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@