forked from wireshark/wireshark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure list_capture_types prints to the designated stream so that tools/update-tools-help.py works correctly for `editcap -F`.
- Loading branch information
1 parent
b9bdce8
commit b8ce02e
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
editcap: The available capture file types for the "-F" flag are: | ||
pcap - Wireshark/tcpdump/... - pcap | ||
pcapng - Wireshark/... - pcapng | ||
5views - InfoVista 5View capture | ||
btsnoop - Symbian OS btsnoop | ||
commview - TamoSoft CommView | ||
dct2000 - Catapult DCT2000 trace (.out format) | ||
eyesdn - EyeSDN USB S0/E1 ISDN trace format | ||
k12text - K12 text file | ||
lanalyzer - Novell LANalyzer | ||
logcat - Android Logcat Binary format | ||
logcat-brief - Android Logcat Brief text format | ||
logcat-long - Android Logcat Long text format | ||
logcat-process - Android Logcat Process text format | ||
logcat-tag - Android Logcat Tag text format | ||
logcat-thread - Android Logcat Thread text format | ||
logcat-threadtime - Android Logcat Threadtime text format | ||
logcat-time - Android Logcat Time text format | ||
modpcap - Modified tcpdump - pcap | ||
netmon1 - Microsoft NetMon 1.x | ||
netmon2 - Microsoft NetMon 2.x | ||
nettl - HP-UX nettl trace | ||
ngsniffer - Sniffer (DOS) | ||
ngwsniffer_1_1 - NetXray, Sniffer (Windows) 1.1 | ||
ngwsniffer_2_0 - Sniffer (Windows) 2.00x | ||
niobserver - Network Instruments Observer | ||
nokiapcap - Nokia tcpdump - pcap | ||
nsecpcap - Wireshark/tcpdump/... - nanosecond pcap | ||
nstrace10 - NetScaler Trace (Version 1.0) | ||
nstrace20 - NetScaler Trace (Version 2.0) | ||
nstrace30 - NetScaler Trace (Version 3.0) | ||
nstrace35 - NetScaler Trace (Version 3.5) | ||
rf5 - Tektronix K12xx 32-bit .rf5 format | ||
rh6_1pcap - RedHat 6.1 tcpdump - pcap | ||
snoop - Sun snoop | ||
suse6_3pcap - SuSE 6.3 tcpdump - pcap | ||
visual - Visual Networks traffic capture |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters