From cad300ec92be2b8a69fbbc42e1d117748c008241 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Wed, 1 Jun 2016 11:42:12 -0400 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman Reviewed-by: Michael Mann --- help/faq.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help') diff --git a/help/faq.py b/help/faq.py index 3575204fbf..429b4198ba 100755 --- a/help/faq.py +++ b/help/faq.py @@ -1341,11 +1341,11 @@ Windows XP and Server 2003, and \\Users\\your login name\\AppData\\Local\\Temp on the main system disk on Windows Vista and later, so the capture file will probably be there. If you are capturing on a single interface, it will have a name of the form, -wireshark_<fmt>_<iface>_YYYYmmddHHMMSS_XXXXXX, where +wireshark_<iface>_YYYYmmddHHMMSS_XXXXXX.<fmt>, 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, -wireshark_<N>_interfaces_YYYYmmddHHMMSS_XXXXXX, where <N> +wireshark_<N>_interfaces_YYYYmmddHHMMSS_XXXXXX.<fmt>, 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 -- cgit v1.2.3