Fix string length typo causing unitialized-value warnings caught by valgrind
[metze/wireshark/wip.git] / epan / dissectors / packet-mq.c
2013-12-14 eapacheFix string length typo causing unitialized-value warnin...
2013-12-13 wmeierDo one or more of the following:
2013-11-11 wmeierDo some whitespace & formatting style changes;
2013-11-10 darkjamesAdd missing includes in order to remove exceptions...
2013-11-09 mmannAdd data parameter to tcp_dissect_pdus() as well as...
2013-11-06 wmeierFrom robionekenobi: "packet-mq adapted"
2013-11-04 wmeierFrom robionekenobi: Enhancement of the packet-mq dissec...
2013-11-01 wmeierRevert SVN #53027: It gives compile warning on GCC...
2013-11-01 wmeierFrom robionekenobi: Enhancement of the packet-mq dissec...
2013-10-20 pascalFrom robionekenobi via https://bugs.wireshark.org/bugzi...
2013-10-20 mmannEnhancement of the packet-mq dissector (WMQ 7.1-7.5...
2013-10-06 mmannWebSphere MQ V7 Bug Fix 8322 TSHM_EBCDIC. Bug 9198...
2013-10-04 eapacheFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-09-24 morrissFrom robionekenobi via https://bugs.wireshark.org/bugzi...
2013-09-23 alagoutteFix Function call argument is an uninitialized value...
2013-09-23 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2013-09-22 pascalemem -> wmem conversion:
2013-09-15 eapacheApparently some platforms don't like $ in their macro...
2013-09-15 eapacheComment out hf_ var whose use is also commented out...
2013-09-15 eapacheFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-09-15 pascalemem -> wmem
2013-08-30 martink(try to) fix https://bugs.wireshark.org/bugzilla/show_b...
2013-07-17 darkjamesRemove fragment_data, add fragment_head, fragment_item...
2013-07-14 darkjamesRewrite reassemble API to use TVBs instead of raw data.
2013-06-14 mmannRemoved check_col() and the occasional tree.
2013-03-22 guyDon't wire into the reassembly code the notion that...
2013-02-12 eapacheFrom metatech via https://bugs.wireshark.org/bugzilla...
2013-01-31 wmeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 wmeierFix various instances of unused hf[] entries found
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 darkjamesAdd data parameter to dissector_try_heuristic
2012-09-10 darkjamesInitial commit to support yet another method of passing...
2012-08-14 mmannmore ephemeral memory cleanup
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-04 alagoutteFix some Dead Store (Dead assignement/Dead increment...
2012-05-15 geraldAssign some variables that scan-build was complaining...
2012-01-23 cmaynardFix some duplicate display filter names.
2012-01-16 guyThe frame number is an unsigned integer, so there's...
2011-10-19 wmeieruse consistent indentation.
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-07-03 guyAdd a tvb_get_ephemeral_string_enc() routine that's...
2011-07-03 guyAdd ENC_ values for UTF-8 and EBCDIC, support them...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-05-24 guyRefer to the endianness arguments as "encoding" rather...
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-13 guyCreate a new REP_NA value for fields where there are...
2010-05-12 guyInstead of using private #defines for the last argument to
2010-01-18 wmeierFix some gcc -Wshadow warnings ....
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 stigChanged flags_set_truth -> tfs_set_notset
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 stigFrom Artem Tamazov (bug 3472):
2009-05-13 etxrabApply some of the patches from:
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-15 wmeierFix for bug #2969
2008-08-26 wmeier#include <emem.h> not req'd
2008-05-15 wmeierFix some of the Errors/warnings detected by checkapi.
2007-10-23 etxrabApply the small performance enhancment patches for:
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-07-09 geraldIn new_format_oid(), handle a zero-length OID.
2006-07-07 geraldFix more bugs reported by Ilja van Sprundel.
2006-07-07 geraldFix a few format string bugs found by Ilja van Sprundel.
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2005-09-28 ulflfix #480: Change defaults for all reassembling settings...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-24 sahlbergsome more ep_tvb_get_string updates
2005-03-16 geraldFix a format string vulnerability discovered by Bryan...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-02 etxrabFrom Jon Ringle:
2004-11-17 guyDon't set a string pointer to point to a constant strin...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-07-18 gramMove dissectors to epan/dissectors directory.