aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-03-06Get rid of unused information.Guy Harris1-9/+1
2018-03-06TN3270: fix memory leaks in conversation managementPascal Quantin1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-6/+2
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-07Fixed hf field blurb values after changes from change 5166Graham Bloice1-10/+10
2014-11-07Fix all remaining filter name errors found with checkfiltername.plMichael Mann1-14/+12
2014-10-21no need for continue at the end of a while loop, we loop anywayMartin Kaiser1-1/+0
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-41/+46
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-11/+6
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Forward declaration of register functions.Anders Broman1-0/+2
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-2/+3
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-19From beroset:Anders Broman1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-24From Martin Kaiser:Anders Broman1-1/+1
2012-04-12From Martin Kaiser: CID 476: add missing break. https://bugs.wireshark.org/bu...Anders Broman1-0/+1
2012-04-09Read_Buffer, Read_Modified & Read_Modified_All are valid outbound commands.Bill Meier1-55/+70
2012-04-03Improve the text of some value_strings.Bill Meier1-8/+8
2012-04-01Use correct values for "alt screen size" for 327x-3 and 327x-4 terminals.Bill Meier1-32/+52
2012-04-01Remove a bad (unterminated) comment; Fixes Buildbot compile error.Bill Meier1-1/+0
2012-04-01Fix some bugs related to the use of proto_tree_add_bits_item();Bill Meier1-38/+112
2012-04-01Define numerous arrays as static rather than dynamicBill Meier1-481/+491
2012-03-25Extensive rework to clean up code and to fix a number of issues with tn3270 d...Bill Meier1-3904/+4836
2012-01-23Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-12-22Set encoding to ENC_BIG_ENDIAN instead of the incorrect encoding of TRUE.Chris Maynard1-2/+2
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-3/+3
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-527/+529
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2011-05-26From Michael Mann.Anders Broman1-1/+1
2011-01-03Put the query list items under the top-level query list item (whichGuy Harris1-3/+11
2010-12-31A Query List has more than one has multiple QCODEs; you cannot handleGuy Harris1-12/+21
2010-10-07Define global variables ROWS, COLS, MAXROWS, MAXCOLS as static;Bill Meier1-4/+4
2010-10-06Change a couple of hf abbreviations so they're not the name of the hf variable.Jeff Morriss1-3/+3
2010-09-24Don't use an abbreviation as the name of an hf entry.Jeff Morriss1-1/+1
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-4/+4
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-10/+10
2010-05-17Move most of the contents of the header file into the .c file.Jeff Morriss1-0/+1113
2010-05-14We already have a link to the IBM version of the 3270 manual; just referGuy Harris1-5/+2