Add a comment explaining why we're defining S_ISDIR and company.
[obnox/wireshark/wip.git] / packet-isakmp.c
2000-07-02 guyFix the comment at the beginning of the routine to...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-22 guySupport for ISAKMP XAUTH authentication, from Yaniv...
2000-05-22 guyGet rid of the comment before "cfgattrident2str()"...
2000-05-21 guyParsing attributes in Config mode, and support for...
2000-05-17 guySmall fix from Yaniv Kaul.
2000-05-11 guyPut in a comment to note that "cfgattrident2str()"...
2000-05-11 guyYaniv Kaul's patch to add support for the ISAKMP Config...
2000-05-11 gramAdd tvbuff class.
2000-04-28 guyIf the "encrypted payload" flag is set in an ISAKMP...
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-06 guyChanges from Dave Chapeskie.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 guyConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-08 guy"pntohl()" doesn't actually return a "long" (or an...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-07-06 guy"pntohl()" doesn't actually return a "long" (or an...
1999-06-12 guyInclude "snprintf.h" if necessary - we use "snprintf()".
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.