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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index 662b12301c..3747cc029e 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -80,6 +80,8 @@
#define EXP_PDU_TAG_SS7_OPC 27
#define EXP_PDU_TAG_SS7_DPC 28
+#define EXP_PDU_TAG_ORIG_FNO 29
+
typedef struct _exp_pdu_data_t {
int tlv_buffer_len;
@@ -99,6 +101,8 @@ typedef struct _exp_pdu_data_t {
#define EXP_PDU_TAG_SS7_OPC_BIT 0x00000020
#define EXP_PDU_TAG_SS7_DPC_BIT 0x00000040
+#define EXP_PDU_TAG_ORIG_FNO_BIT 0x00000080
+
#define EXP_PDU_TAG_IPV4_SRC_LEN 4
#define EXP_PDU_TAG_IPV4_DST_LEN 4
#define EXP_PDU_TAG_IPV6_SRC_LEN 16
@@ -112,6 +116,8 @@ typedef struct _exp_pdu_data_t {
#define EXP_PDU_TAG_SS7_OPC_LEN 2
#define EXP_PDU_TAG_SS7_DPC_LEN 2
+#define EXP_PDU_TAG_ORIG_FNO_LEN 4
+
/**
* 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