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
Hi @kpcyrd I just came across the project and wanted to try it out on my local network.
Invocation of sniffglue ... enp0s25 with all verbose levels results in the same outcome.
% sudo sniffglue -vvvv enp0s25
Error: Failed to activate interface: BIOCSETIF failed: Device not configured
I am not sure how to configure the BIOCSETIF ioctl.
macOS Catalina
Version 10.15.7
Do you have any ideas? Thank you
The text was updated successfully, but these errors were encountered:
hey! I don't have that specific MacOS version to test with (I reached out to friends but also no luck). Is the devices configured with an ip address? Is tcpdump able to open it?
% tcpdump
tcpdump: data link type PKTAP
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on pktap, link-type PKTAP (Apple DLT_PKTAP), capture size 262144 bytes
... # loads of output
375 packets captured
375 packets received by filter
0 packets dropped by kernel
Is the devices configured with an ip address?
I am able to determine my IPv4 address but nothing exists above that.
Hi @kpcyrd I just came across the project and wanted to try it out on my local network.
Invocation of
sniffglue ... enp0s25
with all verbose levels results in the same outcome.I am not sure how to configure the BIOCSETIF ioctl.
Do you have any ideas? Thank you
The text was updated successfully, but these errors were encountered: