aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gnutella.c
AgeCommit message (Expand)AuthorFilesLines
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