aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isakmp.c
Commit message (Expand)AuthorAgeFilesLines
* Dissect NAT-Discovery and NAT-Original Address payloads, and just useGuy Harris2003-10-081-3/+67
* If a payload type doesn't have a dissector function, don't crash by callingGuy Harris2003-10-041-2/+2
* From Yaniv Kaul: add AES-XCBC-MAC to the list of authentication methods,Guy Harris2003-09-151-1/+2
* Register the dissector by name - the "UDP Encapsulation of IPsecGuy Harris2003-08-081-2/+4
* Squelch some compiler warnings.Guy Harris2003-06-241-10/+9
* Fix the definition of NUM_GRPDESC_TYPES, from Yaniv Kaul.Gerald Combs2003-05-261-2/+2
* The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris2003-05-251-4/+4
* From Yaniv Kaul: add RFC3526 DH MODP groups.Gerald Combs2003-05-251-5/+10
* Fix instances where the return value of snprintf() was being checked for -1,Gerald Combs2003-05-241-7/+10
* From Yaniv Kaul - remove the check for the SafeNet VID, as that's notGuy Harris2003-04-281-6/+1
* From Yaniv Kaul:Guy Harris2003-01-201-3/+13
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-47/+47
* From Yaniv Kaul:Guy Harris2002-08-201-12/+119
* From Yaniv Kaul:Guy Harris2002-08-181-50/+55
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Yaniv Kaul: update to draft-ietf-ipsec-udp-encaps-02, which removedGuy Harris2002-05-201-45/+11
* Mark unused arguments as such.Guy Harris2002-05-011-14/+14
* Convert some "col_add_str()" calls to "col_set_str()".Guy Harris2002-01-211-4/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-12/+12
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+6
* Update two values for XAUTH (XAUTH-NEXT-PIN, XAUTH-ANSWER), inGilbert Ramirez2001-11-141-1/+3
* IPCOMP transformation and ID_IPV4_ADDR_SUBNET for ISAKMP, fromGuy Harris2001-11-051-2/+24
* Make the protocol ID argument to "dissect_transform()" an "int", andGuy Harris2001-10-261-36/+49
* We no longer try to dissect payloads of type "None", so get rid ofGuy Harris2001-10-251-9/+3
* Loop over all the sub-payloads of a Security Association payload; make aGuy Harris2001-10-251-48/+82
* From Yaniv Kaul - handle UDP-encapsulated IPSec NAT Keepalive packets.Guy Harris2001-10-221-2/+7
* If "snprintf()" can't print all the data because there's not enoughGuy Harris2001-09-251-4/+28
* From Frank Singleton: add some missing includes of <string.h>.Guy Harris2001-08-311-1/+2
* Update from Yaniv Kaul to dissect UDP-encapsulated AH and to registerGuy Harris2001-08-301-17/+37
* Call the ESP dissector regardless of whether "tree" is non-null or not.Guy Harris2001-08-291-35/+32
* Support for UDP encapsulation of IPSec packet draft, from Yaniv Kaul.Guy Harris2001-08-291-5/+59
* Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris2001-04-171-1/+2
* Add, as per Tim Newsham, code to forcibly set the payload length to 4Guy Harris2001-04-041-2/+8
* Tvbuffify the ISAKMP dissector.Guy Harris2001-02-281-726/+425
* Updates from Yaniv Kaul to show the certificate encoding and typeGuy Harris2001-02-131-4/+25
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* print message ID in isakmp headerJun-ichiro itojun Hagino2000-12-121-2/+4
* remove incorrect bound check. the check can fail on legal packet, at theJun-ichiro itojun Hagino2000-12-121-1/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Patch from Jack Keane to keep the dissector from looping infintely onGuy Harris2000-10-071-10/+12
* Assignments for SHA2 and AES encryption and data integrity schemes, fromGuy Harris2000-10-031-7/+19
* Don't trust data in packet.Gilbert Ramirez2000-10-021-1/+6
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-7/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-17/+17
* Fix the comment at the beginning of the routine to give the right fileGuy Harris2000-07-021-29/+30
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Support for ISAKMP XAUTH authentication, from Yaniv Kaul.Guy Harris2000-05-221-3/+23