aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-13Handle the Set Buffer Address command differently; this gets rid of theGuy Harris1-50/+83
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-14/+3
2010-05-13Remove some unused hf_ entriesJeff Morriss1-25/+0
2010-05-13From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4257 :Jeff Morriss1-24/+85
2010-01-19Use more unique names for certain enum constants.Bill Meier1-1/+1
2009-11-04From Robert Hogan:Jaap Keuter1-2/+2
2009-10-07Cleanup header fields.Jaap Keuter1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-17From Robert Hogan: "no need to register tn3270 for 'decode-as'".Bill Meier1-8/+0
2009-07-17Minor changes: Move protocol_register & etc to end; Bill Meier1-66/+67
2009-07-17From Robert Hogan:Jaap Keuter1-0/+5471