diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
commit | c4e8a3222648fcf22ca207f1815ebbf7cd144eeb (patch) | |
tree | 93d5c6aa93d9987680dd1adad5685e2ad698f223 /epan/dissectors/packet-hsfz.h | |
parent | Adding upstream version 4.2.6. (diff) | |
download | wireshark-upstream.tar.xz wireshark-upstream.zip |
Adding upstream version 4.4.0.upstream/4.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-hsfz.h')
-rw-r--r-- | epan/dissectors/packet-hsfz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-hsfz.h b/epan/dissectors/packet-hsfz.h index ea6a0fd5..2249d6f4 100644 --- a/epan/dissectors/packet-hsfz.h +++ b/epan/dissectors/packet-hsfz.h @@ -16,8 +16,8 @@ #define __PACKET_HSFZ_H__ typedef struct hsfz_info { - guint8 target_address; - guint8 source_address; + uint8_t target_address; + uint8_t source_address; } hsfz_info_t; #endif /* __PACKET_HSFZ_H__ */ |