Hi I have some **scapy.error.scapy_Exception** on scapy sniff filters beginning with the expression `"ip proto UDP and ..."` ``` scapy.error.Scapy_Exception: Failed to compile filter expression ip proto UDP ... ``` If I replace the expression `"ip proto UDP"` by `"udp"`, the filter is working. Which version of python and scapy are you using ? I'm testing in docker containers with "alpine:latest" image which provides : python 3.8 and scapy 2.4.5