GSM A DTAP: add UMTS EVS to supported codecs list IE
[metze/wireshark/wip.git] / epan / dissectors / packet-tn3270.c
2018-03-06 Guy HarrisGet rid of unused information.
2018-03-06 Pascal QuantinTN3270: fix memory leaks in conversation management
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-10-28 Michael MannConvert to using find_conversation_pinfo where appropriate
2017-03-05 Alexis La Gouttedissectors: fix this statement may fall through [-Werro...
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-11-23 Michael Mannregister_dissector -> new_register_dissector
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2014-12-25 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-07 Graham BloiceFixed hf field blurb values after changes from change...
2014-11-07 Michael MannFix all remaining filter name errors found with checkfi...
2014-10-21 Martin Kaiserno need for continue at the end of a while loop, we...
2014-09-08 Michael MannEliminate proto_tree_add_text from some of the dissectors.
2014-07-07 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-04-06 Michael MannApply found fix-encoding-args.pl errors in the dissecto...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-11 Anders Broman- Forward declaration of register functions.
2013-09-12 Jörg Mayeremem -> wmem ("tshark -v" tested)
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-19 Anders BromanFrom beroset:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-24 Anders BromanFrom Martin Kaiser:
2012-04-12 Anders BromanFrom Martin Kaiser: CID 476: add missing break. https...
2012-04-09 Bill MeierRead_Buffer, Read_Modified & Read_Modified_All are...
2012-04-03 Bill MeierImprove the text of some value_strings.
2012-04-01 Bill MeierUse correct values for "alt screen size" for 327x-3...
2012-04-01 Bill MeierRemove a bad (unterminated) comment; Fixes Buildbot...
2012-04-01 Bill MeierFix some bugs related to the use of proto_tree_add_bits...
2012-04-01 Bill MeierDefine numerous arrays as static rather than dynamic
2012-03-25 Bill MeierExtensive rework to clean up code and to fix a number...
2012-01-23 Chris MaynardFix some duplicate display filter names.
2011-12-22 Chris MaynardSet encoding to ENC_BIG_ENDIAN instead of the incorrect...
2011-10-24 Bill MeierFix encoding arg for various fcn calls:
2011-07-05 Guy HarrisAdd some additional routine variants that handle string...
2011-06-19 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-26 Anders BromanFrom Michael Mann.
2011-01-03 Guy HarrisPut the query list items under the top-level query...
2010-12-31 Guy HarrisA Query List has more than one has multiple QCODEs...
2010-10-07 Bill MeierDefine global variables ROWS, COLS, MAXROWS, MAXCOLS...
2010-10-06 Jeff MorrissChange a couple of hf abbreviations so they're not...
2010-09-24 Jeff MorrissDon't use an abbreviation as the name of an hf entry.
2010-09-24 Jeff Morriss(Refining the regexp...) Replace blurbs that match...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-09-21 Jeff MorrissAs suggested by Kovarththanan Rajaratnam in https:...
2010-05-17 Jeff MorrissMove most of the contents of the header file into the...
2010-05-14 Guy HarrisWe already have a link to the IBM version of the 3270...
2010-05-13 Guy HarrisHandle the Set Buffer Address command differently;...
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-13 Jeff MorrissRemove some unused hf_ entries
2010-05-13 Jeff MorrissFrom Robert Hogan via https://bugs.wireshark.org/bugzil...
2010-01-19 Bill MeierUse more unique names for certain enum constants.
2009-11-04 Jaap KeuterFrom Robert Hogan:
2009-10-07 Jaap KeuterCleanup header fields.
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO) with col_check
2009-07-17 Bill MeierFrom Robert Hogan: "no need to register tn3270 for...
2009-07-17 Bill MeierMinor changes: Move protocol_register & etc to end;
2009-07-17 Jaap KeuterFrom Robert Hogan: