aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark.pod.template
AgeCommit message (Collapse)AuthorFilesLines
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