aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-6/+11
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectRonnie Sahlberg1-1/+18
2003-09-03Use "rpc_item", rather than "rpc_tree", as the argument toGuy Harris1-8/+17
2003-08-25Due to popular demand:Ronnie Sahlberg1-3/+11
2003-08-17Prettifying the RPC and NFS (v3) layer.Ronnie Sahlberg1-20/+28
2003-07-29Update to RPC, prettiry the presentation of duplicates.Ronnie Sahlberg1-5/+5
2003-07-22Fix a bug in RPC where the RCP_DUP items where not always added to the treeRonnie Sahlberg1-19/+15
2003-07-17Put in a note about the call heuristics.Guy Harris1-2/+16
2003-05-23First changes to properly support RFC1964 so that GSSAPI GetMIC and otherRichard Sharpe1-6/+9
2003-05-22Remove some accidentally commited debugging strings.Richard Sharpe1-5/+3
2003-05-22A small fix to NFSv4 to properly decode the secinfo response array, the arrayRichard Sharpe1-1/+5
2003-05-22A small fix to packet-rpc.c noticed by Tony Schene.Richard Sharpe1-1/+2
2003-05-21Make dissect_rpc_opaque_data available and allow it to take a dissectionRichard Sharpe1-58/+80
2003-05-20Clean "dissect_rpc_opaque_data()" up a bit; for example, there's no needGuy Harris1-18/+13
2003-05-20Fix even more indentation.Guy Harris1-5/+5
2003-05-20Fix more indentation.Guy Harris1-6/+6
2003-05-20Fix indentation.Guy Harris1-4/+4
2003-05-02From Tony Schene: AUTH_GSSAPI support.Guy Harris1-28/+254
2003-04-23Patch missed by cvs/me due to too different treesRonnie Sahlberg1-1/+15
2003-04-21Make "first_pdu" an argument rather than a global in the ONC RPCGuy Harris1-36/+29
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-04-20Add a "fragment_add_multiple_ok()" routine that skips the check for aGuy Harris1-6/+7
2003-04-18Fix a problem where the RPC tap would not be calledRonnie Sahlberg1-2/+9
2003-04-16Register RPC as dissector for both TCP and UDP port 111 which is used by ONC-...Ronnie Sahlberg1-1/+13
2003-03-10Pointer <--> int converions cause warnings on ia64.Jörg Mayer1-2/+2
2002-12-31Make the "rpc.fragment" and "rpc.fragment.error" fields FT_FRAMENUMs, asGuy Harris1-3/+3
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-3/+13
2002-12-06When we have tretransmissions of TCP for a RPC/(NFS) session weRonnie Sahlberg1-5/+29
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-13/+13
2002-11-23From Mike Frisch: fix the display of the nickname in an ONC RPC AUTH_DHGuy Harris1-2/+2
2002-11-18Since packet-rpc.c 1.56 (ethereal 0.8.18), we store inUwe Girlich1-3/+3
2002-11-13From Brian Ginsbach: add a new "dissect_rpc_bytes()" routine to allowGuy Harris1-8/+40
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-10-24Check whether the array of procedure hf values has an element for theGuy Harris1-2/+9
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris1-5/+27
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg1-25/+7
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-44/+44
2002-08-22The "GSS Data" is not a GSS token, it's a sequence number followed byGuy Harris1-4/+1
2002-08-22Use the GSSAPI token dissector on what are presumed to be GSSAPI tokens.Guy Harris1-24/+61
2002-08-21Make a common routine for dissecting GSS-API tokens, and call it forGuy Harris1-4/+9
2002-08-21Note that, as we now have a GSS-API token dissector, we should perhapsGuy Harris1-1/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-2/+3
2002-06-05Updated NDMP and ONC RPC services to use the new function to displayRonnie Sahlberg1-16/+52
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-21Option to make filtering on nfs fhandles stateful.Ronnie Sahlberg1-1/+32
2002-05-15Don't dissect the stuff after the RPC information in an RPC reply as aGuy Harris1-5/+47
2002-05-11Instead of creating two handles for the RPC-over-TCP andGuy Harris1-3/+3
2002-05-09Added parsing of PORTMAP GETPORT functions.Ronnie Sahlberg1-23/+35
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich1-46/+45