aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gsm_a.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-30 19:39:33 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-30 19:39:33 +0000
commitc25707861db6277d1e2024d539088d378ba147d8 (patch)
treef4927dbfaf38bae7e17824de0a2ceae216537375 /packet-gsm_a.c
parentae389a9b32b36e44cc10ad1c5ffce35ee9b3602e (diff)
From Michael Lum: dissect DTAP from RANAP NAS PDU fields.
svn path=/trunk/; revision=8835
Diffstat (limited to 'packet-gsm_a.c')
-rw-r--r--packet-gsm_a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-gsm_a.c b/packet-gsm_a.c
index 0724a40f86..e650ef8dbd 100644
--- a/packet-gsm_a.c
+++ b/packet-gsm_a.c
@@ -38,7 +38,7 @@
* Formats and coding
* (3GPP TS 24.080 version 4.3.0 Release 4)
*
- * $Id: packet-gsm_a.c,v 1.2 2003/10/30 11:21:26 guy Exp $
+ * $Id: packet-gsm_a.c,v 1.3 2003/10/30 19:39:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -9773,6 +9773,7 @@ proto_reg_handoff_gsm_a(void)
dissector_add("bssap.pdu_type", BSSAP_PDU_TYPE_BSSMAP, bssmap_handle);
dissector_add("bssap.pdu_type", BSSAP_PDU_TYPE_DTAP, dtap_handle);
+ dissector_add("ranap.nas_pdu", BSSAP_PDU_TYPE_DTAP, dtap_handle);
data_handle = find_dissector("data");
}