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