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