aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-26Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7406 :Jeff Morriss1-0/+5
Build the idl2wrs man page (including the HTML version) but don't install them: a developer might want to read the man page and the Debian development package wants to install them. svn path=/trunk/; revision=43498
2012-06-19Remove what appears to be an errant vi/vim command and add a newline.Gerald Combs2-1/+2
svn path=/trunk/; revision=43371
2012-06-19Don't install idl2wrs except in Debian's special wireshark-dev package.Jeff Morriss1-2/+1
(Normal Wireshark installations can't be used to develop dissectors so there's no need to install it or its man page.) http://www.wireshark.org/lists/wireshark-dev/201206/msg00073.html (The Debian changes are untested.) svn path=/trunk/; revision=43370
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-0/+8
File name preferences are basically just string preferences except that the GUI will present a "Browse" button that allows the user to go and find the file s/he wants (rather than having to blindly type in the full path). svn path=/trunk/; revision=43228
2012-06-12Note that calls to "expert" functions should not be under 'if (tree)'.Bill Meier1-14/+16
svn path=/trunk/; revision=43224
2012-06-08Some minimal documentation of remote capture interface formats for both ↵Chris Maynard1-2/+2
rpcap and the new TCP feature from bug 2788. svn path=/trunk/; revision=43156
2012-05-12Mention ENC_UCS_2 and ENC_UTF_16.Guy Harris1-5/+11
svn path=/trunk/; revision=42602
2012-05-12From r37696 default file format for dumpcap is pcap-ng. Fix manuals.Jakub Zawadzki1-4/+3
svn path=/trunk/; revision=42600
2012-05-07Give hints to capture from stdin or pipe instead of opening it as a fileBalint Reczey1-1/+1
svn path=/trunk/; revision=42484
2012-04-29Fix typo errorspascal1-2/+2
svn path=/trunk/; revision=42340
2012-04-25Convert spaces to tabspascal1-6/+6
svn path=/trunk/; revision=42247
2012-04-18If we see a 5View time-stamped header with a bad key, make sure weGuy Harris1-1/+1
return the right error code and information string. InfoVista bought Accellent Group, and, at least according to the InfoVista Web site, it's "5View", not "5Views". svn path=/trunk/; revision=42119
2012-03-19Small update reagarding debian buildsJörg Mayer1-1/+3
svn path=/trunk/; revision=41678
2012-03-19Add more SDK download URLs.Gerald Combs1-17/+20
svn path=/trunk/; revision=41676
2012-03-19Fix a typo or twoJeff Morriss3-6/+6
svn path=/trunk/; revision=41657
2012-03-19Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) thatJeff Morriss3-9/+30
prevents OutOfMemory exceptions from being thrown. This makes it easier to debug such conditions. Set this variable in test-fuzzed-cap.sh but not in fuzz-test.sh; it's nice to see the friendly out-of-memory error message in the bug reports the latter script generates. svn path=/trunk/; revision=41656
2012-03-19Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss1-189/+189
svn path=/trunk/; revision=41654
2012-03-15i18 -> i18nJörg Mayer1-1/+1
svn path=/trunk/; revision=41573
2012-03-15Sort the options.Chris Maynard1-141/+141
svn path=/trunk/; revision=41567
2012-03-15Sort the options.Chris Maynard1-45/+45
svn path=/trunk/; revision=41566
2012-03-15Sort the options.Chris Maynard1-6/+6
svn path=/trunk/; revision=41565
2012-03-15Correct the sorting of the options in the synopsis.Chris Maynard1-1/+1
svn path=/trunk/; revision=41564
2012-03-15Sort the options. Delete all the line-terminating "g's" added in 40820.Chris Maynard1-108/+108
svn path=/trunk/; revision=41563
2012-03-15Sort the options.Chris Maynard1-9/+9
svn path=/trunk/; revision=41562
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