Minor cleanup mostly related to proto_reg_handoff
[obnox/wireshark/wip.git] / asn1 / rrlp / packet-rrlp-template.c
index 4c96d072069daf355fa723c2f3258062111195f7..415954d28aed67e63fa8cc589d4025fffe35e489 100644 (file)
 #include <glib.h>
 #include <epan/packet.h>
 #include <epan/conversation.h>
+#include <epan/asn1.h>
 
 #include <stdio.h>
 #include <string.h>
 
-#include "packet-rrlp.h"
-
 #include "packet-ber.h"
 #include "packet-per.h"
-#include "packet-gsm_map.h"
+#include "packet-gsm_a_common.h"
 
 #define PNAME  "Radio Resource LCS Protocol (RRLP)"
 #define PSNAME "RRLP"
@@ -54,8 +53,6 @@
 #pragma warning(disable:4146)
 #endif
 
-static dissector_handle_t rrlp_handle=NULL;
-
 
 /* Initialize the protocol and registered fields */
 static int proto_rrlp = -1;
@@ -107,9 +104,6 @@ void
 proto_reg_handoff_rrlp(void)
 {
 
-       rrlp_handle = create_dissector_handle(dissect_PDU_PDU, proto_rrlp);
-
-
 }