aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icap.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-9/+9
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-10/+6
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-171-3/+5
* Add RCS IDs.Guy Harris2002-06-281-1/+1
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-1/+2
* 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-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-1/+4
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-1/+4
* Get rid of some unused variables.Guy Harris2001-11-211-1/+0
* ICAP support, from Simharajan Srishylam.Guy Harris2001-08-181-0/+301