diff options
| author | luwenpeng <[email protected]> | 2023-09-21 14:52:05 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-09-21 14:52:05 +0800 |
| commit | 1582aaa3a8cf6b70329ae6d8a248120c34d52669 (patch) | |
| tree | f42c1b8b6d3dcf0f683ea227e155a78cd1628492 /src/protocol/mod.rs | |
| parent | ae80f71eba09d4381bb070d87bcd2aa6173166c6 (diff) | |
[feature] Support PPTP 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 4f82280..1f02684 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -14,4 +14,5 @@ pub mod mpls; pub mod gtpv1; pub mod l2tp; pub mod grev0; -pub mod grev1;
\ No newline at end of file +pub mod grev1; +pub mod pptp;
\ No newline at end of file |
