| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -3/+7 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+5 |
* | From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integers | Guy Harris | 2001-10-29 | 1 | -13/+6 |
* | Updates from Mike Frisch to reflect NFSv4 protocol changes. | Guy Harris | 2001-10-29 | 1 | -2/+2 |
* | Add support for desegmentation of DNS messages. | Guy Harris | 2001-09-17 | 1 | -2/+2 |
* | TCP desegmentation support, and changes to the ONC RPC and NBSS | Guy Harris | 2001-09-13 | 1 | -22/+148 |
* | Clean up the previous checkin a bit - there's no need to have | Guy Harris | 2001-09-12 | 1 | -22/+6 |
* | When establishing or searching for a conversation for ONC RPC, use both | Guy Harris | 2001-09-12 | 1 | -33/+190 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -3/+3 |
* | Handle, as best we can, the case where the authentication flavor is | Guy Harris | 2001-09-02 | 1 | -27/+72 |
* | Don't attempt to fetch the authentication flavor from a call if it's not | Guy Harris | 2001-09-02 | 1 | -8/+35 |
* | RPCSEC_GSS fixes, from Mike Frisch. | Guy Harris | 2001-08-30 | 1 | -8/+10 |
* | 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 |