aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2012-03-15Sort the -z options.Chris Maynard1-250/+250
svn path=/trunk/; revision=41560
2012-03-07Update descriptions of hf[] FIELDDISPLAY and BITMASK fields.Bill Meier1-2/+4
svn path=/trunk/; revision=41400
2012-03-07Update Qt Documentation about translation/i18nAlexis La Goutte1-0/+12
svn path=/trunk/; revision=41391
2012-03-06Emphasize corrext usage of FT_BOOLEAN 'display' field.Bill Meier1-14/+20
Specificaly: For a field type FT_BOOLEAN: - If the bitmask field is zero, then the 'display' field must be 'BASE_NONE'; - If the bitmask field is non-zero, then the 'display' field must be the field-width of the parent bit field. svn path=/trunk/; revision=41379
2012-03-04(Trivial) Fix a typo.Bill Meier1-1/+1
svn path=/trunk/; revision=41343
2012-03-04forgotten updateAnders Broman1-2/+2
svn path=/trunk/; revision=41340
2012-02-29From Mike Morrin:Anders Broman1-0/+18
The attached patches add the uses proto_tree_add_split_bits_ret_val() proto_tree_add_split_bits_crumb() https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6885 svn path=/trunk/; revision=41249
2012-02-29From Gilbert Ramirez: When filtering on a single-byte byte-array-slice, ↵Anders Broman1-1/+12
using a normal hex string would be nice svn path=/trunk/; revision=41232
2012-02-27Add documentation for the the tshark follow tcp/udp streams feature addedJeff Morriss1-3/+58
with https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6684 svn path=/trunk/; revision=41212
2012-02-09Add tvb_ip_to_str and tvb_ip6_to_str to the Dev GuideAlexis La Goutte1-0/+6
svn path=/trunk/; revision=40941
2012-02-07Update the documentation to match the sort order. This documentation error ↵Chris Maynard1-1/+1
was pointed out by Markus Amend on -users. Reference: http://article.gmane.org/gmane.network.wireshark.user/14477 (BTW, I quickly scanned through tap-iousers.c:iousers_draw() and the sorting seems to be very inefficient.) svn path=/trunk/; revision=40911
2012-02-03The libpcap puts pcap-filter into the misc section (which seems to be 7).Jörg Mayer9-71/+72
Refer to pcap-filter and mention tcpdump only as a fallback. svn path=/trunk/; revision=40820
2012-02-02Update documentatin for the qt build to reflect the cmake work.Jörg Mayer1-5/+18
svn path=/trunk/; revision=40810
2012-01-30Rework Windows Wireshark Qt build configuration a bit:Bill Meier1-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). svn path=/trunk/; revision=40768
2012-01-29Fix some typos.Chris Maynard1-12/+12
svn path=/trunk/; revision=40759
2012-01-24Mention the other integer accessors.Chris Maynard1-3/+4
svn path=/trunk/; revision=40704
2012-01-22Add a note as to how I was able to build & successfully use a Debug Qt ↵Bill Meier1-0/+9
Wireshark. svn path=/trunk/; revision=40654
2012-01-21Or maybe we should just act as if QMake didn't exist and just tryGuy Harris1-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. svn path=/trunk/; revision=40618
2012-01-20Add more configuration information to config.pri which lets us removeGerald Combs1-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. svn path=/trunk/; revision=40607
2012-01-19Slightly more details on building the qt version on Linux.Jörg Mayer1-1/+2
svn path=/trunk/; revision=40598
2012-01-05Wrap lines for those of us who use editors that don't (by default) line wrap.Jeff Morriss1-11/+32
svn path=/trunk/; revision=40381
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+41
svn path=/trunk/; revision=40378
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-6/+16
descriptions. Captitalize and fix up the descriptions. Use its output to create the field type list in the wireshark-filter man page. svn path=/trunk/; revision=40306
2011-11-30Hopefully clarify usage a bit to indicate multiple infile's can be specified ↵Chris Maynard1-12/+11
to be merged. Also, add GPL and copyright info. svn path=/trunk/; revision=40051
2011-11-30Add missing comments in syntax description for -z expertMartin Mathieson1-1/+1
svn path=/trunk/; revision=40050
2011-11-30Change the -z args for expert item. You can now give the minimum severity ↵Martin Mathieson1-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. svn path=/trunk/; revision=40049
2011-11-22Unconditionally install idl2wrsBalint Reczey1-1/+1
svn path=/trunk/; revision=39985
2011-11-22Add initial .gitignore filesBalint Reczey1-0/+10
svn path=/trunk/; revision=39982
2011-11-08From Michael Mann via ↵Chris Maynard1-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. svn path=/trunk/; revision=39767
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-10-26Fix a spelling mistake. Wrap a few long lines.Jeff Morriss1-13/+14
svn path=/trunk/; revision=39587
2011-10-25Update information about 'encoding' arg values for particular field-types.Bill Meier1-10/+10
svn path=/trunk/; revision=39568
2011-10-23Speak of a "link-layer header type" rather than a "link-layer type"; aGuy Harris1-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. svn path=/trunk/; revision=39529
2011-09-30FT_EUI64 need also to specifies encoding !Alexis La Goutte1-2/+2
svn path=/trunk/; revision=39191
2011-09-29Update README.developer to take into account the disappearance ofGuy Harris1-31/+49
FT_EBCDIC and the addition of support for character encodings. svn path=/trunk/; revision=39190
2011-09-28Add default modeline settings to the end of the skeleton code.Chris Maynard1-0/+14
svn path=/trunk/; revision=39178
2011-09-28Rather than complain and quit if -V is missing when -O <protocols> is used, ↵Chris Maynard1-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. svn path=/trunk/; revision=39175
2011-09-27Future tense -> present tense for the encoding argument toGuy Harris1-3/+3
proto_tree_add_item() having more than just a byte order. svn path=/trunk/; revision=39170
2011-09-27Add a new tshark option for being able to specify an alternate line ↵Chris Maynard1-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. svn path=/trunk/; revision=39168
2011-09-23The -D, -L and -S options are mutually exclusive, so change "and" to "or".Chris Maynard1-1/+1
svn path=/trunk/; revision=39113
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-23Fix a couple of typos and use 2 spaces consistently after a period.Chris Maynard1-65/+65
svn path=/trunk/; revision=39092
2011-09-23Trivial: Add missing <interval> in one case of tshark -z io,stat usage.Chris Maynard1-1/+1
svn path=/trunk/; revision=39091
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-09-15Add a tap for showing all expert items.Martin Mathieson1-0/+15
svn path=/trunk/; revision=39010
2011-09-15Alphabetical order, please.Guy Harris1-1/+1
svn path=/trunk/; revision=39009
2011-09-05From Pascal Quantin via bug 1723:Stig Bjørlykke1-0/+8
Make ASCII text dump identification optional. svn path=/trunk/; revision=38886
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