Skip to content

Commit

Permalink
Fix small lcp session
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebuonco committed Oct 20, 2024
1 parent 0c079c0 commit 196a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exploit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ impl Exploit {
self.target_mac,
0x00,
constants::PPPOE_SESSION_ID.to_be_bytes(),
2, // TODO fix this
constants::LCP_ID,
constants::SOURCE_IPV4,
);
let _result = tx
Expand Down

0 comments on commit 196a7e5

Please sign in to comment.