Commit Graph

7 Commits

Author SHA1 Message Date
Gilbert Ramirez 6de396c4a8 Fix the rest of the signed/unsigned comparison warnings.
svn path=/trunk/; revision=4088
2001-10-26 18:28:17 +00:00
Gilbert Ramirez 44dd278a0c Fix improper uses of proto_tree_add_item(). When possible, switch to
using proto_tree_add_item().

svn path=/trunk/; revision=4083
2001-10-26 02:09:01 +00:00
Gilbert Ramirez 6256944763 Don't try to dissect a gnutella sub-header if the length of the sub-header
is 0.

svn path=/trunk/; revision=4080
2001-10-25 21:25:51 +00:00
Gilbert Ramirez 08e48b040f Guard against 'size' being too small; the value comes from the packet,
so it can be corrupt.

svn path=/trunk/; revision=4079
2001-10-25 21:00:34 +00:00
Guy Harris 66370dc127 All dissectors must put their protocol tree items under a top-level item
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-08-18 07:59:33 +00:00
Guy Harris 8412393197 From Joerg Mayer: explicitly fill in all members of a
"header_field_info" structure, including the ones that are later set by
the routines to register fields.

svn path=/trunk/; revision=3561
2001-06-18 02:18:27 +00:00
Guy Harris 9ec529ef4d Gnutella support, from B. Johannessen.
svn path=/trunk/; revision=3520
2001-06-06 01:30:30 +00:00