aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-05-07 19:36:46 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-05-07 19:36:46 +0000
commit92398bab6aa9425fb2b0284dae7598f7f660d637 (patch)
tree08b1daf3d1252c9e10c33833b3aaf97a3f7eac72 /epan/dissectors/packet-dvbci.c
parent2e92c6dfdec952484ebe96ea1718467c2fa5de6b (diff)
add IDs for host license, play count
svn path=/trunk/; revision=49206
Diffstat (limited to 'epan/dissectors/packet-dvbci.c')
-rw-r--r--epan/dissectors/packet-dvbci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c
index bdc15f8ce9..b7fe35c294 100644
--- a/epan/dissectors/packet-dvbci.c
+++ b/epan/dissectors/packet-dvbci.c
@@ -311,6 +311,8 @@
#define CC_ID_CICAM_LICENSE 0x21
#define CC_ID_LICENSE_STATUS 0x22
#define CC_ID_LICENSE_RCV_STATUS 0x23
+#define CC_ID_HOST_LICENSE 0x24
+#define CC_ID_PLAY_COUNT 0x25
#define CC_ID_OPERATING_MODE 0x26
#define CC_ID_PINCODE_DATA 0x27
#define CC_ID_REC_START_STATUS 0x28
@@ -1373,6 +1375,9 @@ static const value_string dvbci_cc_dat_id[] = {
{ CC_ID_CICAM_LICENSE, "License received from the cicam" },
{ CC_ID_LICENSE_STATUS, "Current status of the license" },
{ CC_ID_LICENSE_RCV_STATUS, "Status of the license exchange" },
+ { CC_ID_HOST_LICENSE,
+ "License for which the host requests the current status" },
+ { CC_ID_PLAY_COUNT, "Play count" },
{ CC_ID_OPERATING_MODE, "Operating mode" },
{ CC_ID_PINCODE_DATA, "Pincode data" },
{ CC_ID_REC_START_STATUS, "Record start status" },