You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could somebody provide me with filter example. What if i want to get only vrrp packets (0x70 in hex, protocol number 112). In pcapy it looks like pcap = pcapy.open_live (interface, 1524, 1, timeout) and pcap.setfilter ('proto 112'). In winpcapy it must be compile method with filter expression first and than setfilter for applying this filter if i understand right. So how expression should looks like?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello.
Could somebody provide me with filter example. What if i want to get only vrrp packets (0x70 in hex, protocol number 112). In pcapy it looks like
pcap = pcapy.open_live (interface, 1524, 1, timeout)
andpcap.setfilter ('proto 112')
. In winpcapy it must becompile
method with filter expression first and thansetfilter
for applying this filter if i understand right. So how expression should looks like?Thank you.
The text was updated successfully, but these errors were encountered: