aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q932-ros.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-02-07 15:17:54 +0000
committerBill Meier <wmeier@newsguy.com>2009-02-07 15:17:54 +0000
commit42d8daee194ecaebfd075d71681c5e71f32a556a (patch)
treee05bdfc0e56375fc96950103c4e2d12a53a73695 /epan/dissectors/packet-q932-ros.c
parent35e5fa9bc1bcb6a21b7192bab5e6105ab7003132 (diff)
#include <epan/emem.h> not req'd ...
svn path=/trunk/; revision=27391
Diffstat (limited to 'epan/dissectors/packet-q932-ros.c')
-rw-r--r--epan/dissectors/packet-q932-ros.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-q932-ros.c b/epan/dissectors/packet-q932-ros.c
index f5cb93c36c..43a5d8356a 100644
--- a/epan/dissectors/packet-q932-ros.c
+++ b/epan/dissectors/packet-q932-ros.c
@@ -39,7 +39,6 @@
#include <epan/packet.h>
#include <epan/strutil.h>
-#include <epan/emem.h>
#include <epan/asn1.h>
#include "packet-ber.h"
@@ -79,7 +78,7 @@ static int hf_q932_ros_present = -1; /* INTEGER */
static int hf_q932_ros_InvokeId_present = -1; /* InvokeId_present */
/*--- End of included file: packet-q932-ros-hf.c ---*/
-#line 46 "packet-q932-ros-template.c"
+#line 45 "packet-q932-ros-template.c"
/* Initialize the subtree pointers */
@@ -97,7 +96,7 @@ static gint ett_q932_ros_T_problem = -1;
static gint ett_q932_ros_InvokeId = -1;
/*--- End of included file: packet-q932-ros-ett.c ---*/
-#line 49 "packet-q932-ros-template.c"
+#line 48 "packet-q932-ros-template.c"
/* Preferences */
@@ -666,7 +665,7 @@ static int dissect_ROS_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree
/*--- End of included file: packet-q932-ros-fn.c ---*/
-#line 64 "packet-q932-ros-template.c"
+#line 63 "packet-q932-ros-template.c"
/*--- dissect_q932_ros -----------------------------------------------------*/
static int dissect_q932_ros(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
@@ -781,7 +780,7 @@ void proto_register_q932_ros(void) {
"q932_ros.InvokeId_present", HFILL }},
/*--- End of included file: packet-q932-ros-hfarr.c ---*/
-#line 78 "packet-q932-ros-template.c"
+#line 77 "packet-q932-ros-template.c"
};
/* List of subtrees */
@@ -801,7 +800,7 @@ void proto_register_q932_ros(void) {
&ett_q932_ros_InvokeId,
/*--- End of included file: packet-q932-ros-ettarr.c ---*/
-#line 83 "packet-q932-ros-template.c"
+#line 82 "packet-q932-ros-template.c"
};
/* Register protocol and dissector */