aboutsummaryrefslogtreecommitdiffstats
path: root/help
Commit message (Collapse)AuthorAgeFilesLines
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-313-5/+0
| | | | | | | | (Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
* Make sure we point to the GPLv2.Gerald Combs2014-01-131-16/+17
| | | | svn path=/trunk/; revision=54710
* From Ville Skyttä: Spelling FixesBill Meier2013-12-232-5/+5
| | | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
* Add some license headers after emailing the respective authors to confirm.Evan Huus2013-10-091-0/+18
| | | | svn path=/trunk/; revision=52471
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8908 :Jeff Morriss2013-07-151-6/+6
| | | | | | | | As per http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script the portable way to find out if a particular command is available is with "command -v" not "which". svn path=/trunk/; revision=50610
* <tt> → <code>Gerald Combs2013-04-181-40/+40
| | | | svn path=/trunk/; revision=48912
* Convert a couple of Docbook-style "href"s to "a href"s.Gerald Combs2013-04-181-3/+3
| | | | svn path=/trunk/; revision=48906
* Remove some no-longer-relevant content.Gerald Combs2013-04-171-33/+5
| | | | svn path=/trunk/; revision=48905
* From Alex Brinister via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8492Evan Huus2013-03-181-4/+4
| | | | | | | | Correctly escape slashes in faq.py so that it will run under python 3.x It still runs fine under 2.x, at least on my machine. svn path=/trunk/; revision=48394
* Prettify more build output.Gerald Combs2013-02-041-1/+1
| | | | svn path=/trunk/; revision=47469
* Fix the temp file description. Wwhen capturing on multiple interface, ↵Chris Maynard2013-01-251-5/+5
| | | | | | pcapng is implied so the file format is not included as part of the temp file name. svn path=/trunk/; revision=47269
* Update the description of the temporary file name.Chris Maynard2013-01-251-4/+6
| | | | svn path=/trunk/; revision=47268
* Fix copy-and-paste, changing "protocols" to "capture file formats".Chris Maynard2012-07-301-3/+3
| | | | svn path=/trunk/; revision=44140
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
| | | | | | (COPYING will be updated in next commit) svn path=/trunk/; revision=43536
* Update the paragraph in 7.12 describing the name of the temp file to include ↵Chris Maynard2012-03-311-14/+18
| | | | | | the name used when capturing on multiple interfaces. svn path=/trunk/; revision=41871
* As suggested by multipleinterfaces in ↵Jeff Morriss2012-02-241-6/+7
| | | | | | | | http://ask.wireshark.org/questions/9194/can-i-recover-a-discarded-capture : Add the location of the temporary file on Windows 7. svn path=/trunk/; revision=41183
* Run 2to3 on faq.py.Gerald Combs2011-09-091-7/+7
| | | | svn path=/trunk/; revision=38946
* Update the help question.Gerald Combs2011-09-071-11/+9
| | | | svn path=/trunk/; revision=38928
* Add Python 3 support via 2to3.Gerald Combs2011-03-201-21/+21
| | | | svn path=/trunk/; revision=36221
* Don't assume everyone knows what Wireshark is.Gerald Combs2010-12-031-6/+8
| | | | svn path=/trunk/; revision=35110
* Update the description of the temporary file name.Chris Maynard2010-11-161-2/+2
| | | | svn path=/trunk/; revision=34903
* From Reinhard Speyerer:Jaap Keuter2009-05-021-1/+1
| | | | | | This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28249
* temp file prefix changed from ether to wiresharkBill Meier2009-04-081-1/+1
| | | | svn path=/trunk/; revision=27997
* Get rid of FAQ file completely: It's still available as help/faq.txtJörg Mayer2009-02-031-1/+5
| | | | svn path=/trunk/; revision=27359
* Remove lynx as a dependency on Windows. By default, create the FAQ usingGerald Combs2008-12-171-1/+4
| | | | | | | html2text.py. You can override this by adjusting config.nmake or by setting HTML2TXT. svn path=/trunk/; revision=27041
* Update html2text.py to suit our needs. Add spaces in the faq.txt targetGerald Combs2008-12-171-4/+6
| | | | | | | so to fix a problem with OS X 10.4. Add html2text.py to the end of the faq.txt target. svn path=/trunk/; revision=27040
* Suggest an alternative to hunting for elinks/links/lynx.Gerald Combs2008-12-151-0/+1
| | | | svn path=/trunk/; revision=27003
* Serialize faq.txt creation steps.Balint Reczey2008-12-151-1/+1
| | | | svn path=/trunk/; revision=27001
* Try browsers for faq.txt generation silently.Balint Reczey2008-12-151-3/+3
| | | | svn path=/trunk/; revision=26999
* Fixed links parameters.Balint Reczey2008-12-151-1/+1
| | | | | | Tested with Links 2.1pre37. svn path=/trunk/; revision=26997
* From Didier Gautheron (bug 3121):Stig Bjørlykke2008-12-141-3/+3
| | | | | | User srcdir in Makefiles for faq.py. svn path=/trunk/; revision=26996
* Fix to make faq.txt when one or more of elinks,... don't existBill Meier2008-12-131-3/+5
| | | | svn path=/trunk/; revision=26986
* Default target should create the faq.txt file (no delete it)Bill Meier2008-12-131-2/+3
| | | | svn path=/trunk/; revision=26983
* Try to get the FAQ targets working on Windows. Add lynx to the list ofGerald Combs2008-12-131-0/+4
| | | | | | required tools. svn path=/trunk/; revision=26982
* Fix FAQ targets.Gerald Combs2008-12-131-3/+3
| | | | svn path=/trunk/; revision=26981
* Update faq.py to generate a full HTML document by default. Pull in a typoGerald Combs2008-12-133-1421/+41
| | | | | | | | fix from FAQ. Update the makefiles to build help/faq.txt and FAQ. Remove help/faq.txt and FAQ from the repository, since they're automatically generated now. Remove the make-faq script. svn path=/trunk/; revision=26980
* Add the script used to generate the FAQ on the web site. It's not very usefulGerald Combs2008-12-121-0/+2078
| | | | | | in its current state. svn path=/trunk/; revision=26978
* From William Pursell:Anders Broman2008-03-171-1/+1
| | | | | | Minor errors in the documentation, and an Ethereal reference svn path=/trunk/; revision=24673
* Update manuf and faqJörg Mayer2008-02-201-2/+3
| | | | svn path=/trunk/; revision=24400
* This patch adds (ten) temporary coloring rules which will only live until ↵Sake Blok2007-11-241-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wireshark is quit. Temporary coloring filters can be set by: - pressing <ctrl>-<digit> will create a conversation coloring filter based on the addresses of the currently selected packet (order TCP/UDP/IP/Ethernet) This can also be achieved from the "View|Colorize Conversation" menu. - Rightclicking on a packet in the packet-list will give the option to "Colorize Conversation" just as "Conversation Filter" does. - Rightclicking on an item in the packet-detail-list will give the option to "Colorize with filter" which works similar to "Apply as filter" Temporary filters can be cleared from the same menus or by pressing <ctrl>-<space>. This patch also adds an item to the above mentioned menu's to add a permanent color filter in the same way. The colors for the temporary coloring rules are now hardcoded as I do not know how to change the color of menu-items and therefore I chose to use icons to show the actual color of each of the ten temporary coloring rules. Is it at all possible to have different menu items in different colors? One other way of solving this is to recreate the icons on the fly after changing the colors. I will have a look into that once it is clear whether I can use different colors within the menu structure. svn path=/trunk/; revision=23560
* make-faq: Format of the online file changed slightly.Jörg Mayer2007-11-201-265/+119
| | | | | | | Update FAQ and help/faq.txt to current version. svn path=/trunk/; revision=23515
* Update before new releaseJörg Mayer2007-05-291-32/+60
| | | | svn path=/trunk/; revision=21979
* Update manuf and faqJörg Mayer2007-03-071-2/+3
| | | | svn path=/trunk/; revision=20991
* Update FAQJörg Mayer2007-01-081-954/+1017
| | | | svn path=/trunk/; revision=20345
* fix #1063, some leftover typo's: Etheral -> WiresharkUlf Lamping2006-08-271-1/+1
| | | | svn path=/trunk/; revision=19053
* Update FAQJörg Mayer2006-08-211-1057/+980
| | | | svn path=/trunk/; revision=18979
* Better update for the FAQ. We can now use the URLGerald Combs2006-06-071-1409/+1387
| | | | | | | http://www.wireshark.org/faq_plain.html, which doesn't have any images or menus. svn path=/trunk/; revision=18382
* Ethereal -> Wireshark. Update the FAQ.Gerald Combs2006-06-077-2158/+1437
| | | | svn path=/trunk/; revision=18380
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-313-19/+19
| | | | | | | | | | | ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-312-10/+10
| | | | svn path=/trunk/; revision=18268