aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isakmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-0/+1040