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