aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-48/+48
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris1-222/+47
2001-05-27Don't use END_OF_FRAME - or otherwise refer to "pi" - in tvbuffifiedGuy Harris1-4/+4
2001-05-25AUTH_DES support, from Mike Frisch.Guy Harris1-10/+131
2001-05-21If an RPC opaque datum isn't a string, don't useGuy Harris1-6/+14
2001-05-07Support for dissecting XDR arrays, from Ronnie Sahlberg.Guy Harris1-2/+44
2001-04-18Change from Ronnie Sahlberg to add ONC RPC strings to the tree asGuy Harris1-2/+4
2001-02-09When dissecting an indirect call reply, if either there's an old-styleGuy Harris1-2/+2
2001-02-09For indirect RPC calls, remember the call information, and add aGuy Harris1-4/+186
2001-02-09Make a "dissect_rpc_indir_call()" routine to dissect arguments to aGuy Harris1-3/+80
2001-02-06Tvbuffify the portmap/rpcbind dissector, and implement part of CALLITGuy Harris1-24/+5
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris1-133/+205
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-10/+6
2001-01-18Set "pinfo->current_proto" to the RPC program's name when calling theGuy Harris1-15/+28
2001-01-18Well, I found that one of my captures was so large that we overflowedGuy Harris1-75/+81
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-17/+4
2000-11-22In the tvbuffified "dissect_rpc()", use the "pinfo" argument rather thanGuy Harris1-9/+13
2000-11-21Start of a tvbuff_t version of the dissect_rpc() function.Uwe Girlich1-188/+235
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-4/+4
2000-08-24Add a comment giving the RFC numbers of specs for ONC RPC.Guy Harris1-1/+17