aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq-pcf.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-15From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9072Evan Huus1-195/+411
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-4/+1
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-60/+60
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-1/+1
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2