aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq-pcf.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-07-21First pass pinfo->pool conversionEvan Huus1-10/+10
2021-02-03Make more functions and vars static.Martin Mathieson1-2/+2
2020-12-15packet-mq: Improve MQINQ Displayrobionekenobi1-21/+20
2020-12-03packet-mq: Improve MQINQ Displayrobionekenobi1-10/+10
2020-09-17packet-mq: Improve MultiSegment dissect and displayrobionekenobi1-1/+3
2020-09-10packet_mq: Support V9.2, improve MultiSegment, improve some struct displayRobiOne (Robert Grange)1-6/+38
2020-08-12MQ: use FT_STRING, not FT_STRINGZ, for strings.Guy Harris1-4/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-14packet-mq: Code reformatRobert Grange1-153/+153
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-02packet-mq: Add support for IMS+TM StructDario Lombardo1-15/+17
2018-01-02packet-mq: Improve display of ID Struct + Segmented MsgsRobert Grange1-0/+14
2017-01-30Have format_text_chr use wmem allocated memory.Michael Mann1-7/+7
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
2015-08-23packet-mq: Add new Const/Def for WMQ800 FP3Robert Grange1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-01-11packet-mq: Avoid using sort in dissectorRobert Grange1-1/+1
2015-01-08packet-mq: Add New Def, Reformat Lines, re-order val_str defRobert Grange1-32/+34
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-11-15paquet-mq: Eliminiate proto_tree_add_textRobert Grange1-30/+27
2014-11-01packet-mq: Use value_string_ext for big value string. more struct dissectedRobert Grange1-12/+12
2014-08-06mq improvements:robionekenobi1-3/+3
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-31/+21
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-05-07Fix a typo.AndersBroman1-1/+1
2014-05-07Make it pass the new check in checkapiAndersBroman1-8/+8
2014-05-06Don't pass the address of a pointer to a *_string to VALS() or RVALS().Jeff Morriss1-8/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Constification.Guy Harris1-6/+6
2013-12-29From robionekenobi: packet-mq enhancementBill Meier1-51/+56
2013-12-18Per user request, revert reformatting of hf[] entries done in SVN #54005.Bill Meier1-128/+29
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-3/+3
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-13If data is NULL, return FALSE.Chris Maynard1-1/+1
2013-12-13Do one or more of the following:Bill Meier1-596/+695
2013-11-12From robionekenobiMartin Kaiser1-2/+6
2013-11-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-11-11fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9411Martin Kaiser1-0/+5
2013-11-11Do some whitespace & formatting style changes;Bill Meier1-94/+94
2013-11-04From robionekenobi: Enhancement of the packet-mq dissector (WMQ 7.1-7.5)Bill Meier1-45/+88
2013-11-01Revert SVN #53027: It gives compile warning on GCC (at least).Bill Meier1-87/+45
2013-11-01From robionekenobi: Enhancement of the packet-mq dissector (WMQ 7.1-7.5)Bill Meier1-45/+87
2013-10-20Enhancement of the packet-mq dissector (WMQ 7.1-7.5). Bug 9267 (https://bugs...Michael Mann1-140/+296
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3