aboutsummaryrefslogtreecommitdiffstats
path: root/doc/editcap.pod
AgeCommit message (Collapse)AuthorFilesLines
2006-08-10Add some programs to 'see also'jmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18867 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-27Add duplicate frame detection (and removal) to editcap. (Some switchesgerald1-0/+7
generate duplicate packets when a mirror/SPAN port is misconfigured). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18800 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-13Add a note how to change headers (od+text2pcap)jmayer1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18725 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-10Remove the numeric component in man page links.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18698 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-09Use L<> on all links.guy1-7/+8
Don't use anything on man page references - pod2man handles that. Don't refer to "the capture file format section" of the Wireshark man page, as there's no section explicitly labelled as such; just refer to the beginning of the DESCRIPTION section. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18694 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31Rename the main executable to "wireshark", along with more conversions:gerald1-7/+7
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18271 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-22ethereal->wiresharksahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18207 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-13Add -A <start time> and -B <stop time> options to editcaplego1-0/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17614 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-11instead of repeating the capture file format description over and over again ↵ulfl1-108/+24
(this list also tends to become outdated), just give a small description and refer to the Ethereal man page git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16997 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-10added <>: [-c packets per file] -> [-c <packets per file>]ulfl1-20/+23
update to my latest command line changes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16992 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-09complete redesign of this manpageulfl1-153/+164
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16982 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-22Jaap Keuter:jmayer1-0/+10
Add the documentation part of the fix for bug 379 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16876 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-27simply use 4 spaces for example indentation and formattingulfl1-31/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16330 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-27Synopsis: don't prepend an optional - before the first record number, it ↵ulfl1-1/+1
won't work git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16328 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-26from Jaap Keuter:ulfl1-1/+63
The attached patch extends the synopsys and adds an 'Examples' chapter to the editcap documentation. I've edited this a bit, without the real knowledge :-(, to make it: a. look better b. make more sense (at least to me) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16325 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-06add missing -E parameter to the Options sectionulfl1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16138 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-10Add an option to Editcap that adds various types of errors to the capture gerald1-3/+10
file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14046 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25build a list of the input file formats instead of a floating text,ulfl1-20/+87
added program names to HTML titles, various minor fixes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10686 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-11Include EyeSDN USB S0 trace files in the list of file formats we read.guy1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10040 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,guy1-6/+7
except that the 0x80 bit is turned on in the file version number field. Turn that bit off before processing that field. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9342 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-31Fix some warnings from pod2man.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8843 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-31From Scott Emberley: support for reading Network Instruments version 9guy1-17/+20
capture files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8840 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANguy1-7/+8
agents. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8093 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-20Lump TCPIPtrace and UCX$TRACE together and add TCPtrace to the mix.guy1-8/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7700 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-19From Martin Warnes: support for VMS UCX$TRACE output in wiretap.guy1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7692 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-10Fix some perldoc warnings and obscure email addresses.gerald1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7333 f5534014-38df-0310-8fa8-9805f1628bb7
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.guy1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5922 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-26From Andrew Feren:guy1-1/+1
Man pages don't have any notion of external links and there isn't enough information for pod2html to resolve the links for manpages in the "See Also" section of the man pages. As a result running pod2html generates a bunch of warning messages and just emphasizes/italicizes the text. Therefore, we change the link (L<name>) command to an emphasizes (I<name>) command. The net result is the same, but you don't get the warnings when generating HTML docs. At some point in the future someone might want to do the work to get the links to generate correctly, but until then this will shut up pod2html. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5021 f5534014-38df-0310-8fa8-9805f1628bb7
2002-01-29Untested support for AiroPeek captures.guy1-12/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4619 f5534014-38df-0310-8fa8-9805f1628bb7
2002-01-22Fix up various product names and descriptions in the lists of fileguy1-15/+16
formats we can read; include vendor names. We should be able to read TokenPeek captures, as well as captures from the Windows versions of EtherPeek. Don't list the version numbers for EtherPeek and TokenPeek - those are file format version numbers, not program version numbers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4599 f5534014-38df-0310-8fa8-9805f1628bb7
2002-01-18It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4562 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-05The Visual Networks tool that generates capture files that we now canguy1-1/+1
read is Visual UpTime. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4339 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-05Note that Ethereal's and Tethereal's native capture file format isguy1-15/+17
libpcap format, and say that it's also used by "other tools" (tcpdump and Ethereal/Tethereal aren't the only tools that write captures in that format). Weaken the claim that we read Etherpeek files to say only that we read Etherpeek versions 5, 6, and 7 for Macintosh, so people don't conclude that we read Etherpeek-for-Windows captures (we don't). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4337 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-04Update the manual pages to reflect the addition of support for readingguy1-9/+10
and writing Visual Networks traffic capture files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4329 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-19DBS Etherwatch wiretap module, from Marc Milgram.guy1-6/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4042 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-18VMS TCPIPtrace wiretap module, from Marc Milgram.guy1-8/+11
Update the lists of known capture file formats in the Tethereal, editcap, and mergecap man pages to match the current list (as found in the Ethereal man page). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4039 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3701 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-12"-t" flag for editcap, to adjust timestamps in frames, from Scottguy1-0/+14
Renfro. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3696 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-05Don't capitalize the names of programs in the summary lines of man pagesguy1-1/+1
- at least some versions of makewhatis (e.g., the Solaris version) uses that name in a case-sensitive fashion, so you can't do "man ethereal", say, you have to do "man Ethereal", and that doesn't work as the man page file is "ethereal.1", not "Ethereal.1". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3656 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-07Change zing.org addresses to ethereal.com.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2578 f5534014-38df-0310-8fa8-9805f1628bb7
2000-08-09Document that ranges of packet numbers can be specified.guy1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2234 f5534014-38df-0310-8fa8-9805f1628bb7
2000-07-26In the final scene of the horror movie, just when you think the monsterguy1-3/+4
is finally dead, and you're walking away, it springs up again and attacks. It appears that the ss990915 version of Alexey Kuznetzov's libpcap patch has some extra stuff in the per-packet header for some sort of SMP debugging, and that SuSE Linux 6.3 picked it up. Thus, even if a libpcap file has the modified magic number, we *still* have to go through the usual heuristic hell to figure out what type of file it is. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2164 f5534014-38df-0310-8fa8-9805f1628bb7
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, Joergguy1-5/+5
Mayer, and yours truly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2002 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-27Add a "-s" flag to editcap, to make it truncate packets to a specifiedguy1-9/+25
snapshot length before writing them to the output file; this may come in handy if you are translating the file to a different format so that it can be read by a program that can't handle packets above a certain size (e.g., the snoop in Solaris 2.5.1 or 2.6, which reject Ethernet packets larger than the Ethernet MTU, and thus can't handle gigabit Ethernet captures using jumbo frames). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1891 f5534014-38df-0310-8fa8-9805f1628bb7
2000-03-07Note that the "-T" flag doesn't cause "editcap" to translate link-layerguy1-1/+7
headers, it just causes it to force the encapsulation type of the output file to the specified type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1702 f5534014-38df-0310-8fa8-9805f1628bb7
2000-01-09Add a man page for "editcap".guy1-0/+97
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1446 f5534014-38df-0310-8fa8-9805f1628bb7