aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark.pod.template
AgeCommit message (Collapse)AuthorFilesLines
2013-07-28If a core Wireshark developer repeatedly can't remember that theGuy Harris1-7/+8
argument to the -F flag for pcap format is "libpcap", not "pcap", we have a problem. Make it "pcap", and add a backwards-compatibility hack to support using "libpcap" as well. Update the man pages to refer to it as pcap as well, and fix the capitalization of "WinPcap" (see http://www.winpcap.org) while we're at it. Also, refer to http://www.tcpdump.org/linktypes.html for the list of link-layer header types for pcap and pcap-ng. svn path=/trunk/; revision=50989
2013-07-08From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss1-7/+13
This patch augments Wireshark's and tshark's augument usage reports (-? and -t?) and the Wireshark and tshark man pages to list all available timestamp options available for the -t option. svn path=/trunk/; revision=50445
2013-06-09Due to utf8 characters in the AUTHORS file, pass --utf8 to pod2man.Chris Maynard1-0/+6
Fixes the 2nd problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8774 svn path=/trunk/; revision=49865
2013-06-07Fix all errors and warnings found by podchecker.Chris Maynard1-15/+14
svn path=/trunk/; revision=49837
2013-06-05Add a new environment variable to cause abort()s if we add too many itemsJeff Morriss1-0/+12
to the tree (to separate this case from the generic DISSECTOR_BUG case). Enable this environment variable when fuzz testing. Enable the 3rd (without tree but with a read filter) check (added in r49643) when testing capture files but not when fuzz testing--not sure if we want to add even more to the fuzzbot's work load now (OTOH I've been running it for a while and it hasn't buried me in bugs). svn path=/trunk/; revision=49784
2013-05-20If tcpdump doesn't exist, why refer to it? Omit this confusing phrase.Chris Maynard1-1/+1
svn path=/trunk/; revision=49427
2013-05-20Add some newlines at the end of the file so the authors are printer properly.Chris Maynard1-0/+2
svn path=/trunk/; revision=49426
2013-03-30Move wireshark's display filter flag to -Y for consistency with tshark.Evan Huus1-5/+5
Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223 svn path=/trunk/; revision=48653
2013-03-30list the new file format on the manpageMartin Kaiser1-0/+3
svn path=/trunk/; revision=48648
2013-03-11Document the wmem override environment variable in the man pages, and improveEvan Huus1-0/+8
README.wmem in a couple of places. svn path=/trunk/; revision=48251
2013-03-11Followup to r48218: remove documentation of the WIRESHARK_DEBUG_USE_SLICES ↵Jeff Morriss1-6/+0
environment variable. svn path=/trunk/; revision=48249
2013-02-28Default capture buffer size is now 2MB.Jeff Morriss1-2/+2
svn path=/trunk/; revision=47937
2013-01-16As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss1-0/+6
variable (WIRESHARK_DEBUG_USE_SLICES) which turns off the slab allocator and uses g_slices instead (which can themselves be turned off by setting G_SLICE=always-malloc). This makes debugging problems in slab-allocated memory easier to find (hopefully including https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8197 ). Set WIRESHARK_DEBUG_USE_SLICES when running Valgrind on *shark. Remove unused structure member: emem_chunk_t.org. svn path=/trunk/; revision=47110
2012-12-07mention mpeg2 ts in the list of supported file formatsMartin Kaiser1-0/+3
svn path=/trunk/; revision=46450
2012-10-01The -B option is no longer only available in Win32: remove the Win32Jeff Morriss1-2/+2
restriction from the Synopsis. This is the man page for Wireshark, not Tshark (fix a cut-n-pasteo). svn path=/trunk/; revision=45229
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss1-0/+3
Add a new name resolution option: whether or not use the configured (in the OS) name resolver (e.g., DNS) to resolve network names. When this option is disabled but network name resolution is enabled then Wireshark will resolve only those names that it can from local sources. This includes (at least, AFAIK): - name resolutions that Wireshark picks up on from DNS packets it decodes - the "user hosts file" (~/.wireshark/hosts on *NIX) - what Wireshark reads out of capture file (the PCAPNG name resolution block) This new preference defaults to "use external resolvers" for backward compatibility (so people turning on network name resolution will get the old behavior). This option can be set via Edit->Preferences and on the command line; there remain several UIs (e.g., the "open capture file" dialog, the View->Name Resolution menu, etc.) that don't have the new option yet. Also expand on the "description" for the name resolution preferences: these are used not only in the tooltips but are also written to the preferences file. The previous text didn't include enough context when written do the preferences file. svn path=/trunk/; revision=43605
2012-05-07Give hints to capture from stdin or pipe instead of opening it as a fileBalint Reczey1-1/+1
svn path=/trunk/; revision=42484
2012-04-18If we see a 5View time-stamped header with a bad key, make sure weGuy Harris1-1/+1
return the right error code and information string. InfoVista bought Accellent Group, and, at least according to the InfoVista Web site, it's "5View", not "5Views". svn path=/trunk/; revision=42119
2012-03-19Fix a typo or twoJeff Morriss1-2/+2
svn path=/trunk/; revision=41657
2012-03-19Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) thatJeff Morriss1-3/+10
prevents OutOfMemory exceptions from being thrown. This makes it easier to debug such conditions. Set this variable in test-fuzzed-cap.sh but not in fuzz-test.sh; it's nice to see the friendly out-of-memory error message in the bug reports the latter script generates. svn path=/trunk/; revision=41656
2012-03-15Sort the options.Chris Maynard1-141/+141
svn path=/trunk/; revision=41567
2012-02-03The libpcap puts pcap-filter into the misc section (which seems to be 7).Jörg Mayer1-3/+3
Refer to pcap-filter and mention tcpdump only as a fallback. svn path=/trunk/; revision=40820
2011-10-26Sync up the file format lists, add the Aethra files, and promote pcap-ngGuy Harris1-2/+28
to come right after pcap and not to be tagged as experimental. svn path=/trunk/; revision=39594
2011-09-23Trivial: Consistently use 2 spaces after a period terminating a sentence.Chris Maynard1-115/+115
svn path=/trunk/; revision=39094
2011-09-23Trivial: Fix typo.Chris Maynard1-1/+1
svn path=/trunk/; revision=39093
2011-09-22Add an option -d to specify display filter from the command line.Stig Bjørlykke1-0/+5
This was requested in bug 2463. svn path=/trunk/; revision=39090
2011-08-29I'm not sure -Q/WIRESHARK_QUIT_AFTER_CAPTURE is actually useful in batchGuy Harris1-4/+5
mode; in batch mode, you probably want to use TShark or dumpcap. svn path=/trunk/; revision=38787
2011-08-29-Q → WIRESHARK_QUIT_AFTER_CAPTURE.Gerald Combs1-9/+7
svn path=/trunk/; revision=38786
2011-08-08From Jim Young via bug 3196: Add preference for displaying expert infos LEDs.Chris Maynard1-0/+5
Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3196 svn path=/trunk/; revision=38408
2011-06-28Document the handling of command line parameters with respect toMichael Tüxen1-0/+57
the capturing on multiple interfaces. svn path=/trunk/; revision=37824
2011-03-23From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.htmlChris Maynard1-4/+4
Change RTT references to SRT. (tshark.pod could use a description for -z afp,srt and -z camel,srt) svn path=/trunk/; revision=36297
2010-12-07... and update the documentation too :-)Sake Blok1-0/+6
svn path=/trunk/; revision=35144
2010-11-27From OKANO Takayoshi via bug #5442: Fix typos in documentationStephen Fisher1-1/+1
svn path=/trunk/; revision=35038
2010-11-09Fixed typos.Chris Maynard1-17/+17
svn path=/trunk/; revision=34817
2010-10-20Add IPFIX_RECORDS_TO_CHECK to the environment variable section.Jeff Morriss1-0/+7
svn path=/trunk/; revision=34590
2010-09-02Introduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS andJeff Morriss1-0/+14
WIRESHARK_SE_VERIFY_POINTERS that control whether or not we verify if a given pointer is ep_ or se_ allocated, respectively. Turn the behavior off by default for speed reasons (the speed difference isn't huge, but...). Turn the behavior on when fuzz testing. Document these two new variables in the man pages. svn path=/trunk/; revision=34046
2010-06-28Remove documentation of Object Identifier configuration files, as a UAT is ↵Graeme Lunt1-62/+0
now used. svn path=/trunk/; revision=33347
2010-06-24Update with documentation on the object identifier configuration files.Graeme Lunt1-0/+62
svn path=/trunk/; revision=33311
2010-05-27Copy the (no longer Win32-specific) description of the -B option to the ↵Jeff Morriss1-5/+13
Wireshark man page. svn path=/trunk/; revision=33000
2010-05-27Document the maximum number of files in a ring buffer, including a warning ↵Jeff Morriss1-11/+19
about using large numbers of files. svn path=/trunk/; revision=32999
2010-04-14In the section on WIRESHARK_ABORT_ON_DISSECTOR_BUG, give the name of theGuy Harris1-5/+8
program the man page describes, and give a bit more detail. svn path=/trunk/; revision=32458
2010-04-13Add an entry to the environment variable section about ↵Jeff Morriss1-0/+8
WIRESHARK_ABORT_ON_DISSECTOR_BUG svn path=/trunk/; revision=32457
2010-04-12Point out that hostname and MAC address resolution in capture filters will notJeff Morriss1-0/+8
use any of the Wireshark "personal" files. This helps to address the complaint in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2904 svn path=/trunk/; revision=32452
2010-04-09As requested in:Jeff Morriss1-1/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2132 Point to the Wiki's page on capture filter syntax in case neither libpcap's nor tcpdump's man pages are available (e.g., on Windows). svn path=/trunk/; revision=32435
2010-04-02Add -X stdin_descr to the man page.Gerald Combs1-0/+3
svn path=/trunk/; revision=32358
2010-03-19Clarify that "-b" with the "files" criterion needs either duration or filesizeJeff Morriss1-5/+8
to be set. Clarify that each "-b" criterion needs the "-b" option (see bug 4573). Fix a couple of typos. svn path=/trunk/; revision=32245
2010-02-24Add descriptions of a few more environment variables that affect *shark's ↵Jeff Morriss1-0/+26
operation svn path=/trunk/; revision=31973
2009-12-11Split "willcollect" into its two component words.Guy Harris1-8/+9
Document "-z conv,ipv6" for Wireshark. Rewrite the descriptions of the "-z conv,{type}" options a bit. svn path=/trunk/; revision=31233
2009-11-21Add documentation for -J and -j command line parameters.Jaap Keuter1-0/+13
svn path=/trunk/; revision=31038
2009-11-07Clean up build process for wireshark.1Jörg Mayer1-0/+2612
svn path=/trunk/; revision=30854