aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
AgeCommit message (Collapse)AuthorFilesLines
2007-09-20When -t option: Use current date or time fields for unspecified fields; ↵Bill Meier1-0/+3
Fixes bug #1836. svn path=/trunk/; revision=22916
2006-08-10Add some programs to 'see also'Jörg Mayer1-1/+2
svn path=/trunk/; revision=18867
2006-07-09Use L<> on all links.Guy Harris1-3/+3
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. svn path=/trunk/; revision=18694
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-5/+5
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-03-20Provide options to work with defaults of text2pcap.Jaap Keuter1-2/+2
svn path=/trunk/; revision=17682
2006-01-11add <> to the option parametersUlf Lamping1-21/+21
svn path=/trunk/; revision=17004
2005-09-02text2pcap can add fake SCTP headers.Guy Harris1-7/+6
svn path=/trunk/; revision=15670
2004-04-25build a list of the input file formats instead of a floating text,Ulf Lamping1-0/+2
added program names to HTML titles, various minor fixes svn path=/trunk/; revision=10686
2003-04-27Clean up the example for the "-m" flag.Guy Harris1-1/+3
svn path=/trunk/; revision=7573
2003-04-27From Matthijs Melchior:Guy Harris1-2/+22
- added option -m to set maximum packet length - added option -T to generate TCP headers - UDP headers now have a correct checksum - default capture timestamp is current time, usec field counts packets - UDP and TCP headers are mutually exclusive - changed etherenet addresses, now sends from 1 -> 2 .... svn path=/trunk/; revision=7571
2003-03-10Obscure more email addresses.Gerald Combs1-1/+1
svn path=/trunk/; revision=7334
2002-07-21Mention the "-h" flag.Guy Harris1-1/+6
Fix up the list of arguments to "-S" in the synopsis. svn path=/trunk/; revision=5900
2002-04-13From Michael Tuexen:Guy Harris1-11/+17
The -S option has been changed such that the payload protocol identifier can be specified instead of the verification tag. The error messages for -s -S have been corrected. Update the text2pcap man page to reflect the "-S" change. svn path=/trunk/; revision=5150
2002-03-26From Andrew Feren:Guy Harris1-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. svn path=/trunk/; revision=5021
2002-01-20From Michael Tuexen:Guy Harris1-2/+8
put a CRC32C checksum into the header of SCTP packets; add a new "-S" option that is similar to "-s" but that also includes the DATA chunk header, for input files that contain only SCTP payloads. svn path=/trunk/; revision=4580
2002-01-16Put the "-s" option in the SYNOPSIS section.Guy Harris1-0/+1
svn path=/trunk/; revision=4554
2002-01-16SCTP support in text2pcap, and fix to usage message for "-u", fromGuy Harris1-0/+9
Michael Tuexen. Documentation of SCTP support in text2pcap, from me. svn path=/trunk/; revision=4553
2001-11-24Fix the usage message and man page for text2pcap.Guy Harris1-3/+3
svn path=/trunk/; revision=4254
2001-11-24Support for time stamping packets in text2pcap, from Gordon McKinney.Guy Harris1-0/+10
svn path=/trunk/; revision=4252
2001-08-01"getopt()" doesn't support multiple option arguments to a flag; haveGuy Harris1-9/+9
"-u" take a single argument with two port numbers separated by a comma. svn path=/trunk/; revision=3802
2001-07-05Don't capitalize the names of programs in the summary lines of man pagesGuy Harris1-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". svn path=/trunk/; revision=3656
2001-05-16Documentation fix to generalize 'text2pcap -e' for all L3 packets instead of ↵Ashok Narayanan1-3/+9
just IP. svn path=/trunk/; revision=3423
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan1-0/+141
files. See text2pcap.1 (built from doc/text2pcap.pod) for details. Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and others. svn path=/trunk/; revision=3421