| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -17/+4 |
* | In the tvbuffified "dissect_rpc()", use the "pinfo" argument rather than | Guy Harris | 2000-11-22 | 1 | -9/+13 |
* | Start of a tvbuff_t version of the dissect_rpc() function. | Uwe Girlich | 2000-11-21 | 1 | -188/+235 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Support for conversations with "wildcard" destination addresses, from | Guy Harris | 2000-10-21 | 1 | -4/+4 |
* | Add a comment giving the RFC numbers of specs for ONC RPC. | Guy Harris | 2000-08-24 | 1 | -1/+17 |
* | Name updates to stuff in GSS authentication for ONC RPC, from Dug Song. | Guy Harris | 2000-08-24 | 1 | -21/+21 |
* | Use 0, rather that 0xffffffff, as the "no reply frame number known yet" | Guy Harris | 2000-08-24 | 1 | -5/+9 |
* | Instead of keeping in the information about an RPC call a count of the | Guy Harris | 2000-08-24 | 1 | -22/+60 |
* | proto_is_protocol_enabled() test for sub-dissectors made here already. | Uwe Girlich | 2000-08-14 | 1 | -10/+9 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+4 |
* | Several new RPC dissecting function introduced. Interface to | Uwe Girlich | 2000-08-08 | 1 | -3/+79 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -4/+4 |
* | Support for dissecting RPCSEC_GSS credentials in ONC RPC, from Dug Song. | Guy Harris | 2000-07-17 | 1 | -111/+358 |
* | dissect_rpc() listed as an heuristic dissector for tcp and udp. | Uwe Girlich | 2000-07-14 | 1 | -1/+11 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -31/+31 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -50/+50 |
* | Use the new split between protocol registration and protocol handoff | Guy Harris | 2000-04-04 | 1 | -17/+15 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -7/+7 |
* | New generic function dissect_rpc_list() for variable length RPC lists. | Uwe Girlich | 2000-03-09 | 1 | -2/+30 |
* | Give "dissect_rpc_string()" an extra "char **" argument; if it's | Guy Harris | 2000-01-22 | 1 | -9/+20 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | New function dissect_rpc_bool() for generic boolean value parsing. | Uwe Girlich | 1999-12-14 | 1 | -1/+41 |
* | Fixed types. The RPC procedure (hf_rpc_procedure) in the logical proto_tree | Gilbert Ramirez | 1999-12-13 | 1 | -4/+4 |
* | hex output of 64 Bit numbers with 0x prefixed | Uwe Girlich | 1999-12-10 | 1 | -2/+2 |
* | dissect_rpc_string() can now better handle truncated strings. | Uwe Girlich | 1999-12-06 | 1 | -4/+15 |
* | new dissect_rpc_opaque_data() for RPC data with length and fill-bytes | Uwe Girlich | 1999-12-02 | 1 | -35/+102 |
* | Make various "value_string" tables "const"; this allows the compiler to | Guy Harris | 1999-11-19 | 1 | -2/+2 |
* | Added Uwe's update to RPC. | Gilbert Ramirez | 1999-11-19 | 1 | -28/+113 |
* | Provide a general mechanism by which dissectors can register "init" | Guy Harris | 1999-11-17 | 1 | -3/+5 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -16/+28 |
* | Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item to | Nathan Neulinger | 1999-11-15 | 1 | -130/+130 |
* | start of display filters and fix for toupper prototype | Nathan Neulinger | 1999-11-15 | 1 | -2/+48 |
* | Fixed rpc dissector to upcase program name. | Nathan Neulinger | 1999-11-15 | 1 | -2/+14 |
* | Uwe Girlich's patches for nfs,mount,portmap and addition of nlm. | Nathan Neulinger | 1999-11-15 | 1 | -29/+10 |
* | For ONC RPC, when constructing conversations, use a null address as the | Guy Harris | 1999-11-14 | 1 | -7/+24 |
* | Move the test to see if something looks like an ONC RPC request or reply | Guy Harris | 1999-11-14 | 1 | -24/+91 |
* | enhancements to ypserv dissector | Nathan Neulinger | 1999-11-12 | 1 | -2/+2 |
* | Added mount dissector. | Nathan Neulinger | 1999-11-11 | 1 | -11/+21 |
* | Expanded bootparams dissector to handle decoding getfile calls and replies. | Nathan Neulinger | 1999-11-11 | 1 | -1/+44 |
* | Added stubs for various RPC routines: | Nathan Neulinger | 1999-11-10 | 1 | -26/+1 |
* | added ypxfr program to rpc | Nathan Neulinger | 1999-11-10 | 1 | -1/+6 |
* | fix ypbinb/ypbind typo | Nathan Neulinger | 1999-11-10 | 1 | -2/+2 |
* | Updates to the ONC RPC and NFS code, from Uwe Girlich. | Guy Harris | 1999-11-05 | 1 | -41/+116 |
* | Have the PROTOCOL field for ONC RPC just give the RPC program | Guy Harris | 1999-10-29 | 1 | -25/+25 |
* | Uwe Girlich's ONC RPC and NFS dissectors. | Guy Harris | 1999-10-29 | 1 | -0/+861 |