Fix some aclocal warnings during autogen.sh
[obnox/wireshark/wip.git] / packet-isakmp.c
2003-12-13 guyWiden the "value" parameter to "value2str()", rather...
2003-12-11 ulflprevent MSVC warning:
2003-12-10 guySquelch a compiler warning.
2003-12-10 guyCheck whether the packet length is less than the length...
2003-12-02 guyFrom Yaniv Kaul:
2003-12-02 guyFrom Arnaud Jacques: fix a typo, and handle another...
2003-11-04 guyGet rid of all the UDP-encapsulated IPSec stuff.
2003-10-09 guyFrom Aki Immonen: add a numbre of vendor IDs.
2003-10-08 guyDissect NAT-Discovery and NAT-Original Address payloads...
2003-10-04 guyIf a payload type doesn't have a dissector function...
2003-09-15 guyFrom Yaniv Kaul: add AES-XCBC-MAC to the list of authen...
2003-08-08 guyRegister the dissector by name - the "UDP Encapsulation...
2003-06-24 guySquelch some compiler warnings.
2003-05-26 geraldFix the definition of NUM_GRPDESC_TYPES, from Yaniv...
2003-05-25 guyThe last byte of "foo[N]" is "foo[N-1]", not "foo[N]".
2003-05-25 geraldFrom Yaniv Kaul: add RFC3526 DH MODP groups.
2003-05-24 geraldFix instances where the return value of snprintf()...
2003-04-28 guyFrom Yaniv Kaul - remove the check for the SafeNet...
2003-01-20 guyFrom Yaniv Kaul:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-20 guyFrom Yaniv Kaul:
2002-08-18 guyFrom Yaniv Kaul:
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-20 guyFrom Yaniv Kaul: update to draft-ietf-ipsec-udp-encaps...
2002-05-01 guyMark unused arguments as such.
2002-01-21 guyConvert some "col_add_str()" calls to "col_set_str()".
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-14 gramUpdate two values for XAUTH (XAUTH-NEXT-PIN, XAUTH...
2001-11-05 guyIPCOMP transformation and ID_IPV4_ADDR_SUBNET for ISAKM...
2001-10-26 guyMake the protocol ID argument to "dissect_transform...
2001-10-25 guyWe no longer try to dissect payloads of type "None...
2001-10-25 guyLoop over all the sub-payloads of a Security Associatio...
2001-10-22 guyFrom Yaniv Kaul - handle UDP-encapsulated IPSec NAT...
2001-09-25 guyIf "snprintf()" can't print all the data because there...
2001-08-31 guyFrom Frank Singleton: add some missing includes of...
2001-08-30 guyUpdate from Yaniv Kaul to dissect UDP-encapsulated...
2001-08-29 guyCall the ESP dissector regardless of whether "tree...
2001-08-29 guySupport for UDP encapsulation of IPSec packet draft...
2001-04-17 guyMove the declaration of "ipprotostr()" out of "epan...
2001-04-04 guyAdd, as per Tim Newsham, code to forcibly set the paylo...
2001-02-28 guyTvbuffify the ISAKMP dissector.
2001-02-13 guyUpdates from Yaniv Kaul to show the certificate encodin...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-12 itojunprint message ID in isakmp header
2000-12-12 itojunremove incorrect bound check. the check can fail on...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-10-07 guyPatch from Jack Keane to keep the dissector from loopin...
2000-10-03 guyAssignments for SHA2 and AES encryption and data integr...
2000-10-02 gramDon't trust data in packet.
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 denielMiscellaneous code cleaning
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
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.