There was an error while loading. Please reload this page.
1 parent 250bbd7 commit c537aeaCopy full SHA for c537aea
1 file changed
src/networking/types/program.rs
@@ -8,7 +8,7 @@ pub enum Program {
8
NamePath((String, String)),
9
/// Not identified
10
Unknown,
11
- /// Not applicable (ARP and ICMP)
+ /// Not applicable (ARP, ICMP, and IGMP)
12
#[default]
13
NotApplicable,
14
}
0 commit comments