diff options
| author | luwenpeng <[email protected]> | 2023-07-28 11:17:23 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-08-01 11:44:26 +0800 |
| commit | 993825d24a9d87831043d7a8cf492cf00ab131e6 (patch) | |
| tree | 5bb31ee085cab84d848044c4bafe781d386bfafe /src/protocol/mod.rs | |
| parent | 53c5af3ec08f55933abc8983827a40171374aaf1 (diff) | |
[feature] Support IPProtocol 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 6d1ec83..7932940 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -1 +1,2 @@ -pub mod ethernet;
\ No newline at end of file +pub mod ethernet; +pub mod ip;
\ No newline at end of file |
