aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2007-01-28From Douglas Pratley:Stephen Fisher1-0/+10
This is a patch adding items to the context menus for the packet list and packet details panes for copying packet data to the clipboard. New menu item on packet list pane: Copy (sub menu) -> Summary (Text) Copies fields displayed in the packet list, tab separated Summary (CSV) Copies fields displayed in the packet list, comma separated Hex and Text Copies data for the selected frame in hex-editor style (similar to Copy\All Information in packet bytes pane) Text Only Copies data for the selected frame, dropping non-printable characters other than line breaks (similar to Copy\Text Only in packet bytes pane) Hex Columns As Hex and Text but without text Hex Stream Copies data for the selected frame as an unpunctuated list of hex values Binary Stream Copies raw packet bytes to the clipboard as MIME type application/octet-stream svn path=/trunk/; revision=20581
2006-11-26Make keyboard navigation common for all tree views (for GTK2, at least).Gerald Combs1-20/+19
svn path=/trunk/; revision=19994
2006-08-27fix a warning by removing now unused codeUlf Lamping1-8/+0
svn path=/trunk/; revision=19051
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+8
is disabled by default, and can be enabled by setting AIRPCAP_CONFIG in config.nmake. The code is currently limited to Windows, but should be adaptable to other platforms. The official announcement won't come until next week, so you'll have to read the source for details. :) svn path=/trunk/; revision=18928
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
strings, and function names. svn path=/trunk/; revision=18205
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-08-20Explain in more detail the split between the stuff in ui_util.h and inGuy Harris1-1/+1
gtk/gui_utils.h. svn path=/trunk/; revision=15482
2005-08-20- Declare some functions staticJörg Mayer1-308/+308
- Add plugins_dlg.h - Include .h files in their respective .c files - Include .h and remove extern declarations in .c files - set eol-style and keywords on gui_utils.[hc] svn path=/trunk/; revision=15471
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵Ulf Lamping1-0/+308
named ui_util.h in / dir svn path=/trunk/; revision=15465