aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso15765.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-iso15765.h')
-rw-r--r--epan/dissectors/packet-iso15765.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/epan/dissectors/packet-iso15765.h b/epan/dissectors/packet-iso15765.h
index 3aebecc90c..2ada7e5eab 100644
--- a/epan/dissectors/packet-iso15765.h
+++ b/epan/dissectors/packet-iso15765.h
@@ -10,22 +10,24 @@
#ifndef __PACKET_ISO15765_H__
#define __PACKET_ISO15765_H__
-#define ISO15765_TYPE_NONE 0
-#define ISO15765_TYPE_CAN 1
-#define ISO15765_TYPE_CAN_FD 2
-#define ISO15765_TYPE_LIN 3
-#define ISO15765_TYPE_FLEXRAY 4
+#define ISO15765_TYPE_NONE 0
+#define ISO15765_TYPE_CAN 1
+#define ISO15765_TYPE_CAN_FD 2
+#define ISO15765_TYPE_LIN 3
+#define ISO15765_TYPE_FLEXRAY 4
+#define ISO15765_TYPE_IPDUM 5
+#define ISO15765_TYPE_PDU_TRANSPORT 6
-struct iso15765_info {
+
+typedef struct _iso15765_info {
guint32 bus_type;
guint32 id;
guint32 len;
guint16 target_address;
guint16 source_address;
guint8 number_of_addresses_valid;
-};
-
-typedef struct iso15765_info iso15765_info_t;
+ guint8 address_length;
+} iso15765_info_t;
#endif /* __PACKET_ISO15765_H__ */