| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -3560/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | technically speaking rpc duplicate replies are not retransmissions | Ronnie Sahlberg | 2004-04-29 | 1 | -2/+2 |
* | when dealing with unknown rpc programs, create a fake program/version/procedu... | Ronnie Sahlberg | 2004-04-07 | 1 | -1/+7 |
* | Add a new preference option so that users that really really want to can | Ronnie Sahlberg | 2004-04-03 | 1 | -7/+58 |
* | Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer, | Guy Harris | 2004-02-25 | 1 | -28/+19 |
* | removed some MSVC warnings (warning level 2) | Ulf Lamping | 2003-12-28 | 1 | -2/+2 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -6/+11 |
* | Add a popup to the ServicveResponseTime tables where the user can select | Ronnie Sahlberg | 2003-09-05 | 1 | -1/+18 |
* | Use "rpc_item", rather than "rpc_tree", as the argument to | Guy Harris | 2003-09-03 | 1 | -8/+17 |
* | Due to popular demand: | Ronnie Sahlberg | 2003-08-25 | 1 | -3/+11 |
* | Prettifying the RPC and NFS (v3) layer. | Ronnie Sahlberg | 2003-08-17 | 1 | -20/+28 |
* | Update to RPC, prettiry the presentation of duplicates. | Ronnie Sahlberg | 2003-07-29 | 1 | -5/+5 |
* | Fix a bug in RPC where the RCP_DUP items where not always added to the tree | Ronnie Sahlberg | 2003-07-22 | 1 | -19/+15 |
* | Put in a note about the call heuristics. | Guy Harris | 2003-07-17 | 1 | -2/+16 |
* | First changes to properly support RFC1964 so that GSSAPI GetMIC and other | Richard Sharpe | 2003-05-23 | 1 | -6/+9 |
* | Remove some accidentally commited debugging strings. | Richard Sharpe | 2003-05-22 | 1 | -5/+3 |
* | A small fix to NFSv4 to properly decode the secinfo response array, the array | Richard Sharpe | 2003-05-22 | 1 | -1/+5 |
* | A small fix to packet-rpc.c noticed by Tony Schene. | Richard Sharpe | 2003-05-22 | 1 | -1/+2 |
* | Make dissect_rpc_opaque_data available and allow it to take a dissection | Richard Sharpe | 2003-05-21 | 1 | -58/+80 |
* | Clean "dissect_rpc_opaque_data()" up a bit; for example, there's no need | Guy Harris | 2003-05-20 | 1 | -18/+13 |
* | Fix even more indentation. | Guy Harris | 2003-05-20 | 1 | -5/+5 |
* | Fix more indentation. | Guy Harris | 2003-05-20 | 1 | -6/+6 |
* | Fix indentation. | Guy Harris | 2003-05-20 | 1 | -4/+4 |
* | From Tony Schene: AUTH_GSSAPI support. | Guy Harris | 2003-05-02 | 1 | -28/+254 |
* | Patch missed by cvs/me due to too different trees | Ronnie Sahlberg | 2003-04-23 | 1 | -1/+15 |
* | Make "first_pdu" an argument rather than a global in the ONC RPC | Guy Harris | 2003-04-21 | 1 | -36/+29 |
* | Add a pointer to an hf_ value for a "reassembled_in" field (which can be | Guy Harris | 2003-04-20 | 1 | -1/+2 |
* | Add a "fragment_add_multiple_ok()" routine that skips the check for a | Guy Harris | 2003-04-20 | 1 | -6/+7 |
* | Fix a problem where the RPC tap would not be called | Ronnie Sahlberg | 2003-04-18 | 1 | -2/+9 |
* | Register RPC as dissector for both TCP and UDP port 111 which is used by ONC-... | Ronnie Sahlberg | 2003-04-16 | 1 | -1/+13 |
* | Pointer <--> int converions cause warnings on ia64. | Jörg Mayer | 2003-03-10 | 1 | -2/+2 |
* | Make the "rpc.fragment" and "rpc.fragment.error" fields FT_FRAMENUMs, as | Guy Harris | 2002-12-31 | 1 | -3/+3 |
* | Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsigned | Guy Harris | 2002-12-19 | 1 | -3/+13 |
* | When we have tretransmissions of TCP for a RPC/(NFS) session we | Ronnie Sahlberg | 2002-12-06 | 1 | -5/+29 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -13/+13 |
* | From Mike Frisch: fix the display of the nickname in an ONC RPC AUTH_DH | Guy Harris | 2002-11-23 | 1 | -2/+2 |
* | Since packet-rpc.c 1.56 (ethereal 0.8.18), we store in | Uwe Girlich | 2002-11-18 | 1 | -3/+3 |
* | From Brian Ginsbach: add a new "dissect_rpc_bytes()" routine to allow | Guy Harris | 2002-11-13 | 1 | -8/+40 |
* | Add a "fragment_add_seq_next()" to reassemble fragments that don't have | Guy Harris | 2002-10-24 | 1 | -2/+2 |
* | Check whether the array of procedure hf values has an element for the | Guy Harris | 2002-10-24 | 1 | -2/+9 |
* | Add an extra argument to "rpc_init_proc_table()" that can specify an hf_ | Guy Harris | 2002-10-23 | 1 | -5/+27 |
* | Tap api. tap is a simple api that can be used for arbitrary extensions. | Ronnie Sahlberg | 2002-09-04 | 1 | -25/+7 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -44/+44 |
* | The "GSS Data" is not a GSS token, it's a sequence number followed by | Guy Harris | 2002-08-22 | 1 | -4/+1 |
* | Use the GSSAPI token dissector on what are presumed to be GSSAPI tokens. | Guy Harris | 2002-08-22 | 1 | -24/+61 |
* | Make a common routine for dissecting GSS-API tokens, and call it for | Guy Harris | 2002-08-21 | 1 | -4/+9 |
* | Note that, as we now have a GSS-API token dissector, we should perhaps | Guy Harris | 2002-08-21 | 1 | -1/+7 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | Add "show_fragment_seq_tree()", which is like "show_fragment_tree()", | Guy Harris | 2002-06-07 | 1 | -2/+3 |