aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-07Define global variables ROWS, COLS, MAXROWS, MAXCOLS as static;wmeier1-4/+4
2010-10-06Change a couple of hf abbreviations so they're not the name of the hf variable.morriss1-3/+3
2010-09-24Don't use an abbreviation as the name of an hf entry.morriss1-1/+1
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-4/+4
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-10/+10
2010-05-17Move most of the contents of the header file into the .c file.morriss1-0/+1113
2010-05-14We already have a link to the IBM version of the 3270 manual; just referguy1-5/+2
2010-05-13Handle the Set Buffer Address command differently; this gets rid of theguy1-50/+83
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-14/+3
2010-05-13Remove some unused hf_ entriesmorriss1-25/+0
2010-05-13From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4257 :morriss1-24/+85
2010-01-19Use more unique names for certain enum constants.wmeier1-1/+1
2009-11-04From Robert Hogan:jake1-2/+2
2009-10-07Cleanup header fields.jake1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-4/+2
2009-07-17From Robert Hogan: "no need to register tn3270 for 'decode-as'".wmeier1-8/+0
2009-07-17Minor changes: Move protocol_register & etc to end; wmeier1-66/+67
2009-07-17From Robert Hogan:jake1-0/+5471