X.25-over-LLC support, from Paul Ionescu.
[obnox/wireshark/wip.git] / packet-rpc.c
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-22 guyIn the tvbuffified "dissect_rpc()", use the "pinfo...
2000-11-21 girlichStart of a tvbuff_t version of the dissect_rpc() function.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-08-24 guyAdd a comment giving the RFC numbers of specs for ONC...
2000-08-24 guyName updates to stuff in GSS authentication for ONC...
2000-08-24 guyUse 0, rather that 0xffffffff, as the "no reply frame...
2000-08-24 guyInstead of keeping in the information about an RPC...
2000-08-14 girlichproto_is_protocol_enabled() test for sub-dissectors...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-08 girlichSeveral new RPC dissecting function introduced. Interfa...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-17 guySupport for dissecting RPCSEC_GSS credentials in ONC...
2000-07-14 girlichdissect_rpc() listed as an heuristic dissector for...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-04 guyUse the new split between protocol registration and...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-09 girlichNew generic function dissect_rpc_list() for variable...
2000-01-22 guyGive "dissect_rpc_string()" an extra "char **" argument...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-14 girlichNew function dissect_rpc_bool() for generic boolean...
1999-12-13 gramFixed types. The RPC procedure (hf_rpc_procedure) in...
1999-12-10 girlichhex output of 64 Bit numbers with 0x prefixed
1999-12-06 girlichdissect_rpc_string() can now better handle truncated...
1999-12-02 girlichnew dissect_rpc_opaque_data() for RPC data with length...
1999-11-19 guyMake various "value_string" tables "const"; this allows...
1999-11-19 gramAdded Uwe's update to RPC.
1999-11-17 guyProvide a general mechanism by which dissectors can...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 nneulGot rid of dissect_rpc_string routine, renamed dissect_...
1999-11-15 nneulstart of display filters and fix for toupper prototype
1999-11-15 nneulFixed rpc dissector to upcase program name.
1999-11-15 nneulUwe Girlich's patches for nfs,mount,portmap and additio...
1999-11-14 guyFor ONC RPC, when constructing conversations, use a...
1999-11-14 guyMove the test to see if something looks like an ONC...
1999-11-12 nneulenhancements to ypserv dissector
1999-11-11 nneulAdded mount dissector.
1999-11-11 nneulExpanded bootparams dissector to handle decoding getfil...
1999-11-10 nneulAdded stubs for various RPC routines:
1999-11-10 nneuladded ypxfr program to rpc
1999-11-10 nneulfix ypbinb/ypbind typo
1999-11-05 guyUpdates to the ONC RPC and NFS code, from Uwe Girlich.
1999-10-29 guyHave the PROTOCOL field for ONC RPC just give the RPC...
1999-10-29 guyUwe Girlich's ONC RPC and NFS dissectors.