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