aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-05packet-mq: Improve ECapFlag display + CapFlag3 Add new FlagRobert Grange1-7/+17
2017-06-22MQ: put declaration before codePascal Quantin1-1/+2
2017-06-20mq: start removing some if (tree) checksMartin Kaiser1-280/+202
2017-06-20mq: don't THROW() an exception from a dissectorMartin Kaiser1-1/+1
2017-06-19MQ: check fragment length before trying to perform reassemblyPascal Quantin1-5/+28
2017-05-14MQ: fix typo (Comit -> Commit)Alexis La Goutte1-1/+1
2017-05-14Provide some URLs for the document in question.Guy Harris1-1/+8
2017-01-30Have format_text_chr use wmem allocated memory.Michael Mann1-3/+3
2017-01-29Register reassembly tablesMichael Mann1-13/+3
2016-10-17MQ: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-10-13packet-mq: Handle MQV9Robert Grange1-37/+57
2016-10-12MQ: fix typo found by lintianAlexis La Goutte1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-6/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-10mq: enable SSL dissectionPeter Wu1-19/+22
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
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