aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-14Fix string length typo causing unitialized-value warnings caught by valgrindEvan Huus1-1/+1
2013-12-13Do one or more of the following:Bill Meier1-3197/+5006
2013-11-11Do some whitespace & formatting style changes;Bill Meier1-1296/+1306
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-163/+165
2013-11-06From robionekenobi: "packet-mq adapted"Bill Meier1-2/+1
2013-11-04From robionekenobi: Enhancement of the packet-mq dissector (WMQ 7.1-7.5)Bill Meier1-244/+296
2013-11-01Revert SVN #53027: It gives compile warning on GCC (at least).Bill Meier1-296/+244
2013-11-01From robionekenobi: Enhancement of the packet-mq dissector (WMQ 7.1-7.5)Bill Meier1-244/+296
2013-10-20From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=92...Pascal Quantin1-17/+16
2013-10-20Enhancement of the packet-mq dissector (WMQ 7.1-7.5). Bug 9267 (https://bugs...Michael Mann1-710/+968
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