aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-07 16:54:29 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-07 16:54:29 +0000
commit6047174dce5c8b399a00e70ea4755278a2b422f9 (patch)
treefc7077cfdf576673863c1af98e0381262faeb905 /epan/dissectors/packet-h450.c
parentd6666c6d406a9a9d8cabf5185a379336b9e46e1c (diff)
#include <string.h> and/or #include <stdio.h> not needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32417 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h450.c')
-rw-r--r--epan/dissectors/packet-h450.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/epan/dissectors/packet-h450.c b/epan/dissectors/packet-h450.c
index 6c62f89aa3..1e5b3b6155 100644
--- a/epan/dissectors/packet-h450.c
+++ b/epan/dissectors/packet-h450.c
@@ -43,7 +43,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <string.h>
#include <epan/asn1.h>
#include "packet-per.h"
@@ -448,7 +447,7 @@ static int hf_h450_12_ssMWICallbackCall = -1; /* NULL */
static int hf_h450_12_ssCISilentMonitorPermitted = -1; /* NULL */
/*--- End of included file: packet-h450-hf.c ---*/
-#line 55 "packet-h450-template.c"
+#line 54 "packet-h450-template.c"
/* Initialize the subtree pointers */
@@ -626,7 +625,7 @@ static gint ett_h450_12_FeatureValues = -1;
static gint ett_h450_12_FeatureControl = -1;
/*--- End of included file: packet-h450-ett.c ---*/
-#line 58 "packet-h450-template.c"
+#line 57 "packet-h450-template.c"
static const value_string h450_str_operation[] = {
@@ -729,7 +728,7 @@ static const value_string h450_str_operation[] = {
{ 85, "cmnInform" },
/*--- End of included file: packet-h450-table10.c ---*/
-#line 61 "packet-h450-template.c"
+#line 60 "packet-h450-template.c"
{ 0, NULL}
};
@@ -817,7 +816,7 @@ static const value_string h450_str_error[] = {
/* Unknown or empty loop list ERROR */
/*--- End of included file: packet-h450-table20.c ---*/
-#line 66 "packet-h450-template.c"
+#line 65 "packet-h450-template.c"
{ 0, NULL}
};
@@ -4482,7 +4481,7 @@ static int dissect_h450_12_CmnArg_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-h450-fn.c ---*/
-#line 75 "packet-h450-template.c"
+#line 74 "packet-h450-template.c"
typedef struct _h450_op_t {
gint32 opcode;
@@ -4591,7 +4590,7 @@ static const h450_op_t h450_op_tab[] = {
/* cmnInform */ { 85, dissect_h450_12_CmnArg_PDU, NULL },
/*--- End of included file: packet-h450-table11.c ---*/
-#line 84 "packet-h450-template.c"
+#line 83 "packet-h450-template.c"
};
typedef struct _h450_err_t {
@@ -4683,7 +4682,7 @@ static const h450_err_t h450_err_tab[] = {
/* Unknown or empty loop list ERROR */
/*--- End of included file: packet-h450-table21.c ---*/
-#line 93 "packet-h450-template.c"
+#line 92 "packet-h450-template.c"
};
static const h450_op_t *get_op(gint32 opcode) {
@@ -6276,7 +6275,7 @@ void proto_register_h450(void) {
"h450_12.NULL", HFILL }},
/*--- End of included file: packet-h450-hfarr.c ---*/
-#line 253 "packet-h450-template.c"
+#line 252 "packet-h450-template.c"
};
/* List of subtrees */
@@ -6456,7 +6455,7 @@ void proto_register_h450(void) {
&ett_h450_12_FeatureControl,
/*--- End of included file: packet-h450-ettarr.c ---*/
-#line 258 "packet-h450-template.c"
+#line 257 "packet-h450-template.c"
};