aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tvbuffify the portmap/rpcbind dissector, and implement part of CALLITGuy Harris2001-02-061-24/+5
* Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris2001-01-281-133/+205
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-10/+6
* Set "pinfo->current_proto" to the RPC program's name when calling theGuy Harris2001-01-181-15/+28
* Well, I found that one of my captures was so large that we overflowedGuy Harris2001-01-181-75/+81
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-17/+4
* In the tvbuffified "dissect_rpc()", use the "pinfo" argument rather thanGuy Harris2000-11-221-9/+13
* Start of a tvbuff_t version of the dissect_rpc() function.Uwe Girlich2000-11-211-188/+235
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-4/+4
* Add a comment giving the RFC numbers of specs for ONC RPC.Guy Harris2000-08-241-1/+17
* Name updates to stuff in GSS authentication for ONC RPC, from Dug Song.Guy Harris2000-08-241-21/+21
* Use 0, rather that 0xffffffff, as the "no reply frame number known yet"Guy Harris2000-08-241-5/+9
* Instead of keeping in the information about an RPC call a count of theGuy Harris2000-08-241-22/+60
* proto_is_protocol_enabled() test for sub-dissectors made here already.Uwe Girlich2000-08-141-10/+9
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+4