aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-28removed some MSVC warnings (warning level 2)ulfl1-2/+2
2003-11-16Export "protocol_t" as an opaque type.guy1-6/+11
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectsahlberg1-1/+18
2003-09-03Use "rpc_item", rather than "rpc_tree", as the argument toguy1-8/+17
2003-08-25Due to popular demand:sahlberg1-3/+11
2003-08-17Prettifying the RPC and NFS (v3) layer.sahlberg1-20/+28
2003-07-29Update to RPC, prettiry the presentation of duplicates.sahlberg1-5/+5
2003-07-22Fix a bug in RPC where the RCP_DUP items where not always added to the treesahlberg1-19/+15
2003-07-17Put in a note about the call heuristics.guy1-2/+16
2003-05-23First changes to properly support RFC1964 so that GSSAPI GetMIC and othersharpe1-6/+9
2003-05-22Remove some accidentally commited debugging strings.sharpe1-5/+3
2003-05-22A small fix to NFSv4 to properly decode the secinfo response array, the arraysharpe1-1/+5
2003-05-22A small fix to packet-rpc.c noticed by Tony Schene.sharpe1-1/+2
2003-05-21Make dissect_rpc_opaque_data available and allow it to take a dissectionsharpe1-58/+80
2003-05-20Clean "dissect_rpc_opaque_data()" up a bit; for example, there's no needguy1-18/+13
2003-05-20Fix even more indentation.guy1-5/+5
2003-05-20Fix more indentation.guy1-6/+6
2003-05-20Fix indentation.guy1-4/+4
2003-05-02From Tony Schene: AUTH_GSSAPI support.guy1-28/+254
2003-04-23Patch missed by cvs/me due to too different treessahlberg1-1/+15
2003-04-21Make "first_pdu" an argument rather than a global in the ONC RPCguy1-36/+29
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-1/+2
2003-04-20Add a "fragment_add_multiple_ok()" routine that skips the check for aguy1-6/+7
2003-04-18Fix a problem where the RPC tap would not be calledsahlberg1-2/+9
2003-04-16Register RPC as dissector for both TCP and UDP port 111 which is used by ONC-...sahlberg1-1/+13
2003-03-10Pointer <--> int converions cause warnings on ia64.jmayer1-2/+2
2002-12-31Make the "rpc.fragment" and "rpc.fragment.error" fields FT_FRAMENUMs, asguy1-3/+3
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedguy1-3/+13
2002-12-06When we have tretransmissions of TCP for a RPC/(NFS) session wesahlberg1-5/+29
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-13/+13
2002-11-23From Mike Frisch: fix the display of the nickname in an ONC RPC AUTH_DHguy1-2/+2
2002-11-18Since packet-rpc.c 1.56 (ethereal 0.8.18), we store ingirlich1-3/+3
2002-11-13From Brian Ginsbach: add a new "dissect_rpc_bytes()" routine to allowguy1-8/+40
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveguy1-2/+2
2002-10-24Check whether the array of procedure hf values has an element for theguy1-2/+9
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_guy1-5/+27
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.sahlberg1-25/+7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-44/+44
2002-08-22The "GSS Data" is not a GSS token, it's a sequence number followed byguy1-4/+1
2002-08-22Use the GSSAPI token dissector on what are presumed to be GSSAPI tokens.guy1-24/+61
2002-08-21Make a common routine for dissecting GSS-API tokens, and call it forguy1-4/+9
2002-08-21Note that, as we now have a GSS-API token dissector, we should perhapsguy1-1/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-2/+3
2002-06-05Updated NDMP and ONC RPC services to use the new function to displaysahlberg1-16/+52
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-21Option to make filtering on nfs fhandles stateful.sahlberg1-1/+32
2002-05-15Don't dissect the stuff after the RPC information in an RPC reply as aguy1-5/+47
2002-05-11Instead of creating two handles for the RPC-over-TCP andguy1-3/+3
2002-05-09Added parsing of PORTMAP GETPORT functions.sahlberg1-23/+35