aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/keys.h
AgeCommit message (Collapse)AuthorFilesLines
2000-08-20Add a popup menu for the hexdump window. For now, it has only theLaurent Deniel1-1/+2
common items but let's prepare the future (e.g. Match selected)... svn path=/trunk/; revision=2314
2000-01-18Jerry Talkington's changes to support, in the packet list and protocolGuy Harris1-1/+5
tree panes, menus popped up by the right mouse button. svn path=/trunk/; revision=1504
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris1-2/+1
support for printing in PostScript to the "Print..." dialog box. svn path=/trunk/; revision=1426
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1-1/+3
depends on dlopen() being available on the target platform svn path=/trunk/; revision=1263
1999-11-25Change display filter entry widget to a GtkCombo.Gerald Combs1-2/+4
Modify filter_packtes to return 1 on success, and 0 on failure. svn path=/trunk/; revision=1106
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1-4/+1
of the packet be printed (this is only done if "Print detail" is selected; it should be grayed out of "Print summary" is selected). If that item is selected, suppress the hex printing of uninterpreted data items in the protocol tree. Move some GTK+ keys not used outside of "gtk/print_dlg.c" from "gtk/keys.h" into "gtk/print_dlg.c". svn path=/trunk/; revision=736
1999-09-12Make "Expand all levels" and "Print as displayed" radioGuy Harris1-10/+11
buttons insensitive if "Print summary" is selected, and make them sensitive if "Print detail" is selected, as they apply only to the "print detail" output. svn path=/trunk/; revision=672
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-9/+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-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-9/+9
prints the protocol tree, and summary prints the fields in the summary clist, with a header line at the beginning of the printout. Print only packets selected by the current packet filter. Just have "ARP" and "RARP" in the "Protocol" field for ARP packets; whether it's a request or a reply can be seen in the "Info" field. Add to the "Frame" section of the protocol tree the time between the current packet and the previous displayed packet, and the packet number. Have FT_RELATIVE_TIME fields be a "struct timeval", and display them as seconds and fractional seconds (we didn't have any fields of that type, and that type of time fits the delta time above). Add an FT_DOUBLE field type (although we don't yet have anything using it). svn path=/trunk/; revision=666
1999-09-09Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris1-0/+25
and fix up the introductory comment on some other files. svn path=/trunk/; revision=640
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-0/+16
preferences, and menus to gtk subdirectory. svn path=/trunk/; revision=623