Small explanation for why MS created their own KRB5 OID value.
[metze/wireshark/wip.git] / packet-isakmp.c
2003-01-20 Guy HarrisFrom Yaniv Kaul:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-20 Guy HarrisFrom Yaniv Kaul:
2002-08-18 Guy HarrisFrom Yaniv Kaul:
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-20 Guy HarrisFrom Yaniv Kaul: update to draft-ietf-ipsec-udp-encaps...
2002-05-01 Guy HarrisMark unused arguments as such.
2002-01-21 Guy HarrisConvert some "col_add_str()" calls to "col_set_str()".
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-14 Gilbert RamirezUpdate two values for XAUTH (XAUTH-NEXT-PIN, XAUTH...
2001-11-05 Guy HarrisIPCOMP transformation and ID_IPV4_ADDR_SUBNET for ISAKM...
2001-10-26 Guy HarrisMake the protocol ID argument to "dissect_transform...
2001-10-25 Guy HarrisWe no longer try to dissect payloads of type "None...
2001-10-25 Guy HarrisLoop over all the sub-payloads of a Security Associatio...
2001-10-22 Guy HarrisFrom Yaniv Kaul - handle UDP-encapsulated IPSec NAT...
2001-09-25 Guy HarrisIf "snprintf()" can't print all the data because there...
2001-08-31 Guy HarrisFrom Frank Singleton: add some missing includes of...
2001-08-30 Guy HarrisUpdate from Yaniv Kaul to dissect UDP-encapsulated...
2001-08-29 Guy HarrisCall the ESP dissector regardless of whether "tree...
2001-08-29 Guy HarrisSupport for UDP encapsulation of IPSec packet draft...
2001-04-17 Guy HarrisMove the declaration of "ipprotostr()" out of "epan...
2001-04-04 Guy HarrisAdd, as per Tim Newsham, code to forcibly set the paylo...
2001-02-28 Guy HarrisTvbuffify the ISAKMP dissector.
2001-02-13 Guy HarrisUpdates from Yaniv Kaul to show the certificate encodin...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-12 Jun-ichiro itojun... print message ID in isakmp header
2000-12-12 Jun-ichiro itojun... remove incorrect bound check. the check can fail on...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-10-07 Guy HarrisPatch from Jack Keane to keep the dissector from loopin...
2000-10-03 Guy HarrisAssignments for SHA2 and AES encryption and data integr...
2000-10-02 Gilbert RamirezDon't trust data in packet.
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-02 Guy HarrisFix the comment at the beginning of the routine to...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-22 Guy HarrisSupport for ISAKMP XAUTH authentication, from Yaniv...
2000-05-22 Guy HarrisGet rid of the comment before "cfgattrident2str()"...
2000-05-21 Guy HarrisParsing attributes in Config mode, and support for...
2000-05-17 Guy HarrisSmall fix from Yaniv Kaul.
2000-05-11 Guy HarrisPut in a comment to note that "cfgattrident2str()"...
2000-05-11 Guy HarrisYaniv Kaul's patch to add support for the ISAKMP Config...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-28 Guy HarrisIf the "encrypted payload" flag is set in an ISAKMP...
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-12-06 Guy HarrisChanges from Dave Chapeskie.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-09-17 Guy HarrisAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 Guy HarrisConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-07-08 Guy Harris"pntohl()" doesn't actually return a "long" (or an...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-07-06 Guy Harris"pntohl()" doesn't actually return a "long" (or an...
1999-06-12 Guy HarrisInclude "snprintf.h" if necessary - we use "snprintf()".
1999-06-11 Gilbert RamirezAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.