aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* 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