aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
Commit message (Expand)AuthorAgeFilesLines
* The "GSS Data" is not a GSS token, it's a sequence number followed byGuy Harris2002-08-221-4/+1
* Use the GSSAPI token dissector on what are presumed to be GSSAPI tokens.Guy Harris2002-08-221-24/+61
* Make a common routine for dissecting GSS-API tokens, and call it forGuy Harris2002-08-211-4/+9
* Note that, as we now have a GSS-API token dissector, we should perhapsGuy Harris2002-08-211-1/+7
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-2/+3
* Updated NDMP and ONC RPC services to use the new function to displayRonnie Sahlberg2002-06-051-16/+52
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-2/+2
* Option to make filtering on nfs fhandles stateful.Ronnie Sahlberg2002-05-211-1/+32
* Don't dissect the stuff after the RPC information in an RPC reply as aGuy Harris2002-05-151-5/+47
* Instead of creating two handles for the RPC-over-TCP andGuy Harris2002-05-111-3/+3
* Added parsing of PORTMAP GETPORT functions.Ronnie Sahlberg2002-05-091-23/+35
* Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich2002-04-031-46/+45
* Make some routines not used outside "packet-rpc.c" static.Guy Harris2002-04-011-8/+8
* In the protocol tree entries for lists of fragments/segments, make theGuy Harris2002-03-271-3/+3
* Add support for reassembling RPC-over-TCP fragments, and do that in bothGuy Harris2002-02-181-135/+604
* Use -1 rather than "tvb_length_remaining(tvb, offset)" in an itemGuy Harris2002-02-011-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-13/+11
* In "dissect_rpc_opaque_data()":Guy Harris2002-01-201-56/+62
* When dissecting an RPC array, make the initial length of the protocolGuy Harris2002-01-191-2/+2
* From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris2002-01-121-21/+9
* Don't break out of a loop from inside TRY clause; set a flag and breakGuy Harris2002-01-101-4/+15
* Catch ReportedBoundsError exceptions when dissecting an RPC-over-TCPGuy Harris2002-01-071-8/+39
* From Ronnie Sahlberg: add time between request and reply as a field toGuy Harris2001-12-281-1/+22
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-21/+21
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-3/+7
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+5
* From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris2001-10-291-13/+6
* Updates from Mike Frisch to reflect NFSv4 protocol changes.Guy Harris2001-10-291-2/+2
* Add support for desegmentation of DNS messages.Guy Harris2001-09-171-2/+2
* TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris2001-09-131-22/+148
* Clean up the previous checkin a bit - there's no need to haveGuy Harris2001-09-121-22/+6
* When establishing or searching for a conversation for ONC RPC, use bothGuy Harris2001-09-121-33/+190
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-3/+3
* Handle, as best we can, the case where the authentication flavor isGuy Harris2001-09-021-27/+72
* Don't attempt to fetch the authentication flavor from a call if it's notGuy Harris2001-09-021-8/+35
* RPCSEC_GSS fixes, from Mike Frisch.Guy Harris2001-08-301-8/+10
* Get rid of "tvb_bytes_exist()" calls that aren't protecting againstGuy Harris2001-07-031-34/+24
* With IP fragment reassembly, the current frame when we're dissecting aGuy Harris2001-07-021-20/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-48/+48
* There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris2001-05-301-222/+47
* Don't use END_OF_FRAME - or otherwise refer to "pi" - in tvbuffifiedGuy Harris2001-05-271-4/+4
* AUTH_DES support, from Mike Frisch.Guy Harris2001-05-251-10/+131
* If an RPC opaque datum isn't a string, don't useGuy Harris2001-05-211-6/+14
* Support for dissecting XDR arrays, from Ronnie Sahlberg.Guy Harris2001-05-071-2/+44
* Change from Ronnie Sahlberg to add ONC RPC strings to the tree asGuy Harris2001-04-181-2/+4
* When dissecting an indirect call reply, if either there's an old-styleGuy Harris2001-02-091-2/+2
* For indirect RPC calls, remember the call information, and add aGuy Harris2001-02-091-4/+186
* Make a "dissect_rpc_indir_call()" routine to dissect arguments to aGuy Harris2001-02-091-3/+80