aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h283.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-h283.c
parentd830d2884e070bc040fcabba43c7c7a9339e89b6 (diff)
#include prefs.h not req'd
svn path=/trunk/; revision=27322
Diffstat (limited to 'epan/dissectors/packet-h283.c')
-rw-r--r--epan/dissectors/packet-h283.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h283.c b/epan/dissectors/packet-h283.c
index 7a20653c96..8f35e58351 100644
--- a/epan/dissectors/packet-h283.c
+++ b/epan/dissectors/packet-h283.c
@@ -37,7 +37,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <epan/prefs.h>
#include <epan/conversation.h>
#include <epan/oids.h>
#include <epan/asn1.h>
@@ -90,7 +89,7 @@ static int hf_h283_deviceListResp = -1; /* T_deviceListResp */
static int hf_h283_deviceChange = -1; /* NULL */
/*--- End of included file: packet-h283-hf.c ---*/
-#line 49 "packet-h283-template.c"
+#line 48 "packet-h283-template.c"
/* Initialize the subtree pointers */
static int ett_h283 = -1;
@@ -113,7 +112,7 @@ static gint ett_h283_LCTIndication = -1;
static gint ett_h283_NonStandardMessage = -1;
/*--- End of included file: packet-h283-ett.c ---*/
-#line 53 "packet-h283-template.c"
+#line 52 "packet-h283-template.c"
/* Subdissectors */
static dissector_handle_t rdc_pdu_handle;
@@ -571,7 +570,7 @@ static int dissect_LCTPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
/*--- End of included file: packet-h283-fn.c ---*/
-#line 62 "packet-h283-template.c"
+#line 61 "packet-h283-template.c"
static int
dissect_h283_udp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -728,7 +727,7 @@ void proto_register_h283(void) {
"h283.NULL", HFILL }},
/*--- End of included file: packet-h283-hfarr.c ---*/
-#line 86 "packet-h283-template.c"
+#line 85 "packet-h283-template.c"
};
/* List of subtrees */
@@ -753,7 +752,7 @@ void proto_register_h283(void) {
&ett_h283_NonStandardMessage,
/*--- End of included file: packet-h283-ettarr.c ---*/
-#line 92 "packet-h283-template.c"
+#line 91 "packet-h283-template.c"
};
/* Register protocol */