diff options
| author | luwenpeng <[email protected]> | 2023-08-14 11:03:42 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-08-14 11:03:42 +0800 |
| commit | 53e184805feabca2724841dcf45f356d427ea6e6 (patch) | |
| tree | a81915365369350eb007ff3a0f645cbc84bdc4d3 /src/packet | |
| parent | 85973cd021fda0d62c5f3e786e2abb8c8296a1df (diff) | |
[feature] Add Decode trait
Diffstat (limited to 'src/packet')
| -rw-r--r-- | src/packet/packet.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet/packet.rs b/src/packet/packet.rs index 8980049..5ca75c9 100644 --- a/src/packet/packet.rs +++ b/src/packet/packet.rs @@ -1,4 +1,5 @@ use crate::packet::error::PacketError; +use crate::protocol::codec::Decode; use crate::protocol::dns::DNS_MESSAGE; use crate::protocol::ethernet::EtherType; use crate::protocol::ethernet::EthernetFrame; |
