aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Fix proto_tree_add_item() encoding args.wmeier1-5/+5
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus amorriss1-5/+1
2011-04-22Avoid passing a NULL string pointer to format routines: some libc's (e.g.,morriss1-1/+5
2011-04-18Removed some unneeded assignments.stig1-4/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-21After calling a subdissector, set a fence on COL_INFO so whatever themorriss1-69/+78
2010-10-08Remove check_col()morriss1-65/+42
2010-10-07Restore pinfo->private_data after an exception was thrown by a subdissector.morriss1-0/+8
2010-07-06From Ian Schorr:etxrab1-8/+22
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-06Renamed some reassembled data texts.stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
2010-01-19Fix a few gcc _Wshadow warnings ....wmeier1-6/+6
2010-01-02From Jakub Zawadzki:etxrab1-9/+4
2009-10-25From Jakub Zawadzki:etxrab1-12/+6
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-52/+52
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataetxrab1-7/+1
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...wmeier1-5/+3
2009-04-22From Mark Cave-Ayland: Fix a crash in the PCNFSD dissector.gerald1-7/+4
2009-04-06More size_t fixes.gerald1-1/+1
2008-12-19Back out r27047 and r27053.gerald1-0/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+0
2008-09-27Small cleanup of proto_reg_handoff & etcwmeier1-8/+3
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier1-1/+1
2008-08-14Use const with value_string array definitionswmeier1-1/+1
2008-07-19From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2723morriss1-1/+1
2008-04-15Fix for the "Malformed packet: RPC" that is encountered in bug 1392:sake1-7/+14
2008-04-15From Didier (bug 1392):sake1-1/+6
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-3/+3
2007-12-05the GSS Checksum in secure onc-rpc contains the same blobs as GSS Tokens sahlberg1-10/+13
2007-11-20Add a bounds check in order to try to fix bug #1998.gerald1-1/+16
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-06-15Fix indentation.guy1-2/+2
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castguy1-0/+1
2006-11-21From: Burlyga, Alexsahlberg1-2/+11
2006-08-25If the length of a GSS token is zero, it's a null token, and the opaqueguy1-13/+15
2006-08-21remove two hashtables and replace with binary treessahlberg1-79/+83
2006-07-09In new_format_oid(), handle a zero-length OID.gerald1-1/+3
2006-07-07Fix more bugs reported by Ilja van Sprundel.gerald1-1/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-6/+6
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-1/+1