aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isakmp.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-7/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-17/+17
2000-07-02Fix the comment at the beginning of the routine to give the right fileGuy Harris1-29/+30
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-22Support for ISAKMP XAUTH authentication, from Yaniv Kaul.Guy Harris1-3/+23
2000-05-22Get rid of the comment before "cfgattrident2str()" explaining why it'sGuy Harris1-7/+1
2000-05-21Parsing attributes in Config mode, and support for a Hybrid modeGuy Harris1-2/+28
2000-05-17Small fix from Yaniv Kaul.Guy Harris1-2/+2
2000-05-11Put in a comment to note that "cfgattrident2str()" was put in for useGuy Harris1-1/+7
2000-05-11Yaniv Kaul's patch to add support for the ISAKMP Configuration MethodGuy Harris1-5/+96
2000-05-11Add tvbuff class.Gilbert Ramirez1-92/+92
2000-04-28If the "encrypted payload" flag is set in an ISAKMP packet, don'tGuy Harris1-7/+15
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-2/+11
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-06Changes from Dave Chapeskie.Guy Harris1-63/+271
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-16/+26
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-2/+2
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1-2/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+15
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+5
1999-07-08"pntohl()" doesn't actually return a "long" (or an "unsigned long"), itGuy Harris1-3/+3
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-121/+119
1999-07-06"pntohl()" doesn't actually return a "long" (or an "unsigned long"), itGuy Harris1-3/+3
1999-06-12Include "snprintf.h" if necessary - we use "snprintf()".Guy Harris1-1/+10
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-0/+1040