aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
AgeCommit message (Expand)AuthorFilesLines
2013-06-05Add a new environment variable to cause abort()s if we add too many itemsJeff Morriss1-0/+12
2013-05-20If tcpdump doesn't exist, why refer to it? Omit this confusing phrase.Chris Maynard1-1/+1
2013-05-19At the suggestion of Stuart Kendrick via https://bugs.wireshark.org/bugzilla/...Evan Huus1-9/+9
2013-05-03From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=86...Jeff Morriss1-2/+4
2013-04-19Add col. pseudo dissector to thsark manpage.Jörg Mayer1-2/+2
2013-04-05Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.Chris Maynard1-15/+7
2013-03-30Update -2, -R and -Y to behave consistently as per the concensus reached onEvan Huus1-15/+17
2013-03-27From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223Evan Huus1-2/+23
2013-03-21Updated tshark man page and release notes to document the change in '-x' beha...Chris Maynard1-5/+4
2013-03-11Document the wmem override environment variable in the man pages, and improveEvan Huus1-0/+8
2013-03-11Followup to r48218: remove documentation of the WIRESHARK_DEBUG_USE_SLICES en...Jeff Morriss1-6/+0
2013-02-28Default capture buffer size is now 2MB.Jeff Morriss1-2/+2
2013-02-20From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-0/+26
2013-01-30Add support in TShark to follow SSL streams Michael Mann1-0/+1
2013-01-16As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss1-0/+6
2012-12-20Add -Q option to TShark to force only "true" errors to stderr. No "status" m...Michael Mann1-0/+7
2012-12-12Document the "-g" option to dumpcap.Jeff Morriss1-0/+7
2012-11-29Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs1-1/+1
2012-10-24List -z compare,... in the statistics documentation. Maybe someone who actua...Chris Maynard1-1/+6
2012-10-23Inspired by http://www.wireshark.org/lists/wireshark-users/201206/msg00025.ht...Chris Maynard1-0/+6
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss1-0/+3
2012-06-19Remove what appears to be an errant vi/vim command and add a newline.Gerald Combs1-1/+1
2012-03-19Fix a typo or twoJeff Morriss1-2/+2
2012-03-19Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) thatJeff Morriss1-3/+10
2012-03-15Sort the -z options.Chris Maynard1-250/+250
2012-02-27Add documentation for the the tshark follow tcp/udp streams feature addedJeff Morriss1-3/+58
2012-02-07Update the documentation to match the sort order. This documentation error w...Chris Maynard1-1/+1
2012-02-03The libpcap puts pcap-filter into the misc section (which seems to be 7).Jörg Mayer1-3/+3
2011-11-30Add missing comments in syntax description for -z expertMartin Mathieson1-1/+1
2011-11-30Change the -z args for expert item. You can now give the minimum severity le...Martin Mathieson1-6/+7
2011-11-08From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=637...Chris Maynard1-3/+3
2011-09-28Rather than complain and quit if -V is missing when -O <protocols> is used, d...Chris Maynard1-4/+11
2011-09-27Add a new tshark option for being able to specify an alternate line separator...Chris Maynard1-10/+20
2011-09-23Fix a couple of typos and use 2 spaces consistently after a period.Chris Maynard1-65/+65
2011-09-23Trivial: Add missing <interval> in one case of tshark -z io,stat usage.Chris Maynard1-1/+1
2011-09-15Add a tap for showing all expert items.Martin Mathieson1-0/+15
2011-09-15Alphabetical order, please.Guy Harris1-1/+1
2011-07-14Add LTE RLC stats tap to tshark.Martin Mathieson1-1/+16
2011-07-14Add LTE MAC statistics to tshark.Martin Mathieson1-0/+15
2011-06-28Document the handling of command line parameters with respect toMichael Tüxen1-0/+44
2011-06-07Add description of LOAD stats for tshark to the manpageRonnie Sahlberg1-2/+25
2011-06-05From Cal Turney:Anders Broman1-27/+89
2011-04-29From Edwin Groothuis via bug 5870:Stig Bjørlykke1-1/+5
2011-04-12Fix tshark doc (ip.src==1.2.3.4) is not a valid filter for ICMPv6 trafic ;)Alexis La Goutte1-2/+2
2011-04-11Add conversation tracking and tshark tap support to ICMPv6. Fixes bug 5810.Chris Maynard1-0/+11
2011-04-06Add computation of median and change standard deviation calculation to "sample"Chris Maynard1-1/+2
2011-04-05Add ICMP tap support, and add a tshark tap to measure such things as:Chris Maynard1-0/+10
2011-03-27Add "-z hosts", which dumps name resolution information in hosts format.Gerald Combs1-0/+8
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-0/+26
2011-03-23From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.htmlChris Maynard1-31/+59