chore: remove an useless prompt

This commit is contained in:
mzz2017
2023-01-31 18:35:27 +08:00
parent 7c0c8923aa
commit b788f03d4a

View File

@ -526,7 +526,7 @@ parse_transport(struct __sk_buff *skb, struct ethhdr *ethh, struct iphdr *iph,
return -EFAULT; return -EFAULT;
} }
} else { } else {
bpf_printk("IP but not TCP/UDP packet: protocol is %u", iph->protocol); // bpf_printk("IP but not TCP/UDP packet: protocol is %u", iph->protocol);
return 1; return 1;
} }
*ihl = iph->ihl; *ihl = iph->ihl;