| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of "tvb_bytes_exist()" calls that aren't protecting against | Guy Harris | 2001-07-03 | 1 | -34/+24 |
* | With IP fragment reassembly, the current frame when we're dissecting a | Guy Harris | 2001-07-02 | 1 | -20/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -48/+48 |
* | There are no more old-style (non-tvbuffified) ONC RPC dissectors, so get | Guy Harris | 2001-05-30 | 1 | -222/+47 |
* | Don't use END_OF_FRAME - or otherwise refer to "pi" - in tvbuffified | Guy Harris | 2001-05-27 | 1 | -4/+4 |
* | AUTH_DES support, from Mike Frisch. | Guy Harris | 2001-05-25 | 1 | -10/+131 |
* | If an RPC opaque datum isn't a string, don't use | Guy Harris | 2001-05-21 | 1 | -6/+14 |
* | Support for dissecting XDR arrays, from Ronnie Sahlberg. | Guy Harris | 2001-05-07 | 1 | -2/+44 |
* | Change from Ronnie Sahlberg to add ONC RPC strings to the tree as | Guy Harris | 2001-04-18 | 1 | -2/+4 |
* | When dissecting an indirect call reply, if either there's an old-style | Guy Harris | 2001-02-09 | 1 | -2/+2 |
* | For indirect RPC calls, remember the call information, and add a | Guy Harris | 2001-02-09 | 1 | -4/+186 |
* | Make a "dissect_rpc_indir_call()" routine to dissect arguments to a | Guy Harris | 2001-02-09 | 1 | -3/+80 |
* | Tvbuffify the portmap/rpcbind dissector, and implement part of CALLIT | Guy Harris | 2001-02-06 | 1 | -24/+5 |
* | Allow dissectors of ONC RPC-based protocols to register themselves | Guy Harris | 2001-01-28 | 1 | -133/+205 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -10/+6 |
* | Set "pinfo->current_proto" to the RPC program's name when calling the | Guy Harris | 2001-01-18 | 1 | -15/+28 |
* | Well, I found that one of my captures was so large that we overflowed | Guy Harris | 2001-01-18 | 1 | -75/+81 |
* | 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 |