aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-14New function dissect_rpc_bool() for generic boolean value parsing.girlich1-1/+41
1999-12-13Fixed types. The RPC procedure (hf_rpc_procedure) in the logical proto_treegram1-4/+4
1999-12-10hex output of 64 Bit numbers with 0x prefixedgirlich1-2/+2
1999-12-06dissect_rpc_string() can now better handle truncated strings.girlich1-4/+15
1999-12-02new dissect_rpc_opaque_data() for RPC data with length and fill-bytesgirlich1-35/+102
1999-11-19Make various "value_string" tables "const"; this allows the compiler toguy1-2/+2
1999-11-19Added Uwe's update to RPC.gram1-28/+113
1999-11-17Provide a general mechanism by which dissectors can register "init"guy1-3/+5
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-16/+28
1999-11-15Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item tonneul1-130/+130