aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-smpp.h')
-rw-r--r--epan/dissectors/packet-smpp.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smpp.h b/epan/dissectors/packet-smpp.h
index e5a727c0fd..548116d77c 100644
--- a/epan/dissectors/packet-smpp.h
+++ b/epan/dissectors/packet-smpp.h
@@ -26,10 +26,18 @@
#ifndef __PACKET_SMPP_H_
#define __PACKET_SMPP_H_
+#include "packet-gsm_sms.h"
+
+typedef struct _smpp_data_t {
+ gboolean udhi;
+ guint encoding;
+ gsm_sms_udh_fields_t *udh_fields;
+} smpp_data_t;
+
/*
* Export dissection of some parameters
*/
-void smpp_handle_dcs(proto_tree *tree, tvbuff_t *tvb, int *offset, guint8 *dataCoding);
+void smpp_handle_dcs(proto_tree *tree, tvbuff_t *tvb, int *offset, guint *encoding);
/* Tap Record */