aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* start of display filters and fix for toupper prototypeNathan Neulinger1999-11-151-2/+48
* Fixed rpc dissector to upcase program name.Nathan Neulinger1999-11-151-2/+14
* Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1999-11-151-29/+10
* For ONC RPC, when constructing conversations, use a null address as theGuy Harris1999-11-141-7/+24
* Move the test to see if something looks like an ONC RPC request or replyGuy Harris1999-11-141-24/+91
* enhancements to ypserv dissectorNathan Neulinger1999-11-121-2/+2
* Added mount dissector.Nathan Neulinger1999-11-111-11/+21
* Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1999-11-111-1/+44
* Added stubs for various RPC routines:Nathan Neulinger1999-11-101-26/+1
* added ypxfr program to rpcNathan Neulinger1999-11-101-1/+6
* fix ypbinb/ypbind typoNathan Neulinger1999-11-101-2/+2
* Updates to the ONC RPC and NFS code, from Uwe Girlich.Guy Harris1999-11-051-41/+116
* Have the PROTOCOL field for ONC RPC just give the RPC programGuy Harris1999-10-291-25/+25
* Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1999-10-291-0/+861