network: parse received packet before NAT

This commit is contained in:
Alex Zenla
2024-02-12 11:11:04 +00:00
parent 982536513a
commit 31c4c0fe72
4 changed files with 211 additions and 191 deletions

View File

@ -13,6 +13,7 @@ pub mod backend;
pub mod chandev;
pub mod icmp;
pub mod nat;
pub mod pkt;
pub mod proxynat;
pub mod raw_socket;