aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.request_response_tracking
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.request_response_tracking')
-rw-r--r--doc/README.request_response_tracking4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/README.request_response_tracking b/doc/README.request_response_tracking
index 1081c4d5e8..eb9886a46c 100644
--- a/doc/README.request_response_tracking
+++ b/doc/README.request_response_tracking
@@ -27,11 +27,9 @@ The example below shows how simple this is to add to the dissector IF:
The example is taken from the PANA dissector:
-First we need to include the definitions for conversations and memory
-management.
+First we need to include the definitions for conversations.
#include <epan/conversation.h>
- #include <epan/wmem/wmem.h>
Then we also need a few header fields to show the relations between request
and response as well as the response time.