Changeset 841
- Timestamp:
- 02/07/07 13:33:41 (2 years ago)
- Files:
-
- nepenthes/trunk/modules/x-4/x-4.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/x-4/x-4.cpp
r332 r841 34 34 #include "SubmitManager.hpp" 35 35 #include "LogManager.hpp" 36 #include "EventManager.hpp" 37 #include "SocketEvent.hpp" 36 38 37 39 using namespace nepenthes; … … 119 121 void X4::Submit(Download *down) 120 122 { 121 m_Nepenthes->getUtilities()->hexdump((byte *)down->getDownloadBuffer()->getData(),down->getDownloadBuffer()->getSize()); 123 // m_Nepenthes->getUtilities()->hexdump((byte *)down->getDownloadBuffer()->getData(),down->getDownloadBuffer()->getSize()); 124 HEXDUMP(m_Socket, (byte *) down->getDownloadBuffer()->getData(), down->getDownloadBuffer()->getSize()); 122 125 } 123 126
