aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-01-28 20:52:52 +0000
committerBill Meier <wmeier@newsguy.com>2009-01-28 20:52:52 +0000
commit9d721959b7ab9979f9ea87129e1b739bac033a1c (patch)
treeabec11de5660da166b56feea1d3be96e0914686e /epan/dissectors/packet-q932.c
parentd830d2884e070bc040fcabba43c7c7a9339e89b6 (diff)
#include prefs.h not req'd
svn path=/trunk/; revision=27322
Diffstat (limited to 'epan/dissectors/packet-q932.c')
-rw-r--r--epan/dissectors/packet-q932.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-q932.c b/epan/dissectors/packet-q932.c
index 3c1b3ef536..c9321c0634 100644
--- a/epan/dissectors/packet-q932.c
+++ b/epan/dissectors/packet-q932.c
@@ -36,7 +36,6 @@
#endif
#include <epan/packet.h>
-#include <epan/prefs.h>
#include <epan/strutil.h>
#include <epan/emem.h>
#include <epan/asn1.h>
@@ -97,7 +96,7 @@ static int hf_q932_destinationEntity = -1; /* EntityType */
static int hf_q932_destinationEntityAddress = -1; /* AddressInformation */
/*--- End of included file: packet-q932-hf.c ---*/
-#line 51 "packet-q932-template.c"
+#line 50 "packet-q932-template.c"
/* Initialize the subtree pointers */
static gint ett_q932 = -1;
@@ -120,7 +119,7 @@ static gint ett_q932_UserSpecifiedSubaddress = -1;
static gint ett_q932_NetworkFacilityExtension_U = -1;
/*--- End of included file: packet-q932-ett.c ---*/
-#line 56 "packet-q932-template.c"
+#line 55 "packet-q932-template.c"
/* Preferences */
@@ -636,7 +635,7 @@ static void dissect_InterpretationComponent_PDU(tvbuff_t *tvb _U_, packet_info *
/*--- End of included file: packet-q932-fn.c ---*/
-#line 126 "packet-q932-template.c"
+#line 125 "packet-q932-template.c"
/*--- dissect_q932_facility_ie -------------------------------------------------------*/
/*static*/ void
@@ -958,7 +957,7 @@ void proto_register_q932(void) {
"q932.AddressInformation", HFILL }},
/*--- End of included file: packet-q932-hfarr.c ---*/
-#line 295 "packet-q932-template.c"
+#line 294 "packet-q932-template.c"
};
/* List of subtrees */
@@ -983,7 +982,7 @@ void proto_register_q932(void) {
&ett_q932_NetworkFacilityExtension_U,
/*--- End of included file: packet-q932-ettarr.c ---*/
-#line 302 "packet-q932-template.c"
+#line 301 "packet-q932-template.c"
};
/* Register protocol and dissector */