aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-23packet-mq: Add new Const/Def for WMQ800 FP3Robert Grange1-1/+6
2015-08-13Eliminate proto_tree_add_text from some dissectors.Michael Mann1-7/+1
2015-07-21MQ: fix dissection of Work Information Header Reserved fieldRobert Beardsworth1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-3/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-3/+3
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+6
2015-05-12In the name of God and all that is holy, don't do that.Guy Harris1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2015-01-11packet-mq: Avoid using sort in dissectorRobert Grange1-146/+105
2015-01-10Sort the value_string_exts at dissector registration time.Guy Harris1-18/+5
2015-01-10packet-mq: sort some value_string_ext in dissectorRobert Grange1-38/+54
2015-01-10MQ: ensure that at least 4 bytes were captured before doing heuristic checksPascal Quantin1-1/+1
2015-01-08MQ: fix crash at startupPascal Quantin1-3/+3
2015-01-08packet-mq: Add New Def, Reformat Lines, re-order val_str defRobert Grange1-125/+174
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-5/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+2
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-09Values in a value_string_ext *must* be sorted.Guy Harris1-94/+102
2014-11-15paquet-mq: Eliminiate proto_tree_add_textRobert Grange1-3/+9
2014-11-01packet-mq: Use value_string_ext for big value string. more struct dissectedRobert Grange1-27/+68
2014-10-21fix wrong offset for ID Capability Flags 1Martin Kaiser1-1/+1
2014-08-06Try to fix:AndersBroman1-4/+4
2014-08-06mq improvements:robionekenobi1-129/+230
2014-07-06Squelch casting-away-constness warnings.Guy Harris1-4/+4
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-82/+41
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-90/+90
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-90/+90
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-2/+2
2014-01-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-29From robionekenobi: packet-mq enhancementBill Meier1-518/+728
2013-12-18Per user request, revert reformatting of hf[] entries done in SVN #54005.Bill Meier1-2319/+509
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