aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/exported_pdu.h')
-rw-r--r--epan/exported_pdu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index bff1d576b7..5b38a09e63 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -36,6 +36,7 @@
*/
#define EXPORT_PDU_TAP_NAME_LAYER_3 "OSI layer 3"
#define EXPORT_PDU_TAP_NAME_LAYER_7 "OSI layer 7"
+#define EXPORT_PDU_TAP_NAME_DVB_CI "DVB-CI"
/**
* This struct is used as the data part of tap_queue_packet() and contains a
@@ -92,6 +93,8 @@
#define EXP_PDU_TAG_ORIG_FNO 30
+#define EXP_PDU_TAG_DVBCI_EVT 31
+
typedef struct _exp_pdu_data_t {
int tlv_buffer_len;
@@ -113,6 +116,8 @@ typedef struct _exp_pdu_data_t {
#define EXP_PDU_TAG_ORIG_FNO_BIT 0x00000080
+#define EXP_PDU_TAG_DVBCI_EVT_BIT 0x00000100
+
#define EXP_PDU_TAG_IPV4_SRC_LEN 4
#define EXP_PDU_TAG_IPV4_DST_LEN 4
#define EXP_PDU_TAG_IPV6_SRC_LEN 16
@@ -129,6 +134,8 @@ typedef struct _exp_pdu_data_t {
#define EXP_PDU_TAG_ORIG_FNO_LEN 4
+#define EXP_PDU_TAG_DVBCI_EVT_LEN 1
+
/**
* Allocates and fills the exp_pdu_data_t struct according to the wanted_exp_tags
* bit_fileld, if proto_name is != NULL, wtap_encap must be -1 or vice-versa