aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-24Name updates to stuff in GSS authentication for ONC RPC, from Dug Song.Guy Harris1-21/+21
2000-08-24Use 0, rather that 0xffffffff, as the "no reply frame number known yet"Guy Harris1-5/+9
2000-08-24Instead of keeping in the information about an RPC call a count of theGuy Harris1-22/+60
2000-08-14proto_is_protocol_enabled() test for sub-dissectors made here already.Uwe Girlich1-10/+9
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+4
2000-08-08Several new RPC dissecting function introduced. Interface toUwe Girlich1-3/+79
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-4/+4
2000-07-17Support for dissecting RPCSEC_GSS credentials in ONC RPC, from Dug Song.Guy Harris1-111/+358
2000-07-14dissect_rpc() listed as an heuristic dissector for tcp and udp.Uwe Girlich1-1/+11
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-31/+31
2000-05-11Add tvbuff class.Gilbert Ramirez1-50/+50
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-17/+15
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-7/+7
2000-03-09New generic function dissect_rpc_list() for variable length RPC lists.Uwe Girlich1-2/+30
2000-01-22Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris1-9/+20
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-14New function dissect_rpc_bool() for generic boolean value parsing.Uwe Girlich1-1/+41
1999-12-13Fixed types. The RPC procedure (hf_rpc_procedure) in the logical proto_treeGilbert Ramirez1-4/+4
1999-12-10hex output of 64 Bit numbers with 0x prefixedUwe Girlich1-2/+2
1999-12-06dissect_rpc_string() can now better handle truncated strings.Uwe Girlich1-4/+15
1999-12-02new dissect_rpc_opaque_data() for RPC data with length and fill-bytesUwe Girlich1-35/+102
1999-11-19Make various "value_string" tables "const"; this allows the compiler toGuy Harris1-2/+2
1999-11-19Added Uwe's update to RPC.Gilbert Ramirez1-28/+113
1999-11-17Provide a general mechanism by which dissectors can register "init"Guy Harris1-3/+5
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-16/+28
1999-11-15Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item toNathan Neulinger1-130/+130