From d85e738bb5b9d0ddcc9c33e92f8afc35d70cb351 Mon Sep 17 00:00:00 2001 From: Vivien Voros Date: Tue, 22 Aug 2023 13:31:13 +0200 Subject: [PATCH] edit the value of the S7COMM --- Packet++/header/ProtocolType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packet++/header/ProtocolType.h b/Packet++/header/ProtocolType.h index 101870da64..31dc821ed2 100644 --- a/Packet++/header/ProtocolType.h +++ b/Packet++/header/ProtocolType.h @@ -330,7 +330,7 @@ namespace pcpp /** * S7COMM protocol */ - const ProtocolType S7COMM = 0x9000000000000; + const ProtocolType S7COMM = 0x10000000000000; /** * An enum representing OSI model layers