aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-09-07 23:33:38 +0200
committerHimbeer <himbeer@disroot.org>2024-09-07 23:33:38 +0200
commitd603830fde9b4cd68479740dd9ca0164fc0dfd9a (patch)
tree018189c4155a48697d0ca37ec8566cb54d010c87
parent2b602010077e0ac63a19ec99ba9c1f7bc59e73a1 (diff)
Capture traffic on the new carrier0 VLAN
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5a03fdc..b22efee 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,7 +32,7 @@ use thiserror::Error;
const FILTER: &str = "arp or udp port 67 or udp port 68 or udp port 546 or udp port 547 or udp port 5060 or icmp or icmp6 or ether proto 0x8863 or (ether proto 0x8864 and ether[20:2] > 0x4000)";
const DEVICES: &[&str] = &[
- "eth0", "eth0.10", "eth0.20", "eth0.30", "eth0.40", "eth1", "ppp0", "dslite0",
+ "eth0", "eth0.10", "eth0.20", "eth0.30", "eth0.40", "eth1", "carrier0", "ppp0", "dslite0",
];
const PPP_MAC_AC: &[u8] = &[0xcf, 0x72, 0x73, 0x00, 0x00, 0x01];