aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsmmap/packet-gsm_map-template.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-03-27 18:48:33 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-03-27 18:48:33 +0000
commit2bf7bd3a4504bffb7c86c83c9f8d030a28ff3f57 (patch)
treebad576e9af5ae85434749ea394cde343136b9528 /asn1/gsmmap/packet-gsm_map-template.c
parent57880f531ccc705d27340c21e0125ca9a1332319 (diff)
From Jacques, Olivier
Here is a patch for gsm_map dissector that adds USSD string decoding (mainly used in processUnstructuredSS-Request, UnstructuredSS-Request, UnstructuredSS-Notify). For now, it assumes that it will be GSM 7 bits. It re-use packet-gsm_sms.c "gsm_sms_char_7bit_unpack" and "gsm_sms_char_ascii_decode" functions, as well as packet-smpp.c "smpp_handle_dcs" function. svn path=/trunk/; revision=17739
Diffstat (limited to 'asn1/gsmmap/packet-gsm_map-template.c')
-rw-r--r--asn1/gsmmap/packet-gsm_map-template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/gsmmap/packet-gsm_map-template.c b/asn1/gsmmap/packet-gsm_map-template.c
index 112132d38a..487cd8a6aa 100644
--- a/asn1/gsmmap/packet-gsm_map-template.c
+++ b/asn1/gsmmap/packet-gsm_map-template.c
@@ -48,6 +48,8 @@
#include "packet-gsm_a.h"
#include "packet-tcap.h"
#include "packet-e212.h"
+#include "packet-smpp.h"
+#include "packet-gsm_sms.h"
#define PNAME "GSM Mobile Application"
#define PSNAME "GSM_MAP"