aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-25Add strdup_printf and strdup_vprintf to the wmem string utilities.Evan Huus1-0/+2
2012-11-25Allocate wmem memory in blocks of 8MB, not 10, because powers of two are nice.Evan Huus1-1/+1
2012-11-24Add the block allocator to the documentation.Evan Huus1-0/+3
2012-11-16Fix the main dissect_PROTO signatureJörg Mayer1-1/+1
2012-11-10More wmem documentation.Evan Huus1-20/+62
2012-11-09Update wmem README to reflect the fact that wmem_file_scope() now works.Evan Huus1-4/+1
2012-11-08editcap does not support the -H and -W options, remove the description ofJeff Morriss1-26/+0
2012-11-03More wmem documentation additions and updates. Still incomplete.Evan Huus1-13/+48
2012-10-30Add wmem readme to the appropriate build files.Evan Huus2-0/+5
2012-10-30Some documentation for wmem.Evan Huus1-0/+145
2012-10-24List -z compare,... in the statistics documentation. Maybe someone who actua...Chris Maynard1-1/+6
2012-10-23Inspired by http://www.wireshark.org/lists/wireshark-users/201206/msg00025.ht...Chris Maynard1-0/+6
2012-10-04This is basically a rewrite from Jakub Zawadzki.Martin Mathieson1-6/+3
2012-10-03Add a command-line option to control how large the reordering list canMartin Mathieson1-4/+7
2012-10-03Fix a spelling mistake.Martin Mathieson1-1/+1
2012-10-03Also add the reordercap help files to CLEANFILES.Martin Mathieson1-0/+2
2012-10-03Add reordercap.pod to EXTRA_DISTJakub Zawadzki1-0/+1
2012-10-03Fix copy-paste bug.Jakub Zawadzki1-1/+1
2012-10-03Add a man page for reordercap.Martin Mathieson3-3/+89
2012-10-01The -B option is no longer only available in Win32: remove the Win32Jeff Morriss1-2/+2
2012-09-26configure.in -> configure.acJakub Zawadzki1-3/+3
2012-09-25Implement and document the Custom plugin system. Create relevant example file...Jaap Keuter1-71/+122
2012-09-21We are using GRegex in GLib since ~r31304, so stop referencing libpcre. Also,Chris Maynard1-11/+3
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2-5/+1
2012-09-06Implement File→Merge. Gerald Combs1-2/+11
2012-08-29Trivial typo fix and duplicate word removal.Chris Maynard1-2/+2
2012-08-24Force extended value string linear search (not binary search) in one case:Bill Meier1-2/+10
2012-08-24Minor update to tcp_dissect_pdus() section.Bill Meier1-3/+4
2012-08-17Add a link where to find some GUIs for git.Jörg Mayer1-0/+2
2012-08-17Add note to README.developer about not passing NULL to %s format strings.Evan Huus1-0/+4
2012-07-26Well, since 1 instance of wireshark was already changed to Wireshark, we migh...Chris Maynard1-3/+3
2012-07-26Fix more typos.Chris Maynard1-12/+12
2012-07-26Fix some percieved typosJörg Mayer1-9/+9
2012-07-26Fix trivial typos and other misc. minor updates.Chris Maynard1-13/+13
2012-07-23Combine the two display filter README's into one,Gilbert Ramirez1-8/+489
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss3-0/+9
2012-07-07From Michael Mann:Guy Harris1-0/+1