This commit is contained in:
Baptiste Wicht 2016-07-08 21:47:27 +02:00
parent 5aa74093d7
commit 9d56e0d30e

View File

@ -93,7 +93,7 @@ void network::arp::decode(network::ethernet::packet& packet){
//TODO //TODO
} else if(operation == 0x2){ } else if(operation == 0x2){
logging::logf(logging::log_level::TRACE, "arp: Handle Query\n"); logging::logf(logging::log_level::TRACE, "arp: Handle Reply\n");
//TODO //TODO
} }