aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2010-05-08The default capture buffer size is, in fact, *nominally* 1MB; however,Guy Harris2-8/+14
2010-05-07-B is no longer Windows-only.Guy Harris2-10/+20
2010-05-07Add monitor mode support to TShark.Guy Harris1-0/+13
2010-05-07Beginnings of monitor mode support with libpcap 1.x.Guy Harris1-0/+13
2010-05-03Update capinfos man page.Bill Meier1-0/+7
2010-05-02Change two instances of "an Wireshark plugin" to "a Wireshark plugin".Stephen Fisher1-2/+2
2010-04-25Change copyright date in sample dissector code to 201x from 200x for theStephen Fisher1-1/+1
2010-04-2464-bit integers take the same FIELDDISPLAY as shorter integersJeff Morriss1-22/+22
2010-04-19Simplify Makefile.nmake so that adding a new plugin to Makefile.nmakeBill Meier1-14/+3
2010-04-16(Trivial changes)Bill Meier1-14/+17
2010-04-16Updates:Bill Meier1-4/+16
2010-04-15Rename FIELDBASE to FIELDDISPLAY, as it's a "how to display this"Guy Harris1-2/+7
2010-04-15Fix a typoBill Meier1-1/+1
2010-04-14In the section on WIRESHARK_ABORT_ON_DISSECTOR_BUG, give the name of theGuy Harris3-15/+24
2010-04-13Add an entry to the environment variable section about WIRESHARK_ABORT_ON_DIS...Jeff Morriss3-0/+24
2010-04-12Point out that hostname and MAC address resolution in capture filters will notJeff Morriss3-0/+24
2010-04-12Add remark about including packet.h before tap.hJaap Keuter1-1/+2
2010-04-09As requested in:Jeff Morriss4-7/+8
2010-04-08Revert 31864 and 31866: don't use suffix rules. Pattern rules would work but...Jeff Morriss1-7/+118
2010-04-08Add --enable-setcap-install and --with-dumpcap-group.Gerald Combs1-21/+31
2010-04-07Add a setuid example.Gerald Combs1-3/+11
2010-04-06Update to reflect current reality.Gerald Combs1-1/+0
2010-04-02Add -X stdin_descr to the man page.Gerald Combs1-0/+3
2010-03-26From Andrej Kuehnal:Anders Broman1-0/+43
2010-03-19Clarify that "-b" with the "files" criterion needs either duration or filesizeJeff Morriss3-46/+55
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-13/+18
2010-02-24Add descriptions of a few more environment variables that affect *shark's ope...Jeff Morriss3-0/+78
2010-02-20Add note about not using C99 features.Bill Meier1-0/+3
2010-02-18Fix a warning from pod2man.Guy Harris1-2/+0
2010-02-17Add an option to capinfos to print start and end times as seconds, whichGerald Combs2-110/+131
2010-02-11Hmmm, suffix rules don't have dependencies, only prerequisites.Jeff Morriss1-3/+3
2010-02-11Use suffix rules to simplify the man page generationJeff Morriss1-124/+13
2010-02-07From Alex Lindberg via bug 4463:Stig Bjørlykke1-7/+21
2010-01-26Add a note about filesystem capabilities.Gerald Combs1-4/+13
2010-01-18Rewrite the bit about null vs. non-null "tree" dissector arguments aGuy Harris1-18/+12
2009-12-28Remove repeated blank lines which caused the pod processor to not recognize t...Bill Meier1-1/+0
2009-12-28Remove repeated blank lines which caused the pod processor to not recognize t...Bill Meier1-4/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-10/+27
2009-12-12Clarify that BASE_RANGE_STRING is a flag set in the display field, notGuy Harris1-2/+6
2009-12-11From Richard Pecl:Jaap Keuter1-0/+16
2009-12-11Split "willcollect" into its two component words.Guy Harris2-20/+21
2009-12-11As long as we have an IPv6 tap, we might as well add a "conv,ipv6"Guy Harris1-1/+2
2009-12-07Add SHA1, RMD160, and MD5 hashes to capinfos.Gerald Combs1-2/+8
2009-11-21Add documentation for -J and -j command line parameters.Jaap Keuter1-0/+13
2009-11-13From Jim Young:Jaap Keuter1-6/+185
2009-11-11Minor whitespace fixesJörg Mayer1-10/+10
2009-11-08wireshark.pod is now a generated file, generated fromGuy Harris1-1/+1
2009-11-07Apply r30854 to Windows NmakefilesKovarththanan Rajaratnam1-6/+6
2009-11-07Clean up build process for wireshark.1Jörg Mayer2-7/+7
2009-10-30Add instructions for the cmake files.Jaap Keuter1-7/+28