We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f314a2 commit e5451b6Copy full SHA for e5451b6
src/detection/netio/netio_bsd.c
@@ -30,7 +30,6 @@ const char* ffNetIOGetIoCounters(FFlist* result, FFNetIOOptions* options)
30
31
struct sockaddr_dl* sdl = (struct sockaddr_dl*) (ifm + 1);
32
assert(sdl->sdl_family == AF_LINK);
33
- if (sdl->sdl_type != IFT_ETHER && !(ifm->ifm_flags & IFF_LOOPBACK)) continue;
34
35
sdl->sdl_data[sdl->sdl_nlen] = 0;
36
0 commit comments