aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ecp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ecp.c')
-rw-r--r--epan/dissectors/packet-ecp.c82
1 files changed, 41 insertions, 41 deletions
diff --git a/epan/dissectors/packet-ecp.c b/epan/dissectors/packet-ecp.c
index 2917bd1255..87c951103e 100644
--- a/epan/dissectors/packet-ecp.c
+++ b/epan/dissectors/packet-ecp.c
@@ -24,47 +24,47 @@ void proto_reg_handoff_vdp(void);
static dissector_handle_t ecp_handle;
static dissector_handle_t vdp_handle;
-static int proto_ecp = -1;
-static int hf_ecp_version = -1;
-static int hf_ecp_op = -1;
-static int hf_ecp_subtype = -1;
-static int hf_ecp_seqno = -1;
-
-static int proto_vdp = -1;
-static int hf_vdp_tlv_type = -1;
-static int hf_vdp_tlv_len = -1;
-static int hf_vdp_tlv_assoc_reason = -1;
-static int hf_vdp_vidstr_ps = -1;
-static int hf_vdp_vidstr_pcp = -1;
-static int hf_vdp_vidstr_vid = -1;
-static int hf_vdp_vsitypeid = -1;
-static int hf_vdp_vsiversion = -1;
-static int hf_vdp_vsiid_format = -1;
-static int hf_vdp_vsiid = -1;
-static int hf_vdp_filter_format = -1;
-static int hf_vdp_assoc_mac_id = -1;
-static int hf_vdp_manager_id = -1;
-static int hf_vdp_data = -1;
-static int hf_vdp_tlv_org_oui = -1;
-static int hf_vdp_tlv_oracle_subtype = -1;
-static int hf_vdp_tlv_assoc_flag_mbit = -1;
-static int hf_vdp_tlv_assoc_flag_sbit = -1;
-static int hf_vdp_tlv_assoc_flag_req_rsp = -1;
-static int hf_vdp_tlv_assoc_request_flags = -1;
-static int hf_vdp_tlv_assoc_flag_hard_error = -1;
-static int hf_vdp_tlv_assoc_flag_keep = -1;
-static int hf_vdp_tlv_assoc_error = -1;
-static int hf_vdp_tlv_assoc_response_flags = -1;
-
-static int hf_oui_oracle_encoding = -1;
-
-static gint ett_ecp = -1;
-static gint ett_vdp_tlv = -1;
-static gint ett_vdp_tlv_assoc = -1;
-static gint ett_vdp_tlv_org = -1;
-static gint ett_vdp_assoc_flags = -1;
-
-static expert_field ei_vdp_tlvlen_bad = EI_INIT;
+static int proto_ecp;
+static int hf_ecp_version;
+static int hf_ecp_op;
+static int hf_ecp_subtype;
+static int hf_ecp_seqno;
+
+static int proto_vdp;
+static int hf_vdp_tlv_type;
+static int hf_vdp_tlv_len;
+static int hf_vdp_tlv_assoc_reason;
+static int hf_vdp_vidstr_ps;
+static int hf_vdp_vidstr_pcp;
+static int hf_vdp_vidstr_vid;
+static int hf_vdp_vsitypeid;
+static int hf_vdp_vsiversion;
+static int hf_vdp_vsiid_format;
+static int hf_vdp_vsiid;
+static int hf_vdp_filter_format;
+static int hf_vdp_assoc_mac_id;
+static int hf_vdp_manager_id;
+static int hf_vdp_data;
+static int hf_vdp_tlv_org_oui;
+static int hf_vdp_tlv_oracle_subtype;
+static int hf_vdp_tlv_assoc_flag_mbit;
+static int hf_vdp_tlv_assoc_flag_sbit;
+static int hf_vdp_tlv_assoc_flag_req_rsp;
+static int hf_vdp_tlv_assoc_request_flags;
+static int hf_vdp_tlv_assoc_flag_hard_error;
+static int hf_vdp_tlv_assoc_flag_keep;
+static int hf_vdp_tlv_assoc_error;
+static int hf_vdp_tlv_assoc_response_flags;
+
+static int hf_oui_oracle_encoding;
+
+static gint ett_ecp;
+static gint ett_vdp_tlv;
+static gint ett_vdp_tlv_assoc;
+static gint ett_vdp_tlv_org;
+static gint ett_vdp_assoc_flags;
+
+static expert_field ei_vdp_tlvlen_bad;
static dissector_table_t ecp_subdissector_table;