summaryrefslogtreecommitdiff
path: root/gtk/proto_draw.c
AgeCommit message (Collapse)AuthorFilesLines
1999-12-03patch to scroll byte viewNathan Neulinger1-1/+21
svn path=/trunk/; revision=1190
1999-11-22A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1-5/+17
of SNA in a packet changes the character encoding from the default ASCII to EBCDIC. The hex-printing routines in the GUI code and in the printing code convert to EBCDIC if appropriate. svn path=/trunk/; revision=1089
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+3
dynamically-assigned "ett_" integer values, assigned by "proto_register_subtree_array()"; this: obviates the need to update "packet.h" whenever you add a new subtree type - you only have to add a call to "proto_register_subtree_array()" to a "register" routine and an array of pointers to "ett_", if they're not already there, and add a pointer to the new "ett_" variable to the array, if they are there; would allow run-time-loaded dissectors to allocate subtree types when they're loaded. svn path=/trunk/; revision=1043
1999-11-15Don't store both "start" and "length" in each GUI proto_tree item. JustGilbert Ramirez1-3/+3
store the field_info pointer, from which we can get both "start" and "length" (and "hfinfo" and "value", which I'm working towards, so that match_selected, or a new function, and create a display filter based on the field's name, instead of byte offset ). svn path=/trunk/; revision=1039
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-12/+10
the "File/Print" dialog box; "Expand all levels" means that all levels of the protocol tree should be printed, while "Print as displayed" means that only those levels shown in the display should be printed. Free the table of column widths once printing is done. svn path=/trunk/; revision=671
1999-09-11Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1-2/+21
svn path=/trunk/; revision=660
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-0/+189
svn path=/trunk/; revision=635