aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.request_response_tracking
diff options
context:
space:
mode:
authorD. Ulis <daulis0@gmail.com>2016-07-11 21:14:36 -0400
committerMichael Mann <mmann78@netscape.net>2016-07-12 12:14:50 +0000
commit25ba3dbc758337e9134f319b5a43aac69210bb94 (patch)
tree25795cd102c239792938f0bd6abac829361ba763 /doc/README.request_response_tracking
parentf4ab3f492f5b2dfef55a65900ec256655c110e23 (diff)
HTTP: Add request/response arrows
HTTP has multiple related packets, so seeing which are the actual request/response (related to the current selected packet) is helpful. Change-Id: I833f4f620cfe8bfe9b1d7518c4e28fbd41b64e29 Reviewed-on: https://code.wireshark.org/review/16385 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc/README.request_response_tracking')
-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,