First steps for network server packet validation.

This commit is contained in:
lotodore
2012-12-31 16:31:26 +01:00
parent 4173af3be7
commit 4431efbbd8
5 changed files with 1126 additions and 8 deletions
+2
View File
@@ -71,6 +71,7 @@ HEADERS += \
src/net/clientthread.h \
src/net/genericsocket.h \
src/net/netpacket.h \
src/net/netpacketvalidator.h \
src/net/senderhelper.h \
src/net/sendercallback.h \
src/net/serverexception.h \
@@ -175,6 +176,7 @@ SOURCES += \
src/net/common/downloadhelper.cpp \
src/net/common/downloaderthread.cpp \
src/net/common/netpacket.cpp \
src/net/common/netpacketvalidator.cpp \
src/net/common/senderhelper.cpp \
src/net/common/sendercallback.cpp \
src/net/common/serverexception.cpp \