aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-11-13 08:25:49 -0500
committerAnders Broman <a.broman58@gmail.com>2017-11-22 09:10:05 +0000
commit2f2c2b06e2f43c2a18bf1033253ee07c4b2b427e (patch)
treefb2c90e2a0ea020cd6994eb67f2a70abc2f73b37 /epan/proto.h
parent8d5726dccc6851aa99707f4ff3cf9d11128cd822 (diff)
Add Zigbee encoding, ENC_ZIGBEE
Add the "special handling" of length = 0xFF for single byte or 0xFFFF for uint16 value means size of field to follow is 0. Ping-Bug: 14138 Change-Id: I0baa40f63152b9420a6569ca6cc5eba638fbc790 Reviewed-on: https://code.wireshark.org/review/24428 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Craig Jackson <cejackson51@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 2ef8cc7f89..eee7650873 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -484,6 +484,8 @@ WS_DLL_PUBLIC WS_NORETURN void proto_report_dissector_bug(const char *message);
#define ENC_ASCII_7BITS 0x00000034
#define ENC_T61 0x00000036
#define ENC_EBCDIC_CP037 0x00000038
+#define ENC_ZIGBEE 0x0000003A
+
/*
* TODO: