aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-docsis-tlv.h
diff options
context:
space:
mode:
authorBruno Verstuyft <bruno.verstuyft@excentis.com>2018-12-10 16:29:27 +0100
committerJaap Keuter <jaap.keuter@xs4all.nl>2018-12-10 23:35:03 +0000
commitcb8c791f07484735c68e3996a4d066baa5ee79f9 (patch)
tree1705570e67881afa26e36ee72f5d043920a26825 /epan/dissectors/packet-docsis-tlv.h
parent3f01aaac49ee5701af3c053aabdfb7f592401055 (diff)
DOCSIS: Added some additional tlvs
TLV 26.13 PHS Dynamic Bonding Change Action TLV 48.4.2 Receive Module Adjacent Channels TLV 64.3 Static Multicast CMIM Encoding Change-Id: I3a48e0092e7fe523adfdff5b155dcdbb88720f41 Reviewed-on: https://code.wireshark.org/review/30997 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-docsis-tlv.h')
-rw-r--r--epan/dissectors/packet-docsis-tlv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-docsis-tlv.h b/epan/dissectors/packet-docsis-tlv.h
index 720487f219..5b3d39a295 100644
--- a/epan/dissectors/packet-docsis-tlv.h
+++ b/epan/dissectors/packet-docsis-tlv.h
@@ -296,6 +296,7 @@
#define PHS_MASK 9
#define PHS_SUP_SIZE 10
#define PHS_VERIFICATION 11
+#define PHS_DBC_ACTION 13
#define PHS_VENDOR_SPEC 43
/* Define PHS Error sub-subtypes
@@ -507,6 +508,7 @@
*/
#define CMTS_MC_SESS_ENC_GRP 1
#define CMTS_MC_SESS_ENC_SRC 2
+#define CMTS_MC_SESS_ENC_CMIM 3
extern value_string_ext docsis_conf_code_ext;