aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-12-18 13:13:00 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2018-12-18 13:15:13 +0000
commit01c8397fd124eaa36e6606f62337e9aece3ef565 (patch)
tree3cc055b0f3dffad34245ff320a7aa5bef957830f /epan/dissectors/packet-coap.c
parentc7f7b60c6b4cf6a316de8ec84794a44c8ff43d16 (diff)
coap: Add request/response arrows
Change-Id: I72393548f5a51e60f516c0999c8a779e75d0c14a Reviewed-on: https://code.wireshark.org/review/31093 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-coap.c')
-rw-r--r--epan/dissectors/packet-coap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-coap.c b/epan/dissectors/packet-coap.c
index 40331af9ad..839cac028a 100644
--- a/epan/dissectors/packet-coap.c
+++ b/epan/dissectors/packet-coap.c
@@ -1264,12 +1264,12 @@ proto_register_coap(void)
},
{ &hf_coap_response_in,
{ "Response In", "coap.response_in",
- FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, FRAMENUM_TYPE(FT_FRAMENUM_RESPONSE), 0x0,
"The response to this CoAP request is in this frame", HFILL }
},
{ &hf_coap_response_to,
{ "Request In", "coap.response_to",
- FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+ FT_FRAMENUM, BASE_NONE, FRAMENUM_TYPE(FT_FRAMENUM_REQUEST), 0x0,
"This is a response to the CoAP request in this frame", HFILL }
},
{ &hf_coap_response_time,