diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-01-25 04:07:35 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-01-25 04:07:35 +0000 |
commit | 688cb5c6fa8ff087b0089ffebf3f2c4fbc19c2d9 (patch) | |
tree | 4189328fbaa5515e5c5b8676a4e38fb7dc951fd1 /help | |
parent | 5f3af16c08b2a02f5ee435890429bf140e9c2039 (diff) | |
download | wireshark-688cb5c6fa8ff087b0089ffebf3f2c4fbc19c2d9.tar.gz wireshark-688cb5c6fa8ff087b0089ffebf3f2c4fbc19c2d9.tar.bz2 wireshark-688cb5c6fa8ff087b0089ffebf3f2c4fbc19c2d9.zip |
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
Diffstat (limited to 'help')
-rwxr-xr-x | help/faq.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/help/faq.py b/help/faq.py index b5252855f2..54f356ead6 100755 --- a/help/faq.py +++ b/help/faq.py @@ -1358,11 +1358,11 @@ packets to a temporary file, which will probably be in <tt>/tmp</tt> or <tt>\Users\<var>your login name</var>\AppData\Local\Temp</tt> on the main system disk on Windows 7, so the capture file will probably be there. If you are capturing on a single interface, it will have a name of the form, -<tt>wireshark_<fmt>_<iface>_YYYYmmddHHMMSS_XXXXXX</tt>; otherwise, -if you are capturing on multiple interfaces, it will have a name of the form, -<tt>wireshark_<fmt>_<N>_interfaces_YYYYmmddHHMMSS_XXXXXX</tt>, -where <fmt> is the capture file format (pcap or pcapng), <iface> is -the actual name of the interface you are capturing on, and <N> +<tt>wireshark_<fmt>_<iface>_YYYYmmddHHMMSS_XXXXXX</tt>, where +<fmt> is the capture file format (pcap or pcapng), and <iface> is +the actual name of the interface you are capturing on; otherwise, if you are +capturing on multiple interfaces, it will have a name of the form, +<tt>wireshark_<N>_interfaces_YYYYmmddHHMMSS_XXXXXX</tt>, where <N> is the number of simultaneous interfaces you are capturing on. Please don't send a trace file greater than 1 MB when compressed; instead, make it available via FTP or HTTP, or say it's available but leave it up to a developer to ask |