Skip to content

Commit

Permalink
DoIP: Adding 2019 DoIP Type
Browse files Browse the repository at this point in the history
Adding ISO13400-2019 DoIP Version 3.
  • Loading branch information
LarsVoelker authored and Wireshark GitLab Utility committed Jan 12, 2021
1 parent 5d81057 commit 69710ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions epan/dissectors/packet-doip.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ void proto_reg_handoff_doip(void);
#define RESERVED_VER 0x00
#define ISO13400_2010 0x01
#define ISO13400_2012 0x02
#define ISO13400_2019 0x03
#define DEFAULT_VALUE 0xFF


Expand Down Expand Up @@ -177,6 +178,7 @@ static const value_string doip_versions[] = {
{ RESERVED_VER, "Reserved" },
{ ISO13400_2010, "DoIP ISO/DIS 13400-2:2010" },
{ ISO13400_2012, "DoIP ISO 13400-2:2012" },
{ ISO13400_2019, "DoIP ISO 13400-2:2019" },
{ DEFAULT_VALUE, "Default value for vehicle identification request messages" },
{ 0, NULL }
};
Expand Down

0 comments on commit 69710ff

Please sign in to comment.