aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.h
AgeCommit message (Expand)AuthorFilesLines
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectRonnie Sahlberg1-1/+2
2003-05-21Make dissect_rpc_opaque_data available and allow it to take a dissectionRichard Sharpe1-1/+8
2003-05-02From Tony Schene: AUTH_GSSAPI support.Guy Harris1-2/+11
2002-11-13From Brian Ginsbach: add a new "dissect_rpc_bytes()" routine to allowGuy Harris1-1/+4
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris1-3/+4
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg1-1/+28
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-05-09Added parsing of PORTMAP GETPORT functions.Ronnie Sahlberg1-1/+2
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich1-6/+6
2002-04-02Get rid of unused macro.Guy Harris1-3/+1
2002-04-02Get rid of declarations of routines and structures and function typesGuy Harris1-10/+1
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris1-1/+23
2001-10-29Updates from Mike Frisch to reflect NFSv4 protocol changes.Guy Harris1-1/+3
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