aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isakmp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-07Patch from Jack Keane to keep the dissector from looping infintely onguy1-10/+12
2000-10-03Assignments for SHA2 and AES encryption and data integrity schemes, fromguy1-7/+19
2000-10-02Don't trust data in packet.gram1-1/+6
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-7/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-17/+17
2000-07-02Fix the comment at the beginning of the routine to give the right fileguy1-29/+30
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-2/+2
2000-05-22Support for ISAKMP XAUTH authentication, from Yaniv Kaul.guy1-3/+23
2000-05-22Get rid of the comment before "cfgattrident2str()" explaining why it'sguy1-7/+1
2000-05-21Parsing attributes in Config mode, and support for a Hybrid modeguy1-2/+28
2000-05-17Small fix from Yaniv Kaul.guy1-2/+2
2000-05-11Put in a comment to note that "cfgattrident2str()" was put in for useguy1-1/+7
2000-05-11Yaniv Kaul's patch to add support for the ISAKMP Configuration Methodguy1-5/+96
2000-05-11Add tvbuff class.gram1-92/+92
2000-04-28If the "encrypted payload" flag is set in an ISAKMP packet, don'tguy1-7/+15
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-2/+11
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-12-06Changes from Dave Chapeskie.guy1-63/+271
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-16/+26
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aguy1-2/+2
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toguy1-2/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-3/+15
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-1/+5
1999-07-08"pntohl()" doesn't actually return a "long" (or an "unsigned long"), itguy1-3/+3
1999-07-07Created a new protocol tree implementation and a new display filtergram1-121/+119
1999-07-06"pntohl()" doesn't actually return a "long" (or an "unsigned long"), itguy1-3/+3
1999-06-12Include "snprintf.h" if necessary - we use "snprintf()".guy1-1/+10
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.gram1-0/+1040