aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-16Make the AH and ESP sequence numbers BASE_DEC, since no one objected toGerald Combs1-3/+3
2003-04-29Don't export "ip_dissector_table" explicitly; now that we haveGuy Harris1-2/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-11/+11
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-18/+10
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-3/+7
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-2/+2
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-5/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-21/+21
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+9
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-4/+7
2001-11-09Fixes from Kazushi Sugyo:Guy Harris1-2/+2
2001-08-30Update from Yaniv Kaul to dissect UDP-encapsulated AH and to registerGuy Harris1-1/+2
2001-08-29Support for UDP encapsulation of IPSec packet draft, from Yaniv Kaul.Guy Harris1-3/+4
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-7/+7
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris1-18/+2
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris1-1/+2
2001-02-28Tvbuffiy the IPSec dissectors.Guy Harris1-117/+111
2001-02-03As pointed out by Aaron C. Springer (and according to RFC 1827), it'sGerald Combs1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-4/+5
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-4/+6
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-5/+5
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-8/+8
2000-07-08Add preference for placement of AH payload, at same level or in subtree.Gilbert Ramirez1-6/+31
2000-06-05Change dissect_ah() so that dissect_ip() doesn't have to make aGilbert Ramirez1-2/+49
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-10/+10
2000-05-11Add tvbuff class.Gilbert Ramirez1-15/+15
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris1-3/+3
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-1/+9
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-4/+15
1999-10-17Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-24/+16
1999-10-15add ipcomp.flags to filter notation.Jun-ichiro itojun Hagino1-3/+7
1999-10-15IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino1-10/+99
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-5/+9
1999-10-11Add display filtersLaurent Deniel1-17/+44
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+19
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-14/+12
1999-03-29Two more files for ipv6.Gilbert Ramirez1-0/+141