aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rquota.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich1-18/+18
svn path=/trunk/; revision=5090
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-2/+2
arguments to "proto_tree_add_text()", and to "proto_tree_add_XXX()" calls that add FT_NONE or FT_PROTO items to the protocol tree, with -1. Replace some calls to "tvb_length()" or "tvb_length_remaining()" with calls to "tvb_reported_length()" and "tvb_reported_length_remaining()", as those give the actual length of the data in the packet, not just the data that happened to be captured. svn path=/trunk/; revision=4605
2001-11-27Add { 0, NULL } terminators to some "value_string" arrays lacking them.Guy Harris1-2/+3
Make some static that don't need to be exported. svn path=/trunk/; revision=4288
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-15/+15
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris1-15/+15
rid of support for them, and remove the "_tvb" from the end of the names of RPC type dissection routines. Update Gerald's e-mail address. svn path=/trunk/; revision=3477
2001-04-21rquota support completed by Ronnie Sahlberg.Guy Harris1-4/+178
svn path=/trunk/; revision=3357
2001-02-27Rquota support, from Mike Frisch.Guy Harris1-0/+72
svn path=/trunk/; revision=3082