From 854c72570f49f7ed57f35fce72bc91ebdc08d2ac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 31 Aug 2015 19:59:51 +0300 Subject: Add ability to log received packet names to log file. Also add arrays with id to package info mapping for inbound packets. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 144d4118b..881a75825 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1167,6 +1167,7 @@ manaplus_SOURCES += main.cpp \ net/pethandler.h \ net/playerhandler.h \ net/questhandler.h \ + net/recvpacketdefine.h \ net/registrationoptions.h \ net/serverfeatures.h \ net/serverinfo.h \ @@ -1178,6 +1179,7 @@ manaplus_SOURCES += main.cpp \ net/worldinfo.h \ net/packetcounters.cpp \ net/packetcounters.h \ + net/packetinfo.h \ net/packetlimiter.cpp \ net/packetlimiter.h \ net/protocoldefine.h \ @@ -1325,6 +1327,7 @@ manaplus_SOURCES += \ net/tmwa/questhandler.h \ net/tmwa/questrecv.cpp \ net/tmwa/questrecv.h \ + net/tmwa/recvpackets.h \ net/tmwa/serverfeatures.cpp \ net/tmwa/serverfeatures.h \ net/tmwa/skillhandler.cpp \ @@ -1552,6 +1555,7 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ net/eathena/questhandler.h \ net/eathena/questrecv.cpp \ net/eathena/questrecv.h \ + net/eathena/recvpackets.h \ net/eathena/roulettehandler.cpp \ net/eathena/roulettehandler.h \ net/eathena/rouletterecv.cpp \ -- cgit v1.2.3-60-g2f50