mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-09 04:22:04 -04:00
Prepare DNS decoding
This commit is contained in:
parent
9b064fe6b9
commit
cc475a7e28
@ -23,4 +23,8 @@ void network::udp::decode(network::interface_descriptor& interface, network::eth
|
|||||||
logging::logf(logging::log_level::TRACE, "udp: Source Port %h \n", source_port);
|
logging::logf(logging::log_level::TRACE, "udp: Source Port %h \n", source_port);
|
||||||
logging::logf(logging::log_level::TRACE, "udp: Target Port %h \n", target_port);
|
logging::logf(logging::log_level::TRACE, "udp: Target Port %h \n", target_port);
|
||||||
logging::logf(logging::log_level::TRACE, "udp: Length %h \n", length);
|
logging::logf(logging::log_level::TRACE, "udp: Length %h \n", length);
|
||||||
|
|
||||||
|
if(target_port == 53){
|
||||||
|
//TODO DNS decoding
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user