summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rwxr-xr-xsrc/common/Network/Packet/TcpHeader.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/Network/Packet/TcpHeader.h b/src/common/Network/Packet/TcpHeader.h
index c19cd262..97575a60 100755
--- a/src/common/Network/Packet/TcpHeader.h
+++ b/src/common/Network/Packet/TcpHeader.h
@@ -23,6 +23,11 @@ class TCPHeader
{
public:
+ enum TCPHeader_enum_t
+ {
+ TCP_INVALID_PORT = 0
+ };
+
TCPHeader(){}
TCPHeader(uint16_t argSourcePort,