aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isakmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the comment before "cfgattrident2str()" explaining why it'sGuy Harris2000-05-221-7/+1
* Parsing attributes in Config mode, and support for a Hybrid modeGuy Harris2000-05-211-2/+28
* Small fix from Yaniv Kaul.Guy Harris2000-05-171-2/+2
* Put in a comment to note that "cfgattrident2str()" was put in for useGuy Harris2000-05-111-1/+7
* Yaniv Kaul's patch to add support for the ISAKMP Configuration MethodGuy Harris2000-05-111-5/+96
* Add tvbuff class.Gilbert Ramirez2000-05-111-92/+92
* If the "encrypted payload" flag is set in an ISAKMP packet, don'tGuy Harris2000-04-281-7/+15
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+11
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Changes from Dave Chapeskie.Guy Harris1999-12-061-63/+271
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-16/+26
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-2/+2
* Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1999-08-261-2/+2
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+15
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+5
* "pntohl()" doesn't actually return a "long" (or an "unsigned long"), itGuy Harris1999-07-081-3/+3
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-121/+119
* "pntohl()" doesn't actually return a "long" (or an "unsigned long"), itGuy Harris1999-07-061-3/+3
* Include "snprintf.h" if necessary - we use "snprintf()".Guy Harris1999-06-121-1/+10