diff options
| author | luwenpeng <[email protected]> | 2023-07-28 14:02:23 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-08-01 11:44:26 +0800 |
| commit | 7749538385eff149da2a7de73f485cdd00baa129 (patch) | |
| tree | 8866ef8aa830a5e456dd323e71330253dddb6b31 /src/protocol/mod.rs | |
| parent | 9dd56a85f858f73fbc03079349f4c4b9b3295b79 (diff) | |
[feature] Support UDP Decode
Diffstat (limited to 'src/protocol/mod.rs')
| -rw-r--r-- | src/protocol/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/mod.rs b/src/protocol/mod.rs index 7a3bb05..2591e5b 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -1,4 +1,5 @@ pub mod ethernet; pub mod ip; pub mod ipv4; -pub mod ipv6;
\ No newline at end of file +pub mod ipv6; +pub mod udp;
\ No newline at end of file |
