aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.h
diff options
context:
space:
mode:
authorMališa Vučinić <malishav@gmail.com>2017-12-14 11:56:40 -0500
committerMichael Mann <mmann78@netscape.net>2017-12-22 14:17:53 +0000
commit40415fffa3145df818dd79e953123d8e398555d7 (patch)
treec0ea5e7e003b0be2ebe546409a638fc9fe593a37 /epan/dissectors/packet-coap.h
parente3be49a0f5029ac1973ee8489598fe5fe9223bed (diff)
CoAP: Various improvements
1. Add Object-Security option handling to CoAP. 2. Add RFC8132 defined codes. 3. Fix indentation. 4. Use macros for masks. Change-Id: I48c71513db14e79133fe323578123f99946cbaa9 Reviewed-on: https://code.wireshark.org/review/24913 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-coap.h')
-rw-r--r--epan/dissectors/packet-coap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-coap.h b/epan/dissectors/packet-coap.h
index 9ee7dbb484..923c41916f 100644
--- a/epan/dissectors/packet-coap.h
+++ b/epan/dissectors/packet-coap.h
@@ -30,6 +30,7 @@ typedef struct {
guint block_mflag;
wmem_strbuf_t *uri_str_strbuf; /* the maximum is 1024 > 510 = Uri-Host:255 + Uri-Path:255 x 2 */
wmem_strbuf_t *uri_query_strbuf; /* the maximum is 1024 > 765 = Uri-Query:255 x 3 */
+ gboolean object_security;
} coap_info;
/* CoAP Conversation information */