aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-20epan: fix various misannotations of VALS/RVALS/VALS64/TFSPeter Wu1-9/+9
2018-09-13Start renaming SSL to TLS.Gerald Combs1-1/+1
2018-08-16packet-mq: Fix LPOO Strucxt + Add MQV91 DefRobert Grange1-12/+8
2018-08-11packet-mq: Fix some struct display add new defRobert Grange1-49/+52
2018-03-31packet-mq: Fix for SPI Verb and SPI OPEN FieldsRobert Grange1-10/+14
2018-03-24packet-mq: Fix for Encoding problem in some MQ StructRobert Grange1-2/+6
2018-02-14packet-mq: Code reformatRobert Grange1-499/+499
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-05packet-mq: Fix a wrong offset+Add value in val_strRobert Grange1-140/+137
2018-02-04MQ: use real string length when calling strip_trailing_blanks()Pascal Quantin1-2/+2
2018-02-04MQ: keep extended value string array sortedPascal Quantin1-1/+1
2018-02-04packet-mq: Fix problem in get_mq_pdu_lenRobert Grange1-5/+4
2018-02-02packet-mq: Add support for IMS+TM StructDario Lombardo1-679/+412
2018-01-02packet-mq: Fix after change 25009Robert Grange1-2/+10
2018-01-02packet-mq: Improve display of ID Struct + Segmented MsgsRobert Grange1-53/+98
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