aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-06-19 21:49:12 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-06-19 21:49:12 +0000
commit014e2deec6cab710eaf28bfab891c0d6d36f11b4 (patch)
treecadf0f762d1c26edf86c075225889dcc56135dd5 /epan/exported_pdu.h
parent19d2f6dac4c84a5c24aaf2c39cf790b3e6f4a366 (diff)
Add export of SS7 OPC/DPC
svn path=/trunk/; revision=50060
Diffstat (limited to 'epan/exported_pdu.h')
-rw-r--r--epan/exported_pdu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index c6399da35e..bff1d576b7 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -124,8 +124,8 @@ typedef struct _exp_pdu_data_t {
#define EXP_PDU_TAG_SCTP_PPID_LEN 4
-#define EXP_PDU_TAG_SS7_OPC_LEN 4
-#define EXP_PDU_TAG_SS7_DPC_LEN 4
+#define EXP_PDU_TAG_SS7_OPC_LEN 8 /* 4 bytes PC, 2 bytes standard type, 1 byte NI, 1 byte padding */
+#define EXP_PDU_TAG_SS7_DPC_LEN 8 /* 4 bytes PC, 2 bytes standard type, 1 byte NI, 1 byte padding */
#define EXP_PDU_TAG_ORIG_FNO_LEN 4