diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
commit | a86c5f7cae7ec9a3398300555a0b644689d946a1 (patch) | |
tree | 39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /epan/dissectors/asn1/HI2Operations/HI2Operations.cnf | |
parent | Releasing progress-linux version 4.2.6-1~progress7.99u1. (diff) | |
download | wireshark-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/HI2Operations/HI2Operations.cnf')
-rw-r--r-- | epan/dissectors/asn1/HI2Operations/HI2Operations.cnf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/asn1/HI2Operations/HI2Operations.cnf b/epan/dissectors/asn1/HI2Operations/HI2Operations.cnf index b70a2c7d..db478bb2 100644 --- a/epan/dissectors/asn1/HI2Operations/HI2Operations.cnf +++ b/epan/dissectors/asn1/HI2Operations/HI2Operations.cnf @@ -33,12 +33,12 @@ GSMLocation/geoCoordinates/longitude geoCoordinates_longitude #.FN_HDR UUS1-Content /* Heuristic test to see if it's our content */ - gint8 tmp_class; + int8_t tmp_class; bool tmp_pc; - gint32 tmp_tag; + int32_t tmp_tag; int tmp_offset; - guint length = tvb_captured_length(tvb); - guint32 tmp_length; + unsigned length = tvb_captured_length(tvb); + uint32_t tmp_length; bool tmp_ind; /* Check for min length */ |