aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h460.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-07 14:33:47 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-07 14:33:47 +0000
commit2209d8140a65a4957613e2afb657bf5c13da8933 (patch)
tree659931f75321dfd7d2cbb1e009a8a5010a9acc32 /epan/dissectors/packet-h460.c
parent31bd65544f4b94a136c6021f8a06444c55351e0c (diff)
#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h460.c')
-rw-r--r--epan/dissectors/packet-h460.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h460.c b/epan/dissectors/packet-h460.c
index cf91a3d93c..fcc39b73bd 100644
--- a/epan/dissectors/packet-h460.c
+++ b/epan/dissectors/packet-h460.c
@@ -37,7 +37,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <epan/conversation.h>
#include <epan/oids.h>
#include <epan/asn1.h>
@@ -260,7 +259,7 @@ static int hf_h460_21_capability = -1; /* Capability */
static int hf_h460_21_sourceAddress = -1; /* UnicastAddress */
/*--- End of included file: packet-h460-hf.c ---*/
-#line 51 "packet-h460-template.c"
+#line 50 "packet-h460-template.c"
/* Initialize the subtree pointers */
@@ -357,7 +356,7 @@ static gint ett_h460_21_SEQUENCE_SIZE_1_256_OF_Capability = -1;
static gint ett_h460_21_TransmitCapabilities = -1;
/*--- End of included file: packet-h460-ett.c ---*/
-#line 54 "packet-h460-template.c"
+#line 53 "packet-h460-template.c"
/* Subdissectors */
static dissector_handle_t q931_ie_handle = NULL;
@@ -1968,7 +1967,7 @@ static int dissect_h460_21_CapabilityAdvertisement_PDU(tvbuff_t *tvb _U_, packet
/*--- End of included file: packet-h460-fn.c ---*/
-#line 60 "packet-h460-template.c"
+#line 59 "packet-h460-template.c"
static int
dissect_ies(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
@@ -2873,7 +2872,7 @@ void proto_register_h460(void) {
"h245.UnicastAddress", HFILL }},
/*--- End of included file: packet-h460-hfarr.c ---*/
-#line 250 "packet-h460-template.c"
+#line 249 "packet-h460-template.c"
};
/* List of subtrees */
@@ -2972,7 +2971,7 @@ void proto_register_h460(void) {
&ett_h460_21_TransmitCapabilities,
/*--- End of included file: packet-h460-ettarr.c ---*/
-#line 255 "packet-h460-template.c"
+#line 254 "packet-h460-template.c"
};
/* Register protocol */