aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gnutella.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-42/+42
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-17From Joerg Mayer:guy1-5/+1
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-4/+5
2001-11-21Get rid of some unused variables.guy1-4/+3
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-5/+5
2001-10-26Fix improper uses of proto_tree_add_item(). When possible, switch togram1-83/+24
2001-10-25Don't try to dissect a gnutella sub-header if the length of the sub-headergram1-71/+74
2001-10-25Guard against 'size' being too small; the value comes from the packet,gram1-7/+16
2001-08-18All dissectors must put their protocol tree items under a top-level itemguy1-11/+10
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-34/+34
2001-06-06Gnutella support, from B. Johannessen.guy1-0/+821