summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-isis.h')
-rw-r--r--epan/dissectors/packet-isis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-isis.h b/epan/dissectors/packet-isis.h
index 7eb526dd..a8409bd7 100644
--- a/epan/dissectors/packet-isis.h
+++ b/epan/dissectors/packet-isis.h
@@ -38,9 +38,9 @@
* Data given to subdissectors
*/
typedef struct isis_data {
- guint8 header_length;
- guint8 system_id_len;
- guint16 pdu_length;
+ uint8_t header_length;
+ uint8_t system_id_len;
+ uint16_t pdu_length;
proto_item *header_length_item;
expert_field *ei_bad_header_length;
} isis_data_t;