aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Several new RPC dissecting function introduced. Interface toUwe Girlich2000-08-081-3/+79
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+4
* Support for dissecting RPCSEC_GSS credentials in ONC RPC, from Dug Song.Guy Harris2000-07-171-111/+358
* dissect_rpc() listed as an heuristic dissector for tcp and udp.Uwe Girlich2000-07-141-1/+11
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-31/+31
* Add tvbuff class.Gilbert Ramirez2000-05-111-50/+50
* Use the new split between protocol registration and protocol handoffGuy Harris2000-04-041-17/+15
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-7/+7
* New generic function dissect_rpc_list() for variable length RPC lists.Uwe Girlich2000-03-091-2/+30
* Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris2000-01-221-9/+20
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* New function dissect_rpc_bool() for generic boolean value parsing.Uwe Girlich1999-12-141-1/+41
* Fixed types. The RPC procedure (hf_rpc_procedure) in the logical proto_treeGilbert Ramirez1999-12-131-4/+4
* hex output of 64 Bit numbers with 0x prefixedUwe Girlich1999-12-101-2/+2
* dissect_rpc_string() can now better handle truncated strings.Uwe Girlich1999-12-061-4/+15
* new dissect_rpc_opaque_data() for RPC data with length and fill-bytesUwe Girlich1999-12-021-35/+102
* Make various "value_string" tables "const"; this allows the compiler toGuy Harris1999-11-191-2/+2
* Added Uwe's update to RPC.Gilbert Ramirez1999-11-191-28/+113
* Provide a general mechanism by which dissectors can register "init"Guy Harris1999-11-171-3/+5
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-16/+28
* Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item toNathan Neulinger1999-11-151-130/+130