summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.request_response_tracking4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.request_response_tracking b/doc/README.request_response_tracking
index a53644fda6..d29d78836c 100644
--- a/doc/README.request_response_tracking
+++ b/doc/README.request_response_tracking
@@ -158,12 +158,12 @@ Then we just need to declare the hf fields we used.
{ &hf_pana_response_in,
{ "Response In", "pana.response_in",
- FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, FRAMENUM_TYPE(FT_FRAMENUM_RESPONSE), 0x0,
"The response to this PANA request is in this frame", HFILL }
},
{ &hf_pana_response_to,
{ "Request In", "pana.response_to",
- FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, FRAMENUM_TYPE(FT_FRAMENUM_REQUEST), 0x0,
"This is a response to the PANA request in this frame", HFILL }
},
{ &hf_pana_response_time,