aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icap.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-9/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-10/+6
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris1-3/+5
2002-06-28Add RCS IDs.Guy Harris1-1/+1
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-1/+2
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-1/+4
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-1/+4
2001-11-21Get rid of some unused variables.Guy Harris1-1/+0
2001-08-18ICAP support, from Simharajan Srishylam.Guy Harris1-0/+301