diff options
| author | luwenpeng <[email protected]> | 2023-09-25 15:11:01 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-09-25 17:25:45 +0800 |
| commit | 3e2300a6abc592862397f66d66c8a2c811fc2ae4 (patch) | |
| tree | 1dc401c05a3f7a3320e775bd8de02a3efb70321c /src/protocol/mod.rs | |
| parent | c0cc75c093bfa667dcab4214587d70df83646277 (diff) | |
[feature] Support PPPoE 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 16b9963..db1b38c 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -16,4 +16,5 @@ pub mod l2tp; pub mod grev0; pub mod grev1; pub mod pptp; -pub mod ppp;
\ No newline at end of file +pub mod ppp; +pub mod pppoe;
\ No newline at end of file |
