aboutsummaryrefslogtreecommitdiffstats
path: root/help/faq.py
AgeCommit message (Collapse)AuthorFilesLines
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