summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-lppa.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-12-23 00:32:58 -0500
committerBill Meier <wmeier@newsguy.com>2014-12-23 05:39:00 +0000
commitdd859eada4bd1dd563c2b40ea5aa43adac5d01a8 (patch)
tree8e439521218764d94ba45d4d153d29bb663ce096 /epan/dissectors/packet-lppa.c
parent17582d345da954b5b4c8ed2b561dc279cf364562 (diff)
downloadwireshark-dd859eada4bd1dd563c2b40ea5aa43adac5d01a8.tar.gz
asn1 generated dissectors: cleanup #include usage
Change-Id: I36b2731d67f9345d2fd0c23800bba7d2be94c387 Reviewed-on: https://code.wireshark.org/review/6008 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-lppa.c')
-rw-r--r--epan/dissectors/packet-lppa.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/epan/dissectors/packet-lppa.c b/epan/dissectors/packet-lppa.c
index 82e9f1bc94..333d7b8910 100644
--- a/epan/dissectors/packet-lppa.c
+++ b/epan/dissectors/packet-lppa.c
@@ -34,7 +34,6 @@
#include "config.h"
-#include <glib.h>
#include <epan/packet.h>
#include <epan/asn1.h>
@@ -187,7 +186,7 @@ static int hf_lppa_oTDOA_Information_Type_Item = -1; /* OTDOA_Information_Item
static int hf_lppa_privateIEs = -1; /* PrivateIE_Container */
/*--- End of included file: packet-lppa-hf.c ---*/
-#line 46 "../../asn1/lppa/packet-lppa-template.c"
+#line 45 "../../asn1/lppa/packet-lppa-template.c"
/* Initialize the subtree pointers */
static gint ett_lppa = -1;
@@ -248,7 +247,7 @@ static gint ett_lppa_ErrorIndication = -1;
static gint ett_lppa_PrivateMessage = -1;
/*--- End of included file: packet-lppa-ett.c ---*/
-#line 50 "../../asn1/lppa/packet-lppa-template.c"
+#line 49 "../../asn1/lppa/packet-lppa-template.c"
/* Global variables */
static guint32 ProcedureCode;
@@ -304,7 +303,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-lppa-val.h ---*/
-#line 63 "../../asn1/lppa/packet-lppa-template.c"
+#line 62 "../../asn1/lppa/packet-lppa-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
@@ -2304,7 +2303,7 @@ static int dissect_PrivateMessage_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-lppa-fn.c ---*/
-#line 70 "../../asn1/lppa/packet-lppa-template.c"
+#line 69 "../../asn1/lppa/packet-lppa-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
@@ -2865,7 +2864,7 @@ void proto_register_lppa(void) {
"PrivateIE_Container", HFILL }},
/*--- End of included file: packet-lppa-hfarr.c ---*/
-#line 98 "../../asn1/lppa/packet-lppa-template.c"
+#line 97 "../../asn1/lppa/packet-lppa-template.c"
};
/* List of subtrees */
@@ -2928,7 +2927,7 @@ void proto_register_lppa(void) {
&ett_lppa_PrivateMessage,
/*--- End of included file: packet-lppa-ettarr.c ---*/
-#line 104 "../../asn1/lppa/packet-lppa-template.c"
+#line 103 "../../asn1/lppa/packet-lppa-template.c"
};
/* Register protocol */
@@ -2985,5 +2984,5 @@ proto_reg_handoff_lppa(void)
/*--- End of included file: packet-lppa-dis-tab.c ---*/
-#line 126 "../../asn1/lppa/packet-lppa-template.c"
+#line 125 "../../asn1/lppa/packet-lppa-template.c"
}