Filter

Summary

Filter for incoming messages, can be created through andi.filters module

See PCAP Filter for more details about Pcap/NG filters.

from andi.filters import pcap_filter
filter = pcap_filter('arp or tcp')

Structure

class Filter