| Commit message (Expand) | Author | Age | Files | Lines |
* | - (void)printf() -> printf(); the cast adds clutter for little value. |  procter | 2020-01-24 | 1 | -4/+4 |
* | Rework UDP parsing, particularly around IP addresses. |  dlg | 2018-07-06 | 1 | -4/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+1 |
* | Print names rather than numbers for the old draft nat-t attributes, |  sthen | 2012-01-28 | 1 | -4/+5 |
* | minimal decode support for IKEv2 exchange types and payloads. |  jsg | 2010-06-07 | 1 | -3/+7 |
* | Print RFC3947 NAT Original Address (NAT-OA) payloads, they're a subset |  sthen | 2010-01-20 | 1 | -1/+10 |
* | for packets with unknown payloads (outside the range of our knowledge) simply |  deraadt | 2009-11-12 | 1 | -2/+4 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -6/+1 |
* | Instead of directly applying ntoh*() to fields of the captured |  hshoexer | 2008-12-18 | 1 | -23/+26 |
* | trash $Header goo which is just annoying; 5595 |  deraadt | 2007-10-07 | 1 | -2/+2 |
* | recognize xauth vendor payload |  hshoexer | 2006-08-24 | 1 | -3/+3 |
* | Fix a reliability issue where an over-read of 4 bytes could result in the |  cloder | 2005-08-28 | 1 | -5/+12 |
* | some more ike payload types |  hshoexer | 2005-06-28 | 1 | -2/+9 |
* | When printing attributes do not cast unsigned value to signed. |  hshoexer | 2004-10-07 | 1 | -3/+3 |
* | Report DPD notifications. Cleanup. markus@ ok. |  ho | 2004-07-29 | 1 | -4/+19 |
* | In draft-ietf-ipsec-nat-t-ike-01,02,03, NAT-D is payload 130. Rewrite a bit |  ho | 2004-06-22 | 1 | -7/+26 |
* | - do not use __attribute__((volatile)) as its a synonym for __dead nowadays |  avsm | 2004-06-20 | 1 | -3/+3 |
* | Cleanup and more careful payload parsing. |  hshoexer | 2004-04-13 | 1 | -75/+204 |
* | Print DELETE payload contents. ok markus@. |  ho | 2004-04-06 | 1 | -7/+62 |
* | Check payload size more carefully when printing ike messages. Identified by |  hshoexer | 2004-03-12 | 1 | -5/+9 |
* | KNF |  ho | 2004-02-14 | 1 | -4/+4 |
* | Fix DOI select logic, which was broken for IKE vendors that sends non-zero |  ho | 2004-02-14 | 1 | -52/+55 |
* | Input should be atleast an isakmp_header long. otto@, markus@ ok. |  ho | 2004-01-15 | 1 | -5/+4 |
* | Recognize NAT-D and NAT-OA payloads. markus@ ok. |  ho | 2003-12-18 | 1 | -2/+6 |
* | Add missing includes, breaks and semicolons to appease gcc3; David Krause |  millert | 2002-09-23 | 1 | -2/+3 |
* | print FQDN strings using correct length; ok ho@ jakob@ |  stevesk | 2002-07-11 | 1 | -3/+3 |
* | For IPCOMP print CPI instead of SPI. Style. |  ho | 2002-06-11 | 1 | -7/+10 |
* | Don't assume 32bit SPI/CPI numbers. |  ho | 2002-06-11 | 1 | -8/+10 |
* | Decode IPCOMP transform IDs. |  ho | 2002-06-11 | 1 | -2/+9 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -5/+2 |
* | care and KNF |  deraadt | 2001-11-12 | 1 | -168/+162 |
* | (c)-2001. |  ho | 2001-10-26 | 1 | -5/+3 |
* | Correct IKE mode config printouts, ok ho@ |  niklas | 2001-04-18 | 1 | -22/+18 |
* | Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt) |  ho | 2001-04-10 | 1 | -45/+173 |
* | Extend IKE knowledge so we can parse the rest (normally encrypted parts) |  ho | 2001-04-09 | 1 | -65/+231 |
* | Print IKE notifications (with -v). Style. (jakob@ ok) |  ho | 2000-10-03 | 1 | -193/+68 |
* | Improve tcpdump's IKE/ISAKMP knowledge. (jakob@, hugh@ ok) |  ho | 1999-09-30 | 1 | -54/+332 |
* | - #if __STDC__ --> #ifdef __STDC__ |  brad | 1999-09-16 | 1 | -3/+2 |
* | - Merge some changes from tcpdump 3.4 |  jakob | 1999-07-28 | 1 | -0/+260 |