aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isakmp.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-13Widen the "value" parameter to "value2str()", rather than narrowing theGuy Harris1-51/+51
2003-12-11prevent MSVC warning:Ulf Lamping1-3/+3
2003-12-10Squelch a compiler warning.Guy Harris1-3/+3
2003-12-10Check whether the packet length is less than the length of the packetGuy Harris1-1/+8
2003-12-02From Yaniv Kaul:Guy Harris1-2/+4
2003-12-02From Arnaud Jacques: fix a typo, and handle another CheckPoint versionGuy Harris1-2/+4
2003-11-04Get rid of all the UDP-encapsulated IPSec stuff.Guy Harris1-40/+3
2003-10-09From Aki Immonen: add a numbre of vendor IDs.Guy Harris1-2/+244
2003-10-08Dissect NAT-Discovery and NAT-Original Address payloads, and just useGuy Harris1-3/+67
2003-10-04If a payload type doesn't have a dissector function, don't crash by callingGuy Harris1-2/+2
2003-09-15From Yaniv Kaul: add AES-XCBC-MAC to the list of authentication methods,Guy Harris1-1/+2
2003-08-08Register the dissector by name - the "UDP Encapsulation of IPsecGuy Harris1-2/+4
2003-06-24Squelch some compiler warnings.Guy Harris1-10/+9
2003-05-26Fix the definition of NUM_GRPDESC_TYPES, from Yaniv Kaul.Gerald Combs1-2/+2
2003-05-25The last byte of "foo[N]" is "foo[N-1]", not "foo[N]".Guy Harris1-4/+4
2003-05-25From Yaniv Kaul: add RFC3526 DH MODP groups.Gerald Combs1-5/+10
2003-05-24Fix instances where the return value of snprintf() was being checked for -1,Gerald Combs1-7/+10
2003-04-28From Yaniv Kaul - remove the check for the SafeNet VID, as that's notGuy Harris1-6/+1
2003-01-20From Yaniv Kaul:Guy Harris1-3/+13
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-47/+47
2002-08-20From Yaniv Kaul:Guy Harris1-12/+119
2002-08-18From Yaniv Kaul:Guy Harris1-50/+55
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-20From Yaniv Kaul: update to draft-ietf-ipsec-udp-encaps-02, which removedGuy Harris1-45/+11
2002-05-01Mark unused arguments as such.Guy Harris1-14/+14
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".Guy Harris1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-12/+12
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+6
2001-11-14Update two values for XAUTH (XAUTH-NEXT-PIN, XAUTH-ANSWER), inGilbert Ramirez1-1/+3
2001-11-05IPCOMP transformation and ID_IPV4_ADDR_SUBNET for ISAKMP, fromGuy Harris1-2/+24
2001-10-26Make the protocol ID argument to "dissect_transform()" an "int", andGuy Harris1-36/+49
2001-10-25We no longer try to dissect payloads of type "None", so get rid ofGuy Harris1-9/+3
2001-10-25Loop over all the sub-payloads of a Security Association payload; make aGuy Harris1-48/+82
2001-10-22From Yaniv Kaul - handle UDP-encapsulated IPSec NAT Keepalive packets.Guy Harris1-2/+7
2001-09-25If "snprintf()" can't print all the data because there's not enoughGuy Harris1-4/+28
2001-08-31From Frank Singleton: add some missing includes of <string.h>.Guy Harris1-1/+2
2001-08-30Update from Yaniv Kaul to dissect UDP-encapsulated AH and to registerGuy Harris1-17/+37
2001-08-29Call the ESP dissector regardless of whether "tree" is non-null or not.Guy Harris1-35/+32
2001-08-29Support for UDP encapsulation of IPSec packet draft, from Yaniv Kaul.Guy Harris1-5/+59
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris1-1/+2
2001-04-04Add, as per Tim Newsham, code to forcibly set the payload length to 4Guy Harris1-2/+8
2001-02-28Tvbuffify the ISAKMP dissector.Guy Harris1-726/+425
2001-02-13Updates from Yaniv Kaul to show the certificate encoding and typeGuy Harris1-4/+25
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-12print message ID in isakmp headerJun-ichiro itojun Hagino1-2/+4
2000-12-12remove incorrect bound check. the check can fail on legal packet, at theJun-ichiro itojun Hagino1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-10-07Patch from Jack Keane to keep the dissector from looping infintely onGuy Harris1-10/+12