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