Added missing include <string.h>.

svn path=/trunk/; revision=33690
This commit is contained in:
Stig Bjørlykke 2010-08-02 08:46:36 +00:00
parent 9092ed1aa2
commit 33099036fe
2 changed files with 7 additions and 5 deletions

View File

@ -50,6 +50,7 @@
# include "config.h"
#endif
#include <string.h>
#include <ctype.h>
#include <glib.h>

View File

@ -58,6 +58,7 @@
# include "config.h"
#endif
#include <string.h>
#include <ctype.h>
#include <glib.h>
@ -294,7 +295,7 @@ static int hf_snmp_priority = -1; /* INTEGER_M1_2147483647 */
static int hf_snmp_operation = -1; /* T_operation */
/*--- End of included file: packet-snmp-hf.c ---*/
#line 220 "packet-snmp-template.c"
#line 221 "packet-snmp-template.c"
static int hf_smux_version = -1;
static int hf_smux_pdutype = -1;
@ -337,7 +338,7 @@ static gint ett_snmp_SimpleOpen_U = -1;
static gint ett_snmp_RReqPDU_U = -1;
/*--- End of included file: packet-snmp-ett.c ---*/
#line 239 "packet-snmp-template.c"
#line 240 "packet-snmp-template.c"
static const true_false_string auth_flags = {
"OK",
@ -2700,7 +2701,7 @@ static void dissect_SMUX_PDUs_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*--- End of included file: packet-snmp-fn.c ---*/
#line 1480 "packet-snmp-template.c"
#line 1481 "packet-snmp-template.c"
guint
@ -3555,7 +3556,7 @@ void proto_register_snmp(void) {
NULL, HFILL }},
/*--- End of included file: packet-snmp-hfarr.c ---*/
#line 2070 "packet-snmp-template.c"
#line 2071 "packet-snmp-template.c"
};
/* List of subtrees */
@ -3595,7 +3596,7 @@ void proto_register_snmp(void) {
&ett_snmp_RReqPDU_U,
/*--- End of included file: packet-snmp-ettarr.c ---*/
#line 2086 "packet-snmp-template.c"
#line 2087 "packet-snmp-template.c"
};
module_t *snmp_module;