aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypserv.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-24Move the value_string tables for V1 and V2 procedure values after theGuy Harris1-18/+23
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris1-4/+45
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-30/+30
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich1-50/+50
2002-04-02Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris1-11/+3
2002-02-20Sun's "yp.x" appears to lie when it claims that the argument to a FIRSTGuy Harris1-6/+25
2002-02-02When creating an subtree with variable-length items under it, use -1 asGuy Harris1-11/+15
2001-12-23From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisGuy Harris1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-15/+15
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris1-38/+38
2001-03-17YPSERV tvbuffified, and additional dissection added, by Ronnie Sahlberg.Guy Harris1-71/+251
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris1-5/+5
2001-01-18Fix comments to reflect what a null function pointer in a "vsff" tableGuy Harris1-4/+4
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-4/+4
2000-05-11Add tvbuff class.Gilbert Ramirez1-4/+4
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-1/+5
2000-01-22Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris1-13/+14
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+8
1999-11-15Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item toNathan Neulinger1-13/+13
1999-11-12enhancements to ypserv dissectorNathan Neulinger1-8/+51
1999-11-11Additions to bootparams, portmap, and ypserv dissectorsNathan Neulinger1-28/+141
1999-11-10Changed protocol names to all lowercase. It looks weird in listing though.Nathan Neulinger1-2/+2
1999-11-10Added stubs for various RPC routines:Nathan Neulinger1-0/+90