From Michael Lum: dissect DTAP from RANAP NAS PDU fields.

svn path=/trunk/; revision=8835
This commit is contained in:
Guy Harris 2003-10-30 19:39:33 +00:00
parent ae389a9b32
commit c25707861d
1 changed files with 2 additions and 1 deletions

View File

@ -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");
}