aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-06WebSphere MQ V7 Bug Fix 8322 TSHM_EBCDIC. Bug 9198 (https://bugs.wireshark.o...Michael Mann1-3/+3
2013-10-04From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9215Evan Huus1-17/+33
2013-09-24From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=91...Jeff Morriss1-35/+91
2013-09-23Fix Function call argument is an uninitialized value warning found by ClangAlexis La Goutte1-0/+2
2013-09-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-13/+13
2013-09-15Apparently some platforms don't like $ in their macro names. Fix it.Evan Huus1-4/+4
2013-09-15Comment out hf_ var whose use is also commented out at least for now.Evan Huus1-2/+2
2013-09-15From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9072Evan Huus1-2663/+3392
2013-09-15emem -> wmemPascal Quantin1-1/+2
2013-08-30(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9079Martin Kaiser1-1/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-84/+46
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-5/+6
2013-02-12From metatech via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8322Evan Huus1-64/+159
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
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