summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-ike.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-4/+4
* Rework UDP parsing, particularly around IP addresses.dlg2018-07-061-4/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Print names rather than numbers for the old draft nat-t attributes,sthen2012-01-281-4/+5
* minimal decode support for IKEv2 exchange types and payloads.jsg2010-06-071-3/+7
* Print RFC3947 NAT Original Address (NAT-OA) payloads, they're a subsetsthen2010-01-201-1/+10
* for packets with unknown payloads (outside the range of our knowledge) simplyderaadt2009-11-121-2/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* Instead of directly applying ntoh*() to fields of the capturedhshoexer2008-12-181-23/+26
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* recognize xauth vendor payloadhshoexer2006-08-241-3/+3
* Fix a reliability issue where an over-read of 4 bytes could result in thecloder2005-08-281-5/+12
* some more ike payload typeshshoexer2005-06-281-2/+9
* When printing attributes do not cast unsigned value to signed.hshoexer2004-10-071-3/+3
* Report DPD notifications. Cleanup. markus@ ok.ho2004-07-291-4/+19
* In draft-ietf-ipsec-nat-t-ike-01,02,03, NAT-D is payload 130. Rewrite a bitho2004-06-221-7/+26
* - do not use __attribute__((volatile)) as its a synonym for __dead nowadaysavsm2004-06-201-3/+3
* Cleanup and more careful payload parsing.hshoexer2004-04-131-75/+204
* Print DELETE payload contents. ok markus@.ho2004-04-061-7/+62
* Check payload size more carefully when printing ike messages. Identified byhshoexer2004-03-121-5/+9
* KNFho2004-02-141-4/+4
* Fix DOI select logic, which was broken for IKE vendors that sends non-zeroho2004-02-141-52/+55
* Input should be atleast an isakmp_header long. otto@, markus@ ok.ho2004-01-151-5/+4
* Recognize NAT-D and NAT-OA payloads. markus@ ok.ho2003-12-181-2/+6
* Add missing includes, breaks and semicolons to appease gcc3; David Krausemillert2002-09-231-2/+3
* print FQDN strings using correct length; ok ho@ jakob@stevesk2002-07-111-3/+3
* For IPCOMP print CPI instead of SPI. Style.ho2002-06-111-7/+10
* Don't assume 32bit SPI/CPI numbers.ho2002-06-111-8/+10
* Decode IPCOMP transform IDs.ho2002-06-111-2/+9
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-5/+2
* care and KNFderaadt2001-11-121-168/+162
* (c)-2001.ho2001-10-261-5/+3
* Correct IKE mode config printouts, ok ho@niklas2001-04-181-22/+18
* Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt)ho2001-04-101-45/+173
* Extend IKE knowledge so we can parse the rest (normally encrypted parts)ho2001-04-091-65/+231
* Print IKE notifications (with -v). Style. (jakob@ ok)ho2000-10-031-193/+68
* Improve tcpdump's IKE/ISAKMP knowledge. (jakob@, hugh@ ok)ho1999-09-301-54/+332
* - #if __STDC__ --> #ifdef __STDC__brad1999-09-161-3/+2
* - Merge some changes from tcpdump 3.4jakob1999-07-281-0/+260