Update the description of the temporary file name.
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 25 Jan 2013 03:48:55 +0000 (03:48 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 25 Jan 2013 03:48:55 +0000 (03:48 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@47268 f5534014-38df-0310-8fa8-9805f1628bb7

help/faq.py

index c0958c8f9ca9291be76505a840bb5d00b26f901f..b5252855f27cee7db948b2760c4108b93f7760c7 100755 (executable)
@@ -1353,14 +1353,16 @@ packets to a temporary file, which will probably be in <tt>/tmp</tt> or
 <tt>/var/tmp</tt> on UNIX-flavored OSes, <tt>\TEMP</tt> on the main system disk
 (normally <tt>C:</tt>) on Windows 9x/Me/NT 4.0,
 <tt>\Documents and Settings\</tt><var>your login name</var>
-<tt>\Local Settings\Temp</tt> on the main system disk on Windows 
+<tt>\Local Settings\Temp</tt> on the main system disk on Windows
 2000/Windows XP/Windows Server 2003, and
 <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_iface_YYYYmmddHHMMSS_XXXXXX</tt>; otherwise, if you are capturing
-on multiple interfaces, it will have a name of the form,
-<tt>wireshark_&lt;N&gt;_interfaces_YYYYmmddHHMMSS_XXXXXX</tt>, where &lt;N&gt;
+<tt>wireshark_&lt;fmt&gt_&lt;iface&gt;_YYYYmmddHHMMSS_XXXXXX</tt>; otherwise,
+if you are capturing on multiple interfaces, it will have a name of the form,
+<tt>wireshark_&lt;fmt&gt_&lt;N&gt;_interfaces_YYYYmmddHHMMSS_XXXXXX</tt>,
+where &lt;fmt&gt; is the capture file format (pcap or pcapng), &lt;iface&gt; is
+the actual name of the interface you are capturing on, and &lt;N&gt;
 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