aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypserv.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.gram1-494/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2002-10-24Move the value_string tables for V1 and V2 procedure values after theguy1-18/+23
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_guy1-4/+45
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-30/+30
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.girlich1-50/+50
2002-04-02Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPguy1-11/+3
2002-02-20Sun's "yp.x" appears to lie when it claims that the argument to a FIRSTguy1-6/+25
2002-02-02When creating an subtree with variable-length items under it, use -1 asguy1-11/+15
2001-12-23From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisguy1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-15/+15
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getguy1-38/+38
2001-03-17YPSERV tvbuffified, and additional dissection added, by Ronnie Sahlberg.guy1-71/+251
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesguy1-5/+5
2001-01-18Fix comments to reflect what a null function pointer in a "vsff" tableguy1-4/+4
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-4/+4
2000-05-11Add tvbuff class.gram1-4/+4
2000-04-04Use the new split between protocol registration and protocol handoffguy1-1/+5
2000-01-22Give "dissect_rpc_string()" an extra "char **" argument; if it'sguy1-13/+14
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-3/+8
1999-11-15Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item tonneul1-13/+13
1999-11-12enhancements to ypserv dissectornneul1-8/+51
1999-11-11Additions to bootparams, portmap, and ypserv dissectorsnneul1-28/+141
1999-11-10Changed protocol names to all lowercase. It looks weird in listing though.nneul1-2/+2
1999-11-10Added stubs for various RPC routines:nneul1-0/+90