aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-oscore.h
diff options
context:
space:
mode:
authorMališa Vučinić <malishav@gmail.com>2018-01-25 19:49:59 +0100
committerPeter Wu <peter@lekensteyn.nl>2018-03-16 15:02:48 +0000
commit093efd9c30cf293febb35a92000e50813b6811e4 (patch)
tree47b61364009eef12dbcc3f63d764f8ee46c32de8 /epan/dissectors/packet-oscore.h
parentde9a4ff91f7172543fe16af999abd46e5a263cb8 (diff)
OSCORE: Decrypt responses and dissect plaintext with CoAP functions
Add support for decrypting Observe responses with Partial IV within the response. CoAP prioritizes the Partial IV from the response if present, if not it passes Partial IV from the corresponding request. Bug: 14417 Change-Id: Icb0f782de67bd0507db4f1f2a2ea90c72a4b6f0a Reviewed-on: https://code.wireshark.org/review/25483 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-oscore.h')
-rw-r--r--epan/dissectors/packet-oscore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-oscore.h b/epan/dissectors/packet-oscore.h
index 2eea9f3209..3e6fd6608a 100644
--- a/epan/dissectors/packet-oscore.h
+++ b/epan/dissectors/packet-oscore.h
@@ -53,6 +53,7 @@ typedef struct oscore_info {
guint8 kid_context_len;
guint8 *piv;
guint8 piv_len;
+ gboolean piv_in_response;
gboolean response;
} oscore_info_t;