aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-05-14 19:57:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-05-14 19:57:19 +0000
commit8e509279b899720a94ffc466b49c0955222befe1 (patch)
tree546abfb2471636d97530060b6ad75c9cbf4f0515 /epan/exported_pdu.h
parentcd01af1357a5587b22c4af3e43d82c27771add13 (diff)
Add a tag for original frame number.
svn path=/trunk/; revision=49298
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