aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450-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-h450-ros.c
parent35e5fa9bc1bcb6a21b7192bab5e6105ab7003132 (diff)
#include <epan/emem.h> not req'd ...
svn path=/trunk/; revision=27391
Diffstat (limited to 'epan/dissectors/packet-h450-ros.c')
-rw-r--r--epan/dissectors/packet-h450-ros.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h450-ros.c b/epan/dissectors/packet-h450-ros.c
index 24ed803318..83b3a6e261 100644
--- a/epan/dissectors/packet-h450-ros.c
+++ b/epan/dissectors/packet-h450-ros.c
@@ -39,7 +39,6 @@
#include <epan/packet.h>
#include <epan/strutil.h>
-#include <epan/emem.h>
#include <epan/asn1.h>
#include "packet-per.h"
@@ -75,7 +74,7 @@ static int hf_h450_ros_returnResultProblem = -1; /* ReturnResultProblem */
static int hf_h450_ros_returnErrorProblem = -1; /* ReturnErrorProblem */
/*--- End of included file: packet-h450-ros-hf.c ---*/
-#line 46 "packet-h450-ros-template.c"
+#line 45 "packet-h450-ros-template.c"
/* Initialize the subtree pointers */
@@ -91,7 +90,7 @@ static gint ett_h450_ros_Reject = -1;
static gint ett_h450_ros_T_problem = -1;
/*--- End of included file: packet-h450-ros-ett.c ---*/
-#line 49 "packet-h450-ros-template.c"
+#line 48 "packet-h450-ros-template.c"
/* Preferences */
@@ -570,7 +569,7 @@ dissect_h450_ros_ROS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, pr
/*--- End of included file: packet-h450-ros-fn.c ---*/
-#line 76 "packet-h450-ros-template.c"
+#line 75 "packet-h450-ros-template.c"
/*--- proto_register_h450_ros -----------------------------------------------*/
void proto_register_h450_ros(void) {
@@ -662,7 +661,7 @@ void proto_register_h450_ros(void) {
"h450_ros.ReturnErrorProblem", HFILL }},
/*--- End of included file: packet-h450-ros-hfarr.c ---*/
-#line 83 "packet-h450-ros-template.c"
+#line 82 "packet-h450-ros-template.c"
};
/* List of subtrees */
@@ -680,7 +679,7 @@ void proto_register_h450_ros(void) {
&ett_h450_ros_T_problem,
/*--- End of included file: packet-h450-ros-ettarr.c ---*/
-#line 88 "packet-h450-ros-template.c"
+#line 87 "packet-h450-ros-template.c"
};
/* Register protocol and dissector */