Initialize all hf's to -1, not 0.

svn path=/trunk/; revision=44962
This commit is contained in:
Chris Maynard 2012-09-18 00:33:19 +00:00
parent f8506c50c9
commit 048c68529c
1 changed files with 20 additions and 20 deletions

View File

@ -117,26 +117,26 @@ static gint ett_etch_struct = -1;
static gint ett_etch_keyvalue = -1;
static gint ett_etch_key = -1;
static gint ett_etch_value = -1;
static int hf_etch_sig = 0;
static int hf_etch_length = 0;
static int hf_etch_version = 0;
static int hf_etch_typecode = 0;
static int hf_etch_value = 0;
static int hf_etch_bytes = 0;
static int hf_etch_byte = 0;
static int hf_etch_short = 0;
static int hf_etch_int = 0;
static int hf_etch_long = 0;
static int hf_etch_float = 0;
static int hf_etch_double = 0;
static int hf_etch_key = 0;
static int hf_etch_valuename = 0;
static int hf_etch_keyname = 0;
static int hf_etch_string = 0;
static int hf_etch_keyvalue = 0;
static int hf_etch_struct = 0;
static int hf_etch_dim = 0;
static int hf_etch_symbol = 0;
static int hf_etch_sig = -1;
static int hf_etch_length = -1;
static int hf_etch_version = -1;
static int hf_etch_typecode = -1;
static int hf_etch_value = -1;
static int hf_etch_bytes = -1;
static int hf_etch_byte = -1;
static int hf_etch_short = -1;
static int hf_etch_int = -1;
static int hf_etch_long = -1;
static int hf_etch_float = -1;
static int hf_etch_double = -1;
static int hf_etch_key = -1;
static int hf_etch_valuename = -1;
static int hf_etch_keyname = -1;
static int hf_etch_string = -1;
static int hf_etch_keyvalue = -1;
static int hf_etch_struct = -1;
static int hf_etch_dim = -1;
static int hf_etch_symbol = -1;
/*
* internal fields/defines for dissector