aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-19use consistent indentation.wmeier1-2308/+2313
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-21/+21
2011-07-03Add a tvb_get_ephemeral_string_enc() routine that's likeguy1-9/+9
2011-07-03Add ENC_ values for UTF-8 and EBCDIC, support them for FT_STRINGZguy1-267/+271
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-6/+6
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-6/+3
2010-05-13Create a new REP_NA value for fields where there are no representationsguy1-3/+3
2010-05-12Instead of using private #defines for the last argument toguy1-194/+194
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-3/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-3/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-33/+33
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-72/+72
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+3
2009-05-13Apply some of the patches from:etxrab1-2/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-10-15Fix for bug #2969wmeier1-2/+2
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-1/+3
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-07-09In new_format_oid(), handle a zero-length OID.gerald1-1/+2
2006-07-07Fix more bugs reported by Ilja van Sprundel.gerald1-1/+4
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.gerald1-177/+177
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-1/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-11/+11
2005-07-24some more ep_tvb_get_string updatessahlberg1-22/+11
2005-03-16Fix a format string vulnerability discovered by Bryan Fulton.gerald1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-11-17Don't set a string pointer to point to a constant string if that pointerguy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-3/+4
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+3285