aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
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