summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-ike.c
AgeCommit message (Collapse)Author
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@