Support changing the sniffer on-the-fly on the yarilo::Service using the files discovered on disk. Since the Tins::FileSniffer can load both data link layer packet types (Ethernet and 802.11) we can just save decrypted packets as Ethernet (current behaviour) and save encrypted/decrypted data as 802.11 (new).
Support changing the sniffer on-the-fly on the
yarilo::Service
using the files discovered on disk. Since theTins::FileSniffer
can load both data link layer packet types (Ethernet and 802.11) we can just save decrypted packets as Ethernet (current behaviour) and save encrypted/decrypted data as 802.11 (new).