aboutsummaryrefslogtreecommitdiffstats
path: root/help/faq.py
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02Use file extension when capturing from multiple interfaces.Michael Mann1-2/+2
Also update faq to include new temporary file format. Change-Id: Ie6c318bb359974b89ff3e268155315c22ba7c4e4 Reviewed-on: https://code.wireshark.org/review/15685 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-11-10Apple calls it just "OS X" these days.Guy Harris1-2/+2
Change-Id: I98905988ceb394d27307d1cbe883d8fe95ac23e4 Reviewed-on: https://code.wireshark.org/review/11703 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-05-06WildPackets → Savvius.Gerald Combs1-1/+1
Change-Id: I2494c2b1dcc9e324535b3f659b51b44059c478bd Reviewed-on: https://code.wireshark.org/review/8304 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-25faq: fix formatting, fix links, use HTML5Peter Wu1-171/+185
The "a:hover" styling on https://www.wireshark.org/faq.html is ugly as it is not a real link. This patch turns questions into clickable links (focusing at the anchor) and converts from XHTML syntax to HTML5. Dead links have been updated and other links have been converted to https if available. The result passes the HTML5 validation at https://validator.nu. Change-Id: I32b7c18baeabe7ab7fce2dadd4c1d4e6de5c593f Reviewed-on: https://code.wireshark.org/review/7778 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-51/+18
Most of our sites are now HTTPS-only. Update URLs accordingly. Update other URLs while we're at it. Remove or comment out dead links. Change-Id: I7c4f323e6585d22760bb90bf28fc0faa6b893a33 Reviewed-on: https://code.wireshark.org/review/7621 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+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>
2014-01-13Make sure we point to the GPLv2.Gerald Combs1-16/+17
svn path=/trunk/; revision=54710
2013-10-09Add some license headers after emailing the respective authors to confirm.Evan Huus1-0/+18
svn path=/trunk/; revision=52471
2013-04-18<tt> → <code>Gerald Combs1-40/+40
svn path=/trunk/; revision=48912
2013-04-18Convert a couple of Docbook-style "href"s to "a href"s.Gerald Combs1-3/+3
svn path=/trunk/; revision=48906
2013-04-17Remove some no-longer-relevant content.Gerald Combs1-33/+5
svn path=/trunk/; revision=48905
2013-03-18From Alex Brinister via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8492Evan Huus1-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
2013-01-25Fix the temp file description. Wwhen capturing on multiple interface, ↵Chris Maynard1-5/+5
pcapng is implied so the file format is not included as part of the temp file name. svn path=/trunk/; revision=47269
2013-01-25Update the description of the temporary file name.Chris Maynard1-4/+6
svn path=/trunk/; revision=47268
2012-07-30Fix copy-and-paste, changing "protocols" to "capture file formats".Chris Maynard1-3/+3
svn path=/trunk/; revision=44140
2012-03-31Update the paragraph in 7.12 describing the name of the temp file to include ↵Chris Maynard1-14/+18
the name used when capturing on multiple interfaces. svn path=/trunk/; revision=41871
2012-02-24As suggested by multipleinterfaces in ↵Jeff Morriss1-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
2011-09-09Run 2to3 on faq.py.Gerald Combs1-7/+7
svn path=/trunk/; revision=38946
2011-09-07Update the help question.Gerald Combs1-11/+9
svn path=/trunk/; revision=38928
2011-03-20Add Python 3 support via 2to3.Gerald Combs1-21/+21
svn path=/trunk/; revision=36221
2010-12-03Don't assume everyone knows what Wireshark is.Gerald Combs1-6/+8
svn path=/trunk/; revision=35110
2010-11-16Update the description of the temporary file name.Chris Maynard1-2/+2
svn path=/trunk/; revision=34903
2009-05-02From Reinhard Speyerer:Jaap Keuter1-1/+1
This patch fixes several misspellings/typos in Wireshark documentation. svn path=/trunk/; revision=28249
2009-04-08temp file prefix changed from ether to wiresharkBill Meier1-1/+1
svn path=/trunk/; revision=27997
2008-12-13Update faq.py to generate a full HTML document by default. Pull in a typoGerald Combs1-7/+34
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
2008-12-12Add the script used to generate the FAQ on the web site. It's not very usefulGerald Combs1-0/+2078
in its current state. svn path=/trunk/; revision=26978