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