aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-01tls: add support for DESEGMENT_UNTIL_FIN, sequence numbersJohn Thacker1-2/+2
2022-09-18Fix some spelling errorsMartin Mathieson1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-15Fix some spelling errorsMartin Mathieson1-2/+2
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-117/+117
2021-09-16ptvcursor: add explicit memory scopeEvan Huus1-1/+1
2020-12-20More spelling fixes.Martin Mathieson1-1/+1
2020-12-15packet-mq: Improve MQINQ Displayrobionekenobi1-7/+3
2020-12-03packet-mq: Improve MQINQ Displayrobionekenobi1-3/+25
2020-10-22packet-mq: Improve and fix bugsrobionekenobi1-22/+36
2020-09-17packet-mq: Improve MultiSegment dissect and displayrobionekenobi1-60/+164
2020-09-11packet-mq: Improve Structure Displayrobionekenobi1-169/+237
2020-09-10packet-mq: code reformatingrobionekenobi1-631/+631
2020-09-10packet_mq: Support V9.2, improve MultiSegment, improve some struct displayRobiOne (Robert Grange)1-263/+266
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-08-12MQ: use FT_STRING, not FT_STRINGZ, for strings.Guy Harris1-121/+120
2020-07-26MQ: Fix short NameValue presentationJaap Keuter1-2/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-21/+21
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-28Clean up some ASCII vs. EBCDIC string handling.Guy Harris1-123/+143
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