aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gnutella.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+9
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+5
* Get rid of some unused variables.Guy Harris2001-11-211-4/+3
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-5/+5
* Fix improper uses of proto_tree_add_item(). When possible, switch toGilbert Ramirez2001-10-261-83/+24
* Don't try to dissect a gnutella sub-header if the length of the sub-headerGilbert Ramirez2001-10-251-71/+74
* Guard against 'size' being too small; the value comes from the packet,Gilbert Ramirez2001-10-251-7/+16
* All dissectors must put their protocol tree items under a top-level itemGuy Harris2001-08-181-11/+10
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-34/+34
* Gnutella support, from B. Johannessen.Guy Harris2001-06-061-0/+821