aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-7/+7
2012-08-14more ephemeral memory cleanupMichael Mann1-5/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2012-05-15Assign some variables that scan-build was complaining about.Gerald Combs1-0/+1
2012-01-23Fix some duplicate display filter names.Chris Maynard1-6/+6
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itGuy Harris1-2/+2
2011-10-19use consistent indentation.Bill Meier1-2308/+2313
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-21/+21
2011-07-03Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris1-9/+9
2011-07-03Add ENC_ values for UTF-8 and EBCDIC, support them for FT_STRINGZGuy Harris1-267/+271
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-6/+6
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-6/+3
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-3/+3
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-194/+194
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-3/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-3/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-33/+33
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-72/+72
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+3
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-15Fix for bug #2969Bill Meier1-2/+2
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-1/+2
2006-07-07Fix more bugs reported by Ilja van Sprundel.Gerald Combs1-1/+4
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.Gerald Combs1-177/+177
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-11/+11
2005-07-24some more ep_tvb_get_string updatesRonnie Sahlberg1-22/+11
2005-03-16Fix a format string vulnerability discovered by Bryan Fulton.Gerald Combs1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-11-17Don't set a string pointer to point to a constant string if that pointerGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-3/+4
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3285