aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.h
AgeCommit message (Expand)AuthorFilesLines
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris1-21/+9
2001-05-25AUTH_DES support, from Mike Frisch.Guy Harris1-1/+4
2001-05-07Support for dissecting XDR arrays, from Ronnie Sahlberg.Guy Harris1-1/+4
2001-02-09For indirect RPC calls, remember the call information, and add aGuy Harris1-2/+6
2001-02-09Make a "dissect_rpc_indir_call()" routine to dissect arguments to aGuy Harris1-30/+4
2001-02-06Tvbuffify the portmap/rpcbind dissector, and implement part of CALLITGuy Harris1-1/+30
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris1-25/+14
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-2/+1
2000-11-22Get rid of declarations of no-longer-extant "init_dissect_rpc()" andGuy Harris1-4/+1
2000-11-21Start of a tvbuff_t version of the dissect_rpc() function.Uwe Girlich1-2/+2
2000-08-24Name updates to stuff in GSS authentication for ONC RPC, from Dug Song.Guy Harris1-11/+11
2000-08-24Instead of keeping in the information about an RPC call a count of theGuy Harris1-19/+1
2000-08-11Miscellaneous code cleaningLaurent Deniel1-2/+25
2000-08-08Several new RPC dissecting function introduced. Interface toUwe Girlich1-3/+13
2000-07-17Support for dissecting RPCSEC_GSS credentials in ONC RPC, from Dug Song.Guy Harris1-6/+16
2000-03-09Prototype for new dissect_rpc_list() function.Uwe Girlich1-1/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-22Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris1-2/+2
1999-12-14Prototype for dissect_rpc_bool().Uwe Girlich1-1/+3
1999-12-02prototype for dissect_rpc_data()Uwe Girlich1-1/+3
1999-11-19Make various "value_string" tables "const"; this allows the compiler toGuy Harris1-2/+2
1999-11-19Added Uwe's update to RPC.Gilbert Ramirez1-1/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+1
1999-11-15Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item toNathan Neulinger1-3/+1
1999-11-15Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1-2/+2
1999-11-11Added mount dissector.Nathan Neulinger1-1/+2
1999-11-11Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1-1/+5
1999-11-05Updates to the ONC RPC and NFS code, from Uwe Girlich.Guy Harris1-2/+5
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1-0/+103