@@ -1598,6 +1598,11 @@ char *readip_pcap(pcap_t *pd, unsigned int *len, long to_usec,
caseDLT_LINUX_SLL:
offset=16;
break;
#endif
#ifdef DLT_IPNET
caseDLT_IPNET:
offset=24;
break;
#endif
default:
p=(char*)pcap_next(pd,&head);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.