aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-01Make some routines not used outside "packet-rpc.c" static.Guy Harris1-8/+8
2002-03-27In the protocol tree entries for lists of fragments/segments, make theGuy Harris1-3/+3
2002-02-18Add support for reassembling RPC-over-TCP fragments, and do that in bothGuy Harris1-135/+604
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in an itemGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-13/+11
2002-01-20In "dissect_rpc_opaque_data()":Guy Harris1-56/+62
2002-01-19When dissecting an RPC array, make the initial length of the protocolGuy Harris1-2/+2
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris1-21/+9
2002-01-10Don't break out of a loop from inside TRY clause; set a flag and breakGuy Harris1-4/+15
2002-01-07Catch ReportedBoundsError exceptions when dissecting an RPC-over-TCPGuy Harris1-8/+39
2001-12-28From Ronnie Sahlberg: add time between request and reply as a field toGuy Harris1-1/+22
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-21/+21
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-3/+7
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+5
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-13/+6
2001-10-29Updates from Mike Frisch to reflect NFSv4 protocol changes.Guy Harris1-2/+2
2001-09-17Add support for desegmentation of DNS messages.Guy Harris1-2/+2
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris1-22/+148
2001-09-12Clean up the previous checkin a bit - there's no need to haveGuy Harris1-22/+6
2001-09-12When establishing or searching for a conversation for ONC RPC, use bothGuy Harris1-33/+190
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-3/+3
2001-09-02Handle, as best we can, the case where the authentication flavor isGuy Harris1-27/+72
2001-09-02Don't attempt to fetch the authentication flavor from a call if it's notGuy Harris1-8/+35
2001-08-30RPCSEC_GSS fixes, from Mike Frisch.Guy Harris1-8/+10
2001-07-03Get rid of "tvb_bytes_exist()" calls that aren't protecting againstGuy Harris1-34/+24
2001-07-02With IP fragment reassembly, the current frame when we're dissecting aGuy Harris1-20/+2