aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-182/+0
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-4/+12
svn path=/trunk/; revision=40321
2010-06-25From Cal Turney via bug 4849:Stig Bjørlykke1-0/+1
Save the folder path of the last capture selected in the Open dialog in recent. svn path=/trunk/; revision=33322
2010-05-06Added an option to display seconds as hours, minutes and secondsStig Bjørlykke1-0/+1
in the packet list, on this format: "1h 2m 3.456s". svn path=/trunk/; revision=32683
2009-12-09Moved column xalign values.Stig Bjørlykke1-0/+6
svn path=/trunk/; revision=31215
2009-12-01Save column alignment in the recent file.Stig Bjørlykke1-0/+14
Added center and default alignment menu items. svn path=/trunk/; revision=31143
2009-11-05Introduce packet bytes bit view.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=30832
2008-08-09Check if the recent_common file exists instead of having a setting inStig Bjørlykke1-1/+0
the recent file. svn path=/trunk/; revision=25967
2008-06-14Save the column width in the recent list on every change so we canStig Bjørlykke1-0/+7
pick the correct width when changing the time precision. svn path=/trunk/; revision=25451
2008-05-11Sort list before thaw to avoid flicker when doing capture.Stig Bjørlykke1-0/+1
Save pane size in recent. svn path=/trunk/; revision=25275
2008-04-28Added flag i new recent file to determine where to get values nowStig Bjørlykke1-0/+1
moved to recent_common. This will convert old recent file to new. svn path=/trunk/; revision=25188
2008-04-28Split the recent file in two, one for the configuration profileStig Bjørlykke1-0/+13
and one common for all profiles. svn path=/trunk/; revision=25186
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke1-5/+18
Not 100% implemented for usage with configuration profiles with different column layout yet, as this requires some of the recent values to be saved in each profile. svn path=/trunk/; revision=24949
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+2
configure and use more than one set of preferences and configuration files. This can be found in the "Configuration Profiles..." menu item from the Edit menu, or by pressing Shift-Ctrl-A. It's also possible to start wireshark and tshark with a named profile by using the "-C ProfileName" option. A new status pane in the main window will show the current profile. The configuration files currently stored in the Profiles are: - Preferences - Capture Filters - Display Filters - Coloring Rules - Disabled Protocols - User Accessible Tables The recent data are by design not added to the profile. Planned future enhancements: - make a more convenient function to switch between profiles - add a "clone profile" button to copy an existing profile - make the profiles list active and accept return as OK - save users "Decode as" in the profile - make new, clone and deletion of profiles more secure - make some of the recent values available in the profile This patch also fixes: - setting default status pane sizes - a bug setting status pane for packets when not having main lower pane. svn path=/trunk/; revision=24089
2007-09-15Add routines under Windows to check if npf.sys is running, and toGerald Combs1-0/+1
fetch the major OS version. If we're running Windows >= 6 (Vista) _and_ npf.sys isn't running, warn the user in Wireshark and TShark. Add a recent prefs item to disable the warning in Wireshark. svn path=/trunk/; revision=22877
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-2/+3
setuid instead of Wireshark. Remove the "DANGEROUS" notices, but leave it disabled by default. Whine if the user runs Wireshark or TShark as root. Add a preference to disable the whining. Add a "setuid-root" script that can be used to switch dumpcap and TShark's setuid-ness on and off for development and testing. Update the release notes and README.packaging. svn path=/trunk/; revision=22733
2006-10-31From Giorgio Tino: Add a "Don't show this message again" option to an Gerald Combs1-0/+1
AirPcap warning dialog. Fix a callback bug in simple_dialog.c. svn path=/trunk/; revision=19747
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+1
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-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
- automatic adjustment depending on file format - manual adjustment through menu items save the setting in the recent file svn path=/trunk/; revision=15534
2005-07-19fix various doxygen warningsUlf Lamping1-1/+1
svn path=/trunk/; revision=14958
2005-05-30First part to fix #148: use command line parameter -o not only for ↵Ulf Lamping1-5/+26
preferences but also for recent settings. This way we can simply remove the GUI related command line parameters -B, -P and -T, which are useless now. svn path=/trunk/; revision=14483
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-0/+1
keep it's setting in the recent file svn path=/trunk/; revision=13929
2005-03-26Create the directory for the preferences files before writing out theGuy Harris1-3/+2
"recent" file. Have "write_recent()" handle putting up error windows for failed attempts to write the "recent" file. svn path=/trunk/; revision=13909
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11107
2004-06-02add details for doxygenUlf Lamping1-2/+25
svn path=/trunk/; revision=11077
2004-05-30save window position/size/maximized state into recent fileUlf Lamping1-1/+2
(only help dialog for now) svn path=/trunk/; revision=11032
2004-05-07removed obsolete commentsUlf Lamping1-3/+1
svn path=/trunk/; revision=10810
2004-04-27Freely adjustable status line separations.Ulf Lamping1-1/+2
svn path=/trunk/; revision=10715
2004-04-25save the position of the main window panes in the recent file,Ulf Lamping1-1/+4
and restore their position when program is started again (GTK2 only) svn path=/trunk/; revision=10706
2004-02-17bugfix: use last_open_dir for the recent file,Ulf Lamping1-2/+1
instead of the somewhat duplicated value in the recent struct svn path=/trunk/; revision=10077
2004-02-01moved window geometry values from prefs to recent,Ulf Lamping1-9/+9
added new pref / recent setting: "maximized main window", which will save, if the main window is maximized or not, this will take effect on GTK version 2 only, but is saved nonetheless svn path=/trunk/; revision=9949
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to ↵Ulf Lamping1-1/+3
prevent problems when switching between GTK1 and GTK2 ethereal versions b.) added new feature "Edit->Go To First Packet" "Edit->Go To Last Packet" with corresponding menu and toolbar items c.) added new feature "View->Zoom In" / "View->Zoom Out" / View->Normal Size" with corresponding menu and toolbar items This feature will act as a "size offset" to the current fontsize, so that the packet list/tree view/... will have a larger/smaller font size. The value is stored inside the recent file. d.) Win32 only: Try to get the win32 system font and fontsize at program startup and show the menus/dialogs and such with the same font and fontsize like other win32 windows. This makes the program make a *lot* more feel like a normal win32 program. svn path=/trunk/; revision=9753
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-4/+5
menuitems under "View->Time Display Format". renamed timestamp enum items e.g. from ABSOLUTE to TS_ABSOLUTE, to prevent conflicting definitions with MSVC svn path=/trunk/; revision=9729
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-0/+61
saving the states in the recent file svn path=/trunk/; revision=9726