aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Default capture buffer size is now 2MB.Jeff Morriss3-6/+6
2013-02-26Print human-readable statistics by default. Raw values can be printedGerald Combs1-0/+7
2013-02-25Add README for LuaMichael Mann1-0/+456
2013-02-23Update README.qt with last change in qtshark buildAlexis La Goutte1-5/+5
2013-02-21mention gcrypt wrapper in README.developerMartin Kaiser1-0/+5
2013-02-20From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-0/+26
2013-02-11Fix two bugs in the example code that I revised.Bill Meier1-2/+2
2013-02-11Remove a _U_ which I should not have used.Bill Meier1-1/+1
2013-02-11Well, that didn't work (keyword substitution, that is). Try now.Chris Maynard1-3/+3
2013-02-11Fix a couple of typos. Set svn properties.Chris Maynard1-5/+5
2013-02-11Update: Primarily to suggest calling conversation_set_dissector()Bill Meier1-115/+90
2013-02-08Update wmem docsEvan Huus1-2/+3
2013-02-06Remove more unnecessary defintions.Gerald Combs1-2/+0
2013-02-04At least as I readGuy Harris1-4/+4
2013-02-04Prettify the silent build.Gerald Combs1-26/+36
2013-02-03describe the -t option in the dumpcap manpageMartin Kaiser1-0/+4
2013-02-01Add $(AM_V_GEN) in a few more places.Gerald Combs1-4/+4
2013-02-01Add support for silent builds.Gerald Combs1-26/+26
2013-02-01Fix the dev guide to use the correct indent (Tab => 4 Spaces) and add Modelin...Alexis La Goutte1-966/+977
2013-01-31Add 2 more verification steps to run in the "Submitting code for your new dis...Chris Maynard1-0/+8
2013-01-30add missing caseMartin Kaiser1-1/+1
2013-01-30Add support in TShark to follow SSL streams Michael Mann1-0/+1
2013-01-24Update WiresharkXML.py to work with Python 2.7.Gilbert Ramirez1-0/+8
2013-01-23Handle NULL-pointers and 0-lengths in a much simpler allocator-agnostic way,Evan Huus1-0/+6
2013-01-19Rewrite wmem_allocator_simple to track allocations using a GHashTable instead ofEvan Huus1-1/+1
2013-01-19Add three more slots to the wmem allocater definition (not yet implementedEvan Huus1-11/+49
2013-01-16As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss3-0/+18
2013-01-15Minor documentation tweaks. Add a hash table to the wishlist.Evan Huus1-7/+9
2013-01-04Add convenience macros wmem_new and wmem_new0Evan Huus1-0/+2
2012-12-30Fix description of -p input - show the packet data the same way it'sGuy Harris1-4/+10
2012-12-29Replace another instance of emem in README.developer with wmem.Evan Huus2-3/+4
2012-12-28Update wmem documentation for the new allocator.Evan Huus1-1/+4
2012-12-27Add documentation about the environment variable.Evan Huus1-0/+6
2012-12-27Update wmem docs to include new type field.Evan Huus1-3/+11
2012-12-25Add support for -D option. The preamble will start withMichael Tüxen1-0/+7
2012-12-25Add option to suppress duplicate suppression.Michael Tüxen1-1/+1
2012-12-22Add support for writing pcap-ng files by specifying -n as an option.Michael Tüxen1-0/+5
2012-12-20Add -Q option to TShark to force only "true" errors to stderr. No "status" m...Michael Mann1-0/+7
2012-12-19Add missing wmem strbuf routine to the documentation.Evan Huus1-0/+1
2012-12-19Do a little more to discourage the use of proto_tree_add_text(): don'tJeff Morriss1-7/+9
2012-12-19Implement a basic singly-linked for wmem.Evan Huus1-2/+18
2012-12-19Dispatch all allocator creations through a single function using an enum toEvan Huus1-16/+18
2012-12-18Use 'new' instead of 'create' a consistent manner.Evan Huus1-6/+6
2012-12-18Come down harder on the evils of tvb_get_ptr(): advise not to use it.Jeff Morriss1-43/+28
2012-12-12Document the "-g" option to dumpcap.Jeff Morriss2-0/+14
2012-12-08Recommend wmem over emem in the READMEs where possible.Evan Huus3-20/+27
2012-12-07mention mpeg2 ts in the list of supported file formatsMartin Kaiser1-0/+3
2012-12-02Document the new pinfo pool, add a TODO list.Evan Huus1-7/+35
2012-11-29Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs1-1/+1
2012-11-28Enhance README.qt documentationAlexis La Goutte1-2/+2