aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2012-02-03The libpcap puts pcap-filter into the misc section (which seems to be 7).jmayer9-71/+72
2012-02-02Update documentatin for the qt build to reflect the cmake work.jmayer1-5/+18
2012-01-30Rework Windows Wireshark Qt build configuration a bit:wmeier1-9/+43
2012-01-29Fix some typos.cmaynard1-12/+12
2012-01-24Mention the other integer accessors.cmaynard1-3/+4
2012-01-22Add a note as to how I was able to build & successfully use a Debug Qt Wiresh...wmeier1-0/+9
2012-01-21Or maybe we should just act as if QMake didn't exist and just tryguy1-1/+6
2012-01-20Add more configuration information to config.pri which lets us removegerald1-5/+9
2012-01-19Slightly more details on building the qt version on Linux.jmayer1-1/+2
2012-01-05Wrap lines for those of us who use editors that don't (by default) line wrap.morriss1-11/+32
2012-01-04Add initial support for Qt along with a "ui" subdirectory.gerald1-0/+41
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andgerald1-6/+16
2011-11-30Hopefully clarify usage a bit to indicate multiple infile's can be specified ...cmaynard1-12/+11
2011-11-30Add missing comments in syntax description for -z expertmartinm1-1/+1
2011-11-30Change the -z args for expert item. You can now give the minimum severity le...martinm1-6/+7
2011-11-22Unconditionally install idl2wrsrbalint1-1/+1
2011-11-22Add initial .gitignore filesrbalint1-0/+10
2011-11-08From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=637...cmaynard1-3/+3
2011-10-26Sync up the file format lists, add the Aethra files, and promote pcap-ngguy1-2/+28
2011-10-26Fix a spelling mistake. Wrap a few long lines.morriss1-13/+14
2011-10-25Update information about 'encoding' arg values for particular field-types.wmeier1-10/+10
2011-10-23Speak of a "link-layer header type" rather than a "link-layer type"; aguy1-5/+6
2011-09-30FT_EUI64 need also to specifies encoding !alagoutte1-2/+2
2011-09-29Update README.developer to take into account the disappearance ofguy1-31/+49
2011-09-28Add default modeline settings to the end of the skeleton code.cmaynard1-0/+14
2011-09-28Rather than complain and quit if -V is missing when -O <protocols> is used, d...cmaynard1-4/+11
2011-09-27Future tense -> present tense for the encoding argument toguy1-3/+3
2011-09-27Add a new tshark option for being able to specify an alternate line separator...cmaynard1-10/+20
2011-09-23The -D, -L and -S options are mutually exclusive, so change "and" to "or".cmaynard1-1/+1
2011-09-23Trivial: Consistently use 2 spaces after a period terminating a sentence.cmaynard1-115/+115
2011-09-23Trivial: Fix typo.cmaynard1-1/+1
2011-09-23Fix a couple of typos and use 2 spaces consistently after a period.cmaynard1-65/+65
2011-09-23Trivial: Add missing <interval> in one case of tshark -z io,stat usage.cmaynard1-1/+1
2011-09-22Add an option -d to specify display filter from the command line.stig1-0/+5
2011-09-15Add a tap for showing all expert items.martinm1-0/+15
2011-09-15Alphabetical order, please.guy1-1/+1
2011-09-05From Pascal Quantin via bug 1723:stig1-0/+8
2011-08-29I'm not sure -Q/WIRESHARK_QUIT_AFTER_CAPTURE is actually useful in batchguy1-4/+5
2011-08-29-Q → WIRESHARK_QUIT_AFTER_CAPTURE.gerald1-9/+7
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-11/+1
2011-08-08From Jim Young via bug 3196: Add preference for displaying expert infos LEDs.cmaynard1-0/+5
2011-07-18Add instructions how to work with "git svn" instead of "svn"jmayer1-1/+29
2011-07-15Update ptvcursor API description to reflect 'endianness' --> 'encoding' param...wmeier1-5/+5
2011-07-14Add LTE RLC stats tap to tshark.martinm1-1/+16
2011-07-14Add LTE MAC statistics to tshark.martinm1-0/+15
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-4/+5
2011-06-28Document the handling of command line parameters with respect totuexen3-0/+145
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-2/+8
2011-06-07Add description of LOAD stats for tshark to the manpagesahlberg1-2/+25
2011-06-05From Cal Turney:etxrab1-27/+89