aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gnutella.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-42/+42
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
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-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+5
2001-11-21Get rid of some unused variables.Guy Harris1-4/+3
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-5/+5
2001-10-26Fix improper uses of proto_tree_add_item(). When possible, switch toGilbert Ramirez1-83/+24
2001-10-25Don't try to dissect a gnutella sub-header if the length of the sub-headerGilbert Ramirez1-71/+74
2001-10-25Guard against 'size' being too small; the value comes from the packet,Gilbert Ramirez1-7/+16
2001-08-18All dissectors must put their protocol tree items under a top-level itemGuy Harris1-11/+10
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-34/+34
2001-06-06Gnutella support, from B. Johannessen.Guy Harris1-0/+821