diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /epan/dissectors/packet-h248_2.c | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-h248_2.c')
-rw-r--r-- | epan/dissectors/packet-h248_2.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-h248_2.c b/epan/dissectors/packet-h248_2.c index 00a03f25..ff429c2e 100644 --- a/epan/dissectors/packet-h248_2.c +++ b/epan/dissectors/packet-h248_2.c @@ -24,14 +24,14 @@ void proto_register_h248_dot2(void); #define PSNAME "H248_2" #define PFNAME "h248.2" -static int proto_h248_2 = -1; +static int proto_h248_2; -/* static int hf_h248_2_dtone_evt = -1; */ -static int hf_h248_2_dtone_dtt_obs_evt = -1; -static int hf_h248_2_dtone_dtt_obs_evt_val = -1; +/* static int hf_h248_2_dtone_evt; */ +static int hf_h248_2_dtone_dtt_obs_evt; +static int hf_h248_2_dtone_dtt_obs_evt_val; -static gint ett_h248_2 = -1; -static gint ett_h248_2_dtone_dtt_obs_evt = -1; +static int ett_h248_2; +static int ett_h248_2_dtone_dtt_obs_evt; static const value_string hf_h248_2_dtone_dtt_obs_evt_val_values[] = { @@ -129,7 +129,7 @@ void proto_register_h248_dot2(void) { }; - static gint *ett[] = { + static int *ett[] = { &ett_h248_2, &ett_h248_2_dtone_dtt_obs_evt, }; |