aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2013-12-13Add a "captype" file that just reports the type of a capture file, basedGuy Harris1-0/+49
2013-12-11Improve tshark command-line error help. Fixes https://bugs.wireshark.org/bug...Chris Maynard1-13/+21
2013-12-08Add a reference to STR_ASCII and STR_UNICODEPascal Quantin1-0/+4
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard3-23/+23
2013-11-30Update documentation for tcp_dissect_pdus. Bug 9491 (https://bugs.wireshark....Michael Mann1-11/+18
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-1/+36
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-3/+3
2013-11-14Update the guidelines a bit.Gerald Combs1-3/+13
2013-11-08Add reference to qttools5-dev in README.qt documentationAlexis La Goutte1-1/+1
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris3-30/+68
2013-11-01Remove a phrase which implies that tab widths other than 8 are OK.Bill Meier1-4/+4
2013-11-01Clarify which filter types can share the same namePascal Quantin1-0/+8
2013-10-30Add some documentation to hopefully help dissector writers avoid the problemJeff Morriss1-2/+3
2013-10-27More SVN properties cleanup.Jeff Morriss1-1/+1
2013-10-25Sync up with packet-pana.c.Chris Maynard1-6/+6
2013-10-25wmemify.Chris Maynard1-10/+9
2013-10-23Add the ability to collapse subtrees with Shift+Left + additional menu items....Michael Mann1-2/+2
2013-10-15From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272Chris Maynard1-13/+40
2013-10-13Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus5-248/+0
2013-10-09Make column "filter name" prefixed with _ws. to be the same as other "*shark ...Michael Mann1-2/+2
2013-10-09Add some license headers after emailing the respective authors to confirm.Evan Huus1-0/+20
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann2-3/+6
2013-10-05Add a link to GammaRay.Gerald Combs1-0/+6
2013-09-26From beroset@mindspring.com:Anders Broman1-2/+2
2013-09-22More emem -> wmem conversion:Pascal Quantin1-24/+11
2013-09-22emem -> wmem conversion:Pascal Quantin2-37/+11
2013-09-18Update dfilter-test.py to use a much more modern test harness,Gilbert Ramirez1-30/+36
2013-09-13Add WIRESHARK_APPDATA description to the rawshark and tshark man pages.Jeff Morriss2-0/+12
2013-09-13Allow an alternate application data location as specified by the new environm...Chris Maynard1-0/+6
2013-09-11Add a link to IANA's Assigned Internet Protocol Numbers page.Chris Maynard1-1/+3
2013-09-10Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9116 :Pascal Quantin1-1/+2
2013-09-09Replace the simpler chop example with a more detailed example.Chris Maynard1-4/+17
2013-09-09Fix typo.Chris Maynard1-2/+2
2013-09-09Fix the "crossed chopping region" problem. Also, move chopping to its own fu...Chris Maynard1-6/+14
2013-09-09Update README.qt after last change in QtShark translations (Add Preferences t...Alexis La Goutte1-1/+4
2013-09-09Add an example of filterable expert info.Michael Mann1-7/+22
2013-09-09OK, allow either positive or negative offsets no matter if we're chopping fro...Chris Maynard1-2/+2
2013-09-08Specify the optional offset as a positive value, regardless of chopping from ...Chris Maynard1-3/+3
2013-09-08Allow an optional offset to be specified when chopping bytes from packets.Chris Maynard1-5/+14
2013-09-03Document the current state of naming in ui/qt. Say it's OK to use C++Gerald Combs2-5/+24
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard3-16/+17
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-1/+4
2013-08-09Move the description of the -Y <displaY filter> option to maintain a proper s...Chris Maynard1-15/+15
2013-08-08Speak of the "-d encap:" value as a linktype, rather than a DLT; if aGuy Harris1-2/+3
2013-08-01add --capture-comment to tshark's manpageMartin Kaiser2-1/+9
2013-07-29The argument to the -l flag to text2pcap is a LINKTYPE_ value, not aGuy Harris1-3/+3
2013-07-28If a core Wireshark developer repeatedly can't remember that theGuy Harris8-43/+45
2013-07-27add --capture-comment to dumpcap's manpageMartin Kaiser1-0/+9
2013-07-26Document that pinfo-scoped memory is also needed for anything passed toEvan Huus1-4/+5
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-12/+14