summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-24The current version of Qt is 5.1.Guy Harris1-1/+5
2013-07-23Fix typo (Missing .git in git clone URL)Alexis La Goutte1-1/+1
2013-07-21Add wmem queue 'implementation' by wrapping wmem_list and wmem_stack.Evan Huus1-2/+8
2013-07-20Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus1-2/+2
2013-07-14Note that Qt builds are supported by autotools.Guy Harris1-0/+4
2013-07-13From Dominic Spill via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8921Evan Huus1-45/+26
2013-07-12Allow -C <choplen> to be used more than once so it is now possible to chop by...Chris Maynard1-1/+5
2013-07-10Add -L option to allow adjustment of original frame length. This change was ...Chris Maynard1-0/+7
2013-07-08From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss2-14/+26
2013-07-06Simple growable array implementation for wmem.Evan Huus1-1/+0
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris2-3/+3
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-06-24Dumpcap can write raw packets to stdoutBalint Reczey1-3/+1
2013-06-20Split README.developer into two: README.developer and README.dissector. All theEvan Huus2-3131/+3193
2013-06-18Update READMEs.Evan Huus2-19/+14
2013-06-16Update wmem README for the tree implementation.Evan Huus1-1/+3
2013-06-16Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ...Michael Mann1-0/+15
2013-06-10Update OS X instructions and add Qt Mac Extras.Gerald Combs1-3/+11
2013-06-09The API is almost there I guess...Luis Ontanon1-3/+3
2013-06-09Back out the Makefile changes from r49865. The OSX buildbots don't like --ut...Chris Maynard2-2/+0
2013-06-09Due to utf8 characters in the AUTHORS file, pass --utf8 to pod2man.Chris Maynard3-0/+8
2013-06-08A further iteration on epan_childLuis Ontanon1-0/+253
2013-06-07Fix all errors and warnings found by podchecker.Chris Maynard5-35/+29
2013-06-05Add a new environment variable to cause abort()s if we add too many itemsJeff Morriss3-0/+36
2013-05-26First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus1-36/+6
2013-05-25Use -DBUILD_qtshark=YES for build qtshark with cmake (May be set by default O...Alexis La Goutte1-1/+1
2013-05-23It's actually enough just to add some blank lines without the need for the <p...Chris Maynard1-8/+0
2013-05-22Generate the man pages for dftest and randpkt.Chris Maynard1-8/+38
2013-05-22Fix presentation of types.Chris Maynard1-21/+30
2013-05-22Minor refactor: make the framework responsible for allocating and freeing theEvan Huus1-17/+18
2013-05-20Make sure we apply POD_CSS_URL everywhere. Capitalize a couple of titles.Gerald Combs3-14/+14
2013-05-20Fix "./reordercap.pod: unterminated list(s) at =head in paragraph 14. ignoring."Evan Huus1-0/+2
2013-05-20If tcpdump doesn't exist, why refer to it? Omit this confusing phrase.Chris Maynard9-9/+9
2013-05-20Add some newlines at the end of the file so the authors are printer properly.Chris Maynard1-0/+2
2013-05-20Clean up some documentation a bit, removing non-ASCII characters, formatting ...Chris Maynard4-40/+71
2013-05-20Trivial: remove extraneous word, 'is'.Chris Maynard1-1/+1
2013-05-19At the suggestion of Stuart Kendrick via https://bugs.wireshark.org/bugzilla/...Evan Huus1-9/+9
2013-05-16Use a readable name for the wmem callback test. Warn that reallocing memoryEvan Huus1-3/+4
2013-05-09"URL" is probably more correct than "PATH".Gerald Combs1-2/+2
2013-05-09Allow the CSS path in the HTML man pages to be specified via POD_CSS_PATH, e.g.Gerald Combs1-1/+3