aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gnutella.c
AgeCommit message (Collapse)AuthorFilesLines
2001-11-21Get rid of some unused variables.Guy Harris1-4/+3
svn path=/trunk/; revision=4241
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-5/+5
svn path=/trunk/; revision=4088
2001-10-26Fix improper uses of proto_tree_add_item(). When possible, switch toGilbert Ramirez1-83/+24
using proto_tree_add_item(). svn path=/trunk/; revision=4083
2001-10-25Don't try to dissect a gnutella sub-header if the length of the sub-headerGilbert Ramirez1-71/+74
is 0. svn path=/trunk/; revision=4080
2001-10-25Guard against 'size' being too small; the value comes from the packet,Gilbert Ramirez1-7/+16
so it can be corrupt. svn path=/trunk/; revision=4079
2001-08-18All dissectors must put their protocol tree items under a top-level itemGuy Harris1-11/+10
for the protocol; otherwise, the protocol statistics code doesn't work (and often trips across assertions). Put the "Gnutella Upload / Download Stream" item underneath a Gnutell protocol item, rather than putting it at the top level. svn path=/trunk/; revision=3847
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-34/+34
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-06-06Gnutella support, from B. Johannessen.Guy Harris1-0/+821
svn path=/trunk/; revision=3520