hello-cpp icon indicating copy to clipboard operation
hello-cpp copied to clipboard

ICMPEvent::m_icmptype is not initialized properly

Open tiendq opened this issue 7 years ago • 0 comments

It results in line 65 in classes.cc prints an invalid number:

cout << e->getDescription() <<endl;

tiendq avatar Aug 04 '18 10:08 tiendq