aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersguy1-13/+6
2001-10-29Updates from Mike Frisch to reflect NFSv4 protocol changes.guy1-2/+2
2001-09-17Add support for desegmentation of DNS messages.guy1-2/+2
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSguy1-22/+148
2001-09-12Clean up the previous checkin a bit - there's no need to haveguy1-22/+6
2001-09-12When establishing or searching for a conversation for ONC RPC, use bothguy1-33/+190
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-3/+3
2001-09-02Handle, as best we can, the case where the authentication flavor isguy1-27/+72
2001-09-02Don't attempt to fetch the authentication flavor from a call if it's notguy1-8/+35
2001-08-30RPCSEC_GSS fixes, from Mike Frisch.guy1-8/+10
2001-07-03Get rid of "tvb_bytes_exist()" calls that aren't protecting againstguy1-34/+24
2001-07-02With IP fragment reassembly, the current frame when we're dissecting aguy1-20/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-48/+48
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getguy1-222/+47
2001-05-27Don't use END_OF_FRAME - or otherwise refer to "pi" - in tvbuffifiedguy1-4/+4
2001-05-25AUTH_DES support, from Mike Frisch.guy1-10/+131
2001-05-21If an RPC opaque datum isn't a string, don't useguy1-6/+14
2001-05-07Support for dissecting XDR arrays, from Ronnie Sahlberg.guy1-2/+44
2001-04-18Change from Ronnie Sahlberg to add ONC RPC strings to the tree asguy1-2/+4
2001-02-09When dissecting an indirect call reply, if either there's an old-styleguy1-2/+2
2001-02-09For indirect RPC calls, remember the call information, and add aguy1-4/+186
2001-02-09Make a "dissect_rpc_indir_call()" routine to dissect arguments to aguy1-3/+80
2001-02-06Tvbuffify the portmap/rpcbind dissector, and implement part of CALLITguy1-24/+5
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesguy1-133/+205
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-10/+6
2001-01-18Set "pinfo->current_proto" to the RPC program's name when calling theguy1-15/+28
2001-01-18Well, I found that one of my captures was so large that we overflowedguy1-75/+81
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-17/+4
2000-11-22In the tvbuffified "dissect_rpc()", use the "pinfo" argument rather thanguy1-9/+13
2000-11-21Start of a tvbuff_t version of the dissect_rpc() function.girlich1-188/+235
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-4/+4
2000-08-24Add a comment giving the RFC numbers of specs for ONC RPC.guy1-1/+17
2000-08-24Name updates to stuff in GSS authentication for ONC RPC, from Dug Song.guy1-21/+21
2000-08-24Use 0, rather that 0xffffffff, as the "no reply frame number known yet"guy1-5/+9
2000-08-24Instead of keeping in the information about an RPC call a count of theguy1-22/+60
2000-08-14proto_is_protocol_enabled() test for sub-dissectors made here already.girlich1-10/+9
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+4
2000-08-08Several new RPC dissecting function introduced. Interface togirlich1-3/+79
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-4/+4
2000-07-17Support for dissecting RPCSEC_GSS credentials in ONC RPC, from Dug Song.guy1-111/+358
2000-07-14dissect_rpc() listed as an heuristic dissector for tcp and udp.girlich1-1/+11
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-31/+31
2000-05-11Add tvbuff class.gram1-50/+50
2000-04-04Use the new split between protocol registration and protocol handoffguy1-17/+15
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-7/+7
2000-03-09New generic function dissect_rpc_list() for variable length RPC lists.girlich1-2/+30
2000-01-22Give "dissect_rpc_string()" an extra "char **" argument; if it'sguy1-9/+20
2000-01-07Fix Gerald's e-mail address.guy1-2/+2