aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21Small improvements for the compare capture files dialog:Stig Bjørlykke1-0/+1
- Added autocompletion in the filter entry - Added a help button (documentation TBD) svn path=/trunk/; revision=28440
2009-03-18Use retx info in stats window.Martin Mathieson1-0/+1
User guide help not added yet, as having trouble building... svn path=/trunk/; revision=27776
2008-06-21Added help topic item previous reused for another topic.Stig Bjørlykke1-0/+1
Todo: add documentation text. svn path=/trunk/; revision=25506
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-7/+0
svn path=/trunk/; revision=25505
2008-06-21Added a help button in the Interface Options dialog.Stig Bjørlykke1-1/+1
Added the Interface Options docbook chapter. svn path=/trunk/; revision=25502
2008-05-23Change references to follow TCP stream to just follow stream to reflectStephen Fisher1-1/+1
the multi-purpose nature of the follow_stream.c code (you can also follow SSL and UDP streams with it.) svn path=/trunk/; revision=25363
2008-04-17add tooltips for the welcome page buttonsUlf Lamping1-0/+5
svn path=/trunk/; revision=25092
2008-04-16add the firewall ACL dialog to the help topics (would be a good idea to ↵Ulf Lamping1-0/+1
better describe that dialog anyway...) svn path=/trunk/; revision=25060
2008-04-15add some more "links" to online pagesUlf Lamping1-0/+4
svn path=/trunk/; revision=25035
2008-04-07Remove GTK1 code.Stephen Fisher1-2/+0
svn path=/trunk/; revision=24827
2008-02-22add rawshark.html to packaging and Wireshark help menuUlf Lamping1-0/+1
svn path=/trunk/; revision=24431
2008-02-17Added help button in expert info and expert info composite dialogs.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=24374
2008-02-14Added option to turn off name resolution.Stig Bjørlykke1-0/+1
Added help button (documentation TBD). svn path=/trunk/; revision=24329
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+1
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-03-03Update object export code:Stephen Fisher1-0/+1
- Add to User's Guide - Add a help button - Move a lot of code into the shared export_object.c file and out of dissector specific file export_object_http.c. This will make adding additional protocols much easier. - Change comment in packet-http.c to reflect new name (Export Object) - Various other minor improvements svn path=/trunk/; revision=20961
2007-02-05* Add a help facility for UATsLuis Ontanon1-0/+8
* export help_topic_html() svn path=/trunk/; revision=20717
2006-08-30add some file dialog related help pagesUlf Lamping1-1/+11
use file related instead of print related help pages for the export dialogs svn path=/trunk/; revision=19089
2006-08-24capture interfaces dialog: use capture stock icons instead of plain text buttonsUlf Lamping1-1/+2
capture info dialog: add a "Help" and use stock buttons svn path=/trunk/; revision=19020
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
svn path=/trunk/; revision=18268
2006-05-28Ethereal->WiresharkAnders Broman1-4/+4
svn path=/trunk/; revision=18232
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
strings, and function names. svn path=/trunk/; revision=18205
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
2006-04-20if HHC_DIR is defined in config.nmake, use the Win32 HTMLHELP system (using ↵Ulf Lamping1-1/+3
the user-guide.chm file) svn path=/trunk/; revision=17932
2006-02-24add the dumpcap manpage to the menuUlf Lamping1-0/+1
svn path=/trunk/; revision=17402
2005-07-19fix various doxygen warningsUlf Lamping1-2/+2
svn path=/trunk/; revision=14958
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ↵Ulf Lamping1-0/+1
capturing "Multiple Files"/ringbuffer) and jump from one file of it to the next/previous one svn path=/trunk/; revision=14231
2005-01-20add some more online help functionality and help buttons at various dialog ↵Ulf Lamping1-38/+34
boxes, if a help page *is* available. However, the new help system needs a lot more work before completed. svn path=/trunk/; revision=13152
2004-12-29From Albert Chin: not all compilers support a comma after the last valueGuy Harris1-1/+2
in an enum. svn path=/trunk/; revision=12862
2004-10-27fix doxygen tagsUlf Lamping1-1/+1
svn path=/trunk/; revision=12404
2004-09-24add a link to the Ethereal wiki front pageUlf Lamping1-0/+1
svn path=/trunk/; revision=12084
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-0/+49
svn path=/trunk/; revision=12021
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=11110
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-4/+20
svn path=/trunk/; revision=11052
2004-01-25adding a function to the help dialog, showing a specific topic (context help),Ulf Lamping1-1/+2
beautifying the placement of the help button in the button_row, using the context help for the filter dialog svn path=/trunk/; revision=9851
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
svn path=/trunk/; revision=7003
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-3/+3
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2000-09-08Redraw:Guy Harris1-1/+4
the text in all "Follow TCP Stream" windows; the text in the help window if we have one up; all hex dump windows; when GUI preference changes are to be applied, so that font changes and "Follow TCP Stream" color changes show up. Update both the Roman and bold font when the font is changed. Don't decrement the reference counts on the old Roman and bold fonts until that's all done. svn path=/trunk/; revision=2401
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+6
- add <stdarg.h> or <varargs.h> in snprintf.h and remove those inclusions in the other #ifdef NEED_SNPRINTF_H codes - remove the check of multiple inclusions in source (.c) code (there is a bit loss of _cpp_ performance, but I prefer the gain of code reading and maintenance; and nowadays, disk caches and VM are correctly optimized ;-). - protect all (well almost) header files against multiple inclusions - add header (i.e. GPL license) in some include files - reorganize a bit the way header files are included: First: #include <system_include_files> #include <external_package_include_files (e.g. gtk, glib etc.)> Then #include "ethereal_include_files" with the correct HAVE_XXX or NEED_XXX protections. - add some HAVE_XXX checks before including some system header files - add the same HAVE_XXX in wiretap as in ethereal Please forgive me, if I break something (I've only compiled and regression tested on Linux). svn path=/trunk/; revision=2254
2000-08-08Add a Help window that contains:Laurent Deniel1-0/+27
- short overview - list of known protocols - list of display filters - short capture filter help The display filter help can be extended in the future when we will have a GUI for filter construction. But this is better than nothing ;-) And cut & paste from the text help window and the filter input field works... svn path=/trunk/; revision=2227