aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cups.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-09-20"value_string" arrays must end with a terminator entry.Guy Harris1-16/+30
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-3/+3
2001-03-15Clear the Info column before you start dissecting, just in case youGuy Harris1-2/+4
2001-03-15Display the printer type/capability bits in the standard way we displayGuy Harris1-60/+70
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-8/+8
2001-03-11CUPS browsing protocol support, from Charles LevertGuy Harris1-0/+367