aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-09-06 11:28:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-09-06 11:28:58 +0000
commite8dedf19b44652f2010a086cd66c9c4a73bd5218 (patch)
tree0e16b1e38f25e47e8f5eacf5b1390007a9eb3a05 /doc/README.developer
parent753014327827474d9b2d53dd92dfff1bd2f14f74 (diff)
compile a document about heuristic dissectors, following:
http://www.wireshark.org/lists/wireshark-dev/200808/msg00234.html svn path=/trunk/; revision=26146
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 818e2aed7e..1aff4c69c5 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -44,6 +44,7 @@ You'll find additional dissector related information in the following README
files:
- README.binarytrees - fast access to large data collections
+- README.heuristic - what are heuristic dissectors and how to write them
- README.malloc - how to obtain "memory leak free" memory
- README.plugins - how to "pluginize" a dissector
- README.request_response_tracking - how to track req./resp. times and such