summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h282/h282.cnf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /epan/dissectors/asn1/h282/h282.cnf
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz
wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/asn1/h282/h282.cnf')
-rw-r--r--epan/dissectors/asn1/h282/h282.cnf12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/asn1/h282/h282.cnf b/epan/dissectors/asn1/h282/h282.cnf
index 10aeae36..6cfb716a 100644
--- a/epan/dissectors/asn1/h282/h282.cnf
+++ b/epan/dissectors/asn1/h282/h282.cnf
@@ -25,8 +25,8 @@ CameraFilterCapability/filterTextLabel/_item/filterTextLabel ABBREV=filterTextLa
#.FN_PARS RequestPDU
VAL_PTR = &msg_type
#.FN_HDR
- gint32 msg_type = -1;
- const gchar *p = NULL;
+ int32_t msg_type = -1;
+ const char *p = NULL;
#.FN_FTR
p = try_val_to_str(msg_type, VALS(h282_RequestPDU_vals));
if (p)
@@ -36,8 +36,8 @@ CameraFilterCapability/filterTextLabel/_item/filterTextLabel ABBREV=filterTextLa
#.FN_PARS ResponsePDU
VAL_PTR = &msg_type
#.FN_HDR
- gint32 msg_type = -1;
- const gchar *p = NULL;
+ int32_t msg_type = -1;
+ const char *p = NULL;
#.FN_FTR
p = try_val_to_str(msg_type, VALS(h282_ResponsePDU_vals));
if (p)
@@ -47,8 +47,8 @@ CameraFilterCapability/filterTextLabel/_item/filterTextLabel ABBREV=filterTextLa
#.FN_PARS IndicationPDU
VAL_PTR = &msg_type
#.FN_HDR
- gint32 msg_type = -1;
- const gchar *p = NULL;
+ int32_t msg_type = -1;
+ const char *p = NULL;
#.FN_FTR
p = try_val_to_str(msg_type, VALS(h282_IndicationPDU_vals));
if (p)