mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
NFLOG: Add a missing nd_print_trunc() call
This commit is contained in:
parent
5b52e5fa19
commit
ea684418af
@ -144,6 +144,7 @@ nflog_if_print(netdissect_options *ndo,
|
||||
|
||||
ndo->ndo_protocol = "nflog";
|
||||
if (caplen < NFLOG_HDR_LEN) {
|
||||
nd_print_trunc(ndo);
|
||||
ndo->ndo_ll_header_length += caplen;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user