aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard2013-06-251-1/+1
* Dumpcap can write raw packets to stdoutBalint Reczey2013-06-241-3/+1
* Split README.developer into two: README.developer and README.dissector. All theEvan Huus2013-06-202-3131/+3193
* Update READMEs.Evan Huus2013-06-182-19/+14
* Update wmem README for the tree implementation.Evan Huus2013-06-161-1/+3
* Prepend custom Destination IP and Source IP (ipv4 or ipv6) in the pcap. Bug ...Michael Mann2013-06-161-0/+15
* Update OS X instructions and add Qt Mac Extras.Gerald Combs2013-06-101-3/+11
* The API is almost there I guess...Luis Ontanon2013-06-091-3/+3
* Back out the Makefile changes from r49865. The OSX buildbots don't like --ut...Chris Maynard2013-06-092-2/+0
* Due to utf8 characters in the AUTHORS file, pass --utf8 to pod2man.Chris Maynard2013-06-093-0/+8
* A further iteration on epan_childLuis Ontanon2013-06-081-0/+253
* Fix all errors and warnings found by podchecker.Chris Maynard2013-06-075-35/+29
* Add a new environment variable to cause abort()s if we add too many itemsJeff Morriss2013-06-053-0/+36
* First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus2013-05-261-36/+6
* Use -DBUILD_qtshark=YES for build qtshark with cmake (May be set by default O...Alexis La Goutte2013-05-251-1/+1
* It's actually enough just to add some blank lines without the need for the <p...Chris Maynard2013-05-231-8/+0
* Generate the man pages for dftest and randpkt.Chris Maynard2013-05-221-8/+38
* Fix presentation of types.Chris Maynard2013-05-221-21/+30
* Minor refactor: make the framework responsible for allocating and freeing theEvan Huus2013-05-221-17/+18
* Make sure we apply POD_CSS_URL everywhere. Capitalize a couple of titles.Gerald Combs2013-05-203-14/+14
* Fix "./reordercap.pod: unterminated list(s) at =head in paragraph 14. ignoring."Evan Huus2013-05-201-0/+2
* If tcpdump doesn't exist, why refer to it? Omit this confusing phrase.Chris Maynard2013-05-209-9/+9
* Add some newlines at the end of the file so the authors are printer properly.Chris Maynard2013-05-201-0/+2
* Clean up some documentation a bit, removing non-ASCII characters, formatting ...Chris Maynard2013-05-204-40/+71
* Trivial: remove extraneous word, 'is'.Chris Maynard2013-05-201-1/+1
* At the suggestion of Stuart Kendrick via https://bugs.wireshark.org/bugzilla/...Evan Huus2013-05-191-9/+9
* Use a readable name for the wmem callback test. Warn that reallocing memoryEvan Huus2013-05-161-3/+4
* "URL" is probably more correct than "PATH".Gerald Combs2013-05-091-2/+2
* Allow the CSS path in the HTML man pages to be specified via POD_CSS_PATH, e.g.Gerald Combs2013-05-091-1/+3
* Round two of wmem cleanup callbacks. While the emem tree behaviour will requireEvan Huus2013-05-081-22/+26
* Add user callbacks to wmem. This feature is a generic way to transparently mimicEvan Huus2013-05-071-0/+31
* Update to cover Qt5 builds via cmake.Jörg Mayer2013-05-051-0/+2
* From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=86...Jeff Morriss2013-05-031-2/+4
* Remove singly-linked list from the wmem TODO list. Now that it has appendEvan Huus2013-05-011-5/+0
* Add CppCheck to the list of things to run before submitting code for review.Evan Huus2013-04-271-0/+5
* Wmem string-buffer improvements:Evan Huus2013-04-261-1/+0
* Summarize the API listing in the wmem README. Doxygen in the header files willEvan Huus2013-04-251-42/+28
* Add a section to the wmem README about testing.Evan Huus2013-04-221-0/+14
* Add col. pseudo dissector to thsark manpage.Jörg Mayer2013-04-191-2/+2
* Add packet-PROTOABBREV.c to source distribution. Reorder some entries.Jeff Morriss2013-04-161-6/+7
* Major cleanup of skeleton dissector and related bits of README.developer.Evan Huus2013-04-152-198/+217
* Put the skeleton sample code from README.developer into its own file - it'sEvan Huus2013-04-152-369/+361
* list the new option -k in the capinfos manpageMartin Kaiser2013-04-131-0/+5
* Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.Chris Maynard2013-04-051-15/+7
* As forewarned at http://www.wireshark.org/lists/wireshark-dev/201304/msg00009...Chris Maynard2013-04-041-1/+1
* Update -2, -R and -Y to behave consistently as per the concensus reached onEvan Huus2013-03-301-15/+17
* Move wireshark's display filter flag to -Y for consistency with tshark.Evan Huus2013-03-301-5/+5
* list the new file format on the manpageMartin Kaiser2013-03-301-0/+3
* Add some missing tvb_get_'s, proto_tree_add_'s, fix args and change all littl...Chris Maynard2013-03-281-82/+110
* From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223Evan Huus2013-03-271-2/+23