aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Document the wmem override environment variable in the man pages, and improveEvan Huus2013-03-114-7/+51
* Followup to r48218: remove documentation of the WIRESHARK_DEBUG_USE_SLICES en...Jeff Morriss2013-03-113-18/+0
* Make the memory limit (in bytes or packets) used for storing packetsMichael Tüxen2013-03-101-0/+16
* Add -t to synopsis.Michael Tüxen2013-03-101-0/+1
* Remove the wmem slab. It was an optimization mimicking the emem slabEvan Huus2013-03-091-7/+1
* Add asn2deb.pod and idl2deb.pod to the source distribution.Jeff Morriss2013-03-061-2/+4
* Don't use (GNU-specific) pattern rules: use old-fashioned suffix rules instead.Jeff Morriss2013-03-061-164/+61
* Fix distcheck in autotools based buildsBalint Reczey2013-03-061-2/+2
* Merge asn2deb and idl2deb from official Debian packageBalint Reczey2013-03-064-3/+196
* From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339Evan Huus2013-03-041-9/+34
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-012-3/+3
* Default capture buffer size is now 2MB.Jeff Morriss2013-02-283-6/+6
* Print human-readable statistics by default. Raw values can be printedGerald Combs2013-02-261-0/+7
* Add README for LuaMichael Mann2013-02-251-0/+456
* Update README.qt with last change in qtshark buildAlexis La Goutte2013-02-231-5/+5
* mention gcrypt wrapper in README.developerMartin Kaiser2013-02-211-0/+5
* From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard2013-02-201-0/+26
* Fix two bugs in the example code that I revised.Bill Meier2013-02-111-2/+2
* Remove a _U_ which I should not have used.Bill Meier2013-02-111-1/+1
* Well, that didn't work (keyword substitution, that is). Try now.Chris Maynard2013-02-111-3/+3
* Fix a couple of typos. Set svn properties.Chris Maynard2013-02-111-5/+5
* Update: Primarily to suggest calling conversation_set_dissector()Bill Meier2013-02-111-115/+90
* Update wmem docsEvan Huus2013-02-081-2/+3
* Remove more unnecessary defintions.Gerald Combs2013-02-061-2/+0
* At least as I readGuy Harris2013-02-041-4/+4
* Prettify the silent build.Gerald Combs2013-02-041-26/+36
* describe the -t option in the dumpcap manpageMartin Kaiser2013-02-031-0/+4
* Add $(AM_V_GEN) in a few more places.Gerald Combs2013-02-011-4/+4
* Add support for silent builds.Gerald Combs2013-02-011-26/+26
* Fix the dev guide to use the correct indent (Tab => 4 Spaces) and add Modelin...Alexis La Goutte2013-02-011-966/+977
* Add 2 more verification steps to run in the "Submitting code for your new dis...Chris Maynard2013-01-311-0/+8
* add missing caseMartin Kaiser2013-01-301-1/+1
* Add support in TShark to follow SSL streams Michael Mann2013-01-301-0/+1
* Update WiresharkXML.py to work with Python 2.7.Gilbert Ramirez2013-01-241-0/+8
* Handle NULL-pointers and 0-lengths in a much simpler allocator-agnostic way,Evan Huus2013-01-231-0/+6
* Rewrite wmem_allocator_simple to track allocations using a GHashTable instead ofEvan Huus2013-01-191-1/+1
* Add three more slots to the wmem allocater definition (not yet implementedEvan Huus2013-01-191-11/+49
* As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss2013-01-163-0/+18
* Minor documentation tweaks. Add a hash table to the wishlist.Evan Huus2013-01-151-7/+9
* Add convenience macros wmem_new and wmem_new0Evan Huus2013-01-041-0/+2
* Fix description of -p input - show the packet data the same way it'sGuy Harris2012-12-301-4/+10
* Replace another instance of emem in README.developer with wmem.Evan Huus2012-12-292-3/+4
* Update wmem documentation for the new allocator.Evan Huus2012-12-281-1/+4
* Add documentation about the environment variable.Evan Huus2012-12-271-0/+6
* Update wmem docs to include new type field.Evan Huus2012-12-271-3/+11
* Add support for -D option. The preamble will start withMichael Tüxen2012-12-251-0/+7
* Add option to suppress duplicate suppression.Michael Tüxen2012-12-251-1/+1
* Add support for writing pcap-ng files by specifying -n as an option.Michael Tüxen2012-12-221-0/+5
* Add -Q option to TShark to force only "true" errors to stderr. No "status" m...Michael Mann2012-12-201-0/+7
* Add missing wmem strbuf routine to the documentation.Evan Huus2012-12-191-0/+1