mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 04:34:27 +01:00
Fixed PKTAP next layer interpretation.
This commit is contained in:
@@ -162,7 +162,7 @@ PtrPacket BaseSniffer::next_packet() {
|
||||
}
|
||||
#ifdef DLT_PKTAP
|
||||
else if (iface_type == DLT_PKTAP) {
|
||||
handler = &sniff_loop_handler<PKTAP>();
|
||||
handler = &sniff_loop_handler<PKTAP>;
|
||||
}
|
||||
#endif // DLT_PKTAP
|
||||
else if(iface_type == DLT_NULL)
|
||||
|
||||
Reference in New Issue
Block a user