aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn5250.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-17/+17
2021-08-23Remove trailing colons from item label namesMartin Mathieson1-1/+1
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-2/+2
2020-07-07tn3270: improve on some of IBM's painful prose.Guy Harris1-17/+17
2020-07-06TN5250: Fix two true_false strings so they are differentiatingJaap Keuter1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-64/+64
2020-04-05proto: Add a debug check to sanity-check range_stringMartin Mathieson1-1/+1
2020-04-04TN5250: Fix issue with range_string entry hiding those below.Martin Mathieson1-1/+3
2020-04-01Check for true_false_string with identical true/false string.Martin Mathieson1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-03-07Eliminate unused structure members and an unused list.Guy Harris1-10/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-6/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-6/+7
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-2/+2
2014-12-29TN5250: Missing break in switch (CID 280477)Alexis La Goutte1-1/+3
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-28TN5250: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-10-21tn5220: prevent another potential endless loopMartin Kaiser1-1/+6
2014-10-21Fix the earlier checkin.Guy Harris1-3/+3
2014-10-21Fix a number of what appear to be errors.Guy Harris1-8/+63
2014-10-20tn5250: fix an endless loop, exit when offset is not incrementedMartin Kaiser1-0/+2
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-50/+23
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-12-13It should halve warnings count in tn5250 dissector.Jakub Zawadzki1-378/+378
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-1/+6
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-1/+2
2013-03-19From beroset:Anders Broman1-4/+4
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
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-01-23Fix some duplicate display filter names.Chris Maynard1-7/+7
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-3/+3
2011-07-30Whitespace cleanup.Bill Meier1-2214/+2213
2011-07-30Remove unneeded #includesBill Meier1-5/+1
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-497/+500
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2010-12-06Fix various typos and spelling errors.Bill Meier1-2/+2
2010-10-07Define a global variable as static.Bill Meier1-1/+1
2010-05-17Remove trailing white spaceJeff Morriss1-36/+36