Commit graph

26 commits

Author SHA1 Message Date
Michael Mann
cad300ec92 Use file extension when capturing from multiple interfaces.
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>
2016-06-02 11:13:42 +00:00
Guy Harris
0b05086754 Apple calls it just "OS X" these days.
Change-Id: I98905988ceb394d27307d1cbe883d8fe95ac23e4
Reviewed-on: https://code.wireshark.org/review/11703
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-11-10 21:08:45 +00:00
Gerald Combs
1e3be59fbe WildPackets → Savvius.
Change-Id: I2494c2b1dcc9e324535b3f659b51b44059c478bd
Reviewed-on: https://code.wireshark.org/review/8304
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-05-06 16:48:03 +00:00
Peter Wu
83b6338673 faq: fix formatting, fix links, use HTML5
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-25 07:08:05 +00:00
Gerald Combs
cac102eee3 Change a lot of http:// URLs to https://.
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>
2015-03-10 19:30:50 +00:00
Alexis La Goutte
757aa33220 Continue to remove $Id$ from top of file
(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-03-31 18:48:06 +00:00
Gerald Combs
bfde80d3dc Make sure we point to the GPLv2.
svn path=/trunk/; revision=54710
2014-01-13 16:22:01 +00:00
Evan Huus
2693e1243e Add some license headers after emailing the respective authors to confirm.
svn path=/trunk/; revision=52471
2013-10-09 17:30:50 +00:00
Gerald Combs
cdab66760a <tt> → <code>
svn path=/trunk/; revision=48912
2013-04-18 17:10:47 +00:00
Gerald Combs
05cb9ac17c Convert a couple of Docbook-style "href"s to "a href"s.
svn path=/trunk/; revision=48906
2013-04-18 00:05:54 +00:00
Gerald Combs
594aa110aa Remove some no-longer-relevant content.
svn path=/trunk/; revision=48905
2013-04-17 23:34:31 +00:00
Evan Huus
1983b55379 From Alex Brinister via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8492
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-03-18 18:55:58 +00:00
Chris Maynard
688cb5c6fa Fix the temp file description. Wwhen capturing on multiple interface, pcapng is implied so the file format is not included as part of the temp file name.
svn path=/trunk/; revision=47269
2013-01-25 04:07:35 +00:00
Chris Maynard
5f3af16c08 Update the description of the temporary file name.
svn path=/trunk/; revision=47268
2013-01-25 03:48:55 +00:00
Chris Maynard
5bdfe5a5e8 Fix copy-and-paste, changing "protocols" to "capture file formats".
svn path=/trunk/; revision=44140
2012-07-30 17:01:35 +00:00
Chris Maynard
56ef1c4817 Update the paragraph in 7.12 describing the name of the temp file to include the name used when capturing on multiple interfaces.
svn path=/trunk/; revision=41871
2012-03-31 16:25:22 +00:00
Jeff Morriss
1cf31238ff As suggested by multipleinterfaces in 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
2012-02-24 21:43:48 +00:00
Gerald Combs
aac47f7ce4 Run 2to3 on faq.py.
svn path=/trunk/; revision=38946
2011-09-09 00:12:20 +00:00
Gerald Combs
c600dbe7c1 Update the help question.
svn path=/trunk/; revision=38928
2011-09-07 23:20:42 +00:00
Gerald Combs
482f0fa5a4 Add Python 3 support via 2to3.
svn path=/trunk/; revision=36221
2011-03-20 23:09:36 +00:00
Gerald Combs
b029a19159 Don't assume everyone knows what Wireshark is.
svn path=/trunk/; revision=35110
2010-12-03 18:48:05 +00:00
Chris Maynard
bfc0ad6824 Update the description of the temporary file name.
svn path=/trunk/; revision=34903
2010-11-16 16:15:04 +00:00
Jaap Keuter
ebb477cbfd From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28249
2009-05-02 06:47:26 +00:00
Bill Meier
642e4a3e36 temp file prefix changed from ether to wireshark
svn path=/trunk/; revision=27997
2009-04-08 15:01:26 +00:00
Gerald Combs
8a1109396a Update faq.py to generate a full HTML document by default. Pull in a typo
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-13 00:58:43 +00:00
Gerald Combs
8cb89f2645 Add the script used to generate the FAQ on the web site. It's not very useful
in its current state.

svn path=/trunk/; revision=26978
2008-12-12 23:56:33 +00:00