aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypserv.c
Commit message (Expand)AuthorAgeFilesLines
* Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich2002-04-031-50/+50
* Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris2002-04-021-11/+3
* Sun's "yp.x" appears to lie when it claims that the argument to a FIRSTGuy Harris2002-02-201-6/+25
* When creating an subtree with variable-length items under it, use -1 asGuy Harris2002-02-021-11/+15
* From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisGuy Harris2001-12-231-2/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-15/+15
* There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris2001-05-301-38/+38
* YPSERV tvbuffified, and additional dissection added, by Ronnie Sahlberg.Guy Harris2001-03-171-71/+251
* Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris2001-01-281-5/+5
* Fix comments to reflect what a null function pointer in a "vsff" tableGuy Harris2001-01-181-4/+4
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-4/+4
* Add tvbuff class.Gilbert Ramirez2000-05-111-4/+4
* Use the new split between protocol registration and protocol handoffGuy Harris2000-04-041-1/+5
* Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris2000-01-221-13/+14
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+8
* Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item toNathan Neulinger1999-11-151-13/+13
* enhancements to ypserv dissectorNathan Neulinger1999-11-121-8/+51
* Additions to bootparams, portmap, and ypserv dissectorsNathan Neulinger1999-11-111-28/+141
* Changed protocol names to all lowercase. It looks weird in listing though.Nathan Neulinger1999-11-101-2/+2
* Added stubs for various RPC routines:Nathan Neulinger1999-11-101-0/+90