aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wccp.c
Commit message (Expand)AuthorAgeFilesLines
* From Jerry Talkington:Olivier Biot2004-04-261-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Simharajan Srishylam:Guy Harris2002-04-151-18/+22
* Fix a typo.Guy Harris2002-04-021-2/+2
* Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris2002-04-021-3/+5
* Include <string.h> to declare various string functions.Guy Harris2002-01-301-1/+5
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
* 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-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* WCCP capability info dissection bug fix, from Raghu Angadi.Guy Harris2001-11-271-4/+4
* Fix the version value for WCCPv2.Guy Harris2001-08-041-60/+123
* Update the URLs for WCCP 1.0 and 2.0 drafts, and note that they'reGuy Harris2001-08-041-29/+30
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* Alas, the WCCP drafts have expired....Guy Harris2001-03-201-3/+12
* Change to include Service ID field in dissection of Service InfoGuy Harris2001-02-091-2/+8
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+4
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Tvbuffify the GRE and WCCP dissectors.Guy Harris2000-11-291-406/+335
* WCCP 2.0 support.Guy Harris2000-11-291-7/+970
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* 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/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-12/+12
* Add tvbuff class.Gilbert Ramirez2000-05-111-21/+21
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+11
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Minor tweak.Guy Harris1999-12-141-2/+2
* Merge Jerry's version with a version I'd done.Guy Harris1999-12-141-190/+214
* Add a URL for the WCCP 1.0 draft.Guy Harris1999-12-121-1/+8
* WCCP 1.0 dissection, from Jerry Talkington.Guy Harris1999-12-121-0/+305