Show
Ignore:
Timestamp:
02/06/07 16:16:50 (2 years ago)
Author:
common
Message:

nepenthes

  • make hexdump an Event, idea from daniel.frasnelli@verizonbusiness.com, will improve performance on high load sensors
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/download-link/LinkDialogue.cpp

    r550 r836  
    123123                { 
    124124                        m_Buffer->add(msg->getMsg(),msg->getSize()); 
    125 //                      g_Nepenthes->getUtilities()->hexdump(STDTAGS,(byte *)m_Buffer->getData(),m_Buffer->getSize()); 
     125//                      HEXDUMP(m_Socket,(byte *)m_Buffer->getData(),m_Buffer->getSize()); 
    126126                        msg->getResponder()->doRespond((char *)&m_Challenge,4); 
    127127