summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hsfz.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-hsfz.h')
-rw-r--r--epan/dissectors/packet-hsfz.h4
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__ */