aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2012-02-03The libpcap puts pcap-filter into the misc section (which seems to be 7).jmayer9-71/+72
Refer to pcap-filter and mention tcpdump only as a fallback. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40820 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-02Update documentatin for the qt build to reflect the cmake work.jmayer1-5/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40810 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-30Rework Windows Wireshark Qt build configuration a bit:wmeier1-9/+43
1. Compile and link with (almost exactly) the same options as used when building Windows Wireshark Gtk. The options used allow debugging of the exe using Visual Studio exactly as is done for Wireshark Gtk. Essentially: configure the "release" version to compile and link with symbols. (See ui\qt\QtShark for the details). 2. Update QtShark.pro to create a Makefile only for 1 version of Wireshark Qt which is linked against the "release" Qt libraries. (IOW: don't create a "debug" Makefile). 3. Remove unused variable assignments from config.pri. (They can be added back if needed in the future). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40768 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-29Fix some typos.cmaynard1-12/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40759 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-24Mention the other integer accessors.cmaynard1-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40704 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-22Add a note as to how I was able to build & successfully use a Debug Qt ↵wmeier1-0/+9
Wireshark. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40654 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-21Or maybe we should just act as if QMake didn't exist and just tryguy1-1/+6
letting Boring Old Make do it; I have that autotools+make working with a --with-qt option, albeit in a not-yet-ready-for-prime-time state. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40618 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-20Add more configuration information to config.pri which lets us removegerald1-5/+9
more hard-coded definitions from QtShark.pro. Quote an error message to fix a Qt Creator complaint. Add ui\qt\config.pri to the top-level "all" nmake target. Update README.qt. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40607 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-19Slightly more details on building the qt version on Linux.jmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40598 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-05Wrap lines for those of us who use editors that don't (by default) line wrap.morriss1-11/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40381 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-04Add initial support for Qt along with a "ui" subdirectory.gerald1-0/+41
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40378 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andgerald1-6/+16
descriptions. Captitalize and fix up the descriptions. Use its output to create the field type list in the wireshark-filter man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40306 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30Hopefully clarify usage a bit to indicate multiple infile's can be specified ↵cmaynard1-12/+11
to be merged. Also, add GPL and copyright info. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40051 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30Add missing comments in syntax description for -z expertmartinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40050 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30Change the -z args for expert item. You can now give the minimum severity ↵martinm1-6/+7
level to report as well as a filter. Also, now show duplicate reports only once, and give the frequency rather than the frame number. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40049 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-22Unconditionally install idl2wrsrbalint1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39985 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-22Add initial .gitignore filesrbalint1-0/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39982 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-08From Michael Mann via ↵cmaynard1-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6377, with the tshark man page update by me: tshark -z io,stat,interval,"[SUM|MIN|MAX|AVG](field)field [and filter]" should support floating point. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39767 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-26Sync up the file format lists, add the Aethra files, and promote pcap-ngguy1-2/+28
to come right after pcap and not to be tagged as experimental. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39594 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-26Fix a spelling mistake. Wrap a few long lines.morriss1-13/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39587 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-25Update information about 'encoding' arg values for particular field-types.wmeier1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39568 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-23Speak of a "link-layer header type" rather than a "link-layer type"; aguy1-5/+6
given link-layer type, e.g. 802.11, might have multiple header types (802.11, 802.11 plus various radio headers, Ethernet), and multiple link-layer types might have the same header type (802.11 interfaces might supply Ethernet headers, and Linux loopback interfaces supply Ethernet headers as well). Point to tcpdump.org's page of link-layer header types, rather than to the net/bpf.h header that 1) might not exist on your system and 2) might not be up-to-date if it does exist. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39529 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-30FT_EUI64 need also to specifies encoding !alagoutte1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39191 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-29Update README.developer to take into account the disappearance ofguy1-31/+49
FT_EBCDIC and the addition of support for character encodings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39190 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-28Add default modeline settings to the end of the skeleton code.cmaynard1-0/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39178 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-28Rather than complain and quit if -V is missing when -O <protocols> is used, ↵cmaynard1-4/+11
do the user a favor and continue as if -V had been specified. Add explicit documentation of the -O <protocols> option to the man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39175 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-27Future tense -> present tense for the encoding argument toguy1-3/+3
proto_tree_add_item() having more than just a byte order. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39170 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-27Add a new tshark option for being able to specify an alternate line ↵cmaynard1-10/+20
separator between packets. The option chosen was "-S <separator>". The former -S option was renamed to -P, and the former -P option, which was previously undocumented, was renamed to -2. This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5342. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39168 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23The -D, -L and -S options are mutually exclusive, so change "and" to "or".cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39113 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Trivial: Consistently use 2 spaces after a period terminating a sentence.cmaynard1-115/+115
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39094 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Trivial: Fix typo.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39093 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Fix a couple of typos and use 2 spaces consistently after a period.cmaynard1-65/+65
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39092 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Trivial: Add missing <interval> in one case of tshark -z io,stat usage.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39091 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Add an option -d to specify display filter from the command line.stig1-0/+5
This was requested in bug 2463. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39090 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-15Add a tap for showing all expert items.martinm1-0/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39010 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-15Alphabetical order, please.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39009 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-05From Pascal Quantin via bug 1723:stig1-0/+8
Make ASCII text dump identification optional. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38886 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-29I'm not sure -Q/WIRESHARK_QUIT_AFTER_CAPTURE is actually useful in batchguy1-4/+5
mode; in batch mode, you probably want to use TShark or dumpcap. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38787 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-29-Q → WIRESHARK_QUIT_AFTER_CAPTURE.gerald1-9/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38786 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-11/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38683 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-08From Jim Young via bug 3196: Add preference for displaying expert infos LEDs.cmaynard1-0/+5
Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3196 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38408 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-18Add instructions how to work with "git svn" instead of "svn"jmayer1-1/+29
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38080 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Update ptvcursor API description to reflect 'endianness' --> 'encoding' ↵wmeier1-5/+5
parameter change. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38048 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Add LTE RLC stats tap to tshark.martinm1-1/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38019 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Add LTE MAC statistics to tshark.martinm1-0/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38016 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-4/+5
in README.devloper. Remove g_gnuc.h since it's no longer needed. Remove tvbuff_init(), tvbuff_cleanup(), reassemble_init(), and reassemble_cleanup() since they were only used for older GLib versions which didn't support GSlices. Assume we always support the "matches" operator. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37978 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-28Document the handling of command line parameters with respect totuexen3-0/+145
the capturing on multiple interfaces. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37824 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-2/+8
pcap. Add a "-P" capture option which tries to use pcap instead of pcap-ng ("-P" seemed to be the best option but we may want to use a different letter). Update the documentation and release notes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37696 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-07Add description of LOAD stats for tshark to the manpagesahlberg1-2/+25
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37587 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-05From Cal Turney:etxrab1-27/+89
1.) The resolution of the time values displayed by tshark's "-z io,stat, ..." should be increased from milliseconds to microseconds (from 3 to 6 decimal places) in order to be consistent with -z relative time-related options such as "-z smb,rtt" and "-z rpc,rtt" which display values to 5 decimal places. [Please note that separate enhancement requests for 6 decimal of precision in Wireshark will be submitted shortly.) 2.) The "frames bytes" column displayed in '-z io,stat' is too narrow, frames and bytes should each have 15 spaces like all the other column types. 3.) The types "FRAMES" and "BYTES" should be added to allow users to display these values separately and allow for filters to be specified. 4.) The 'SUM' option should allow for relative time values such as SRTs to be summed. This would be useful for the calculation of such things as request concurrency (total_SRT_time / duration). 5.) The tshark man page needs some corrections and readability improvements https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4915 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37555 f5534014-38df-0310-8fa8-9805f1628bb7