X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/21ce1e14293dc25b864c871c876cf13ca10a5826..229472a7f145dcfa7885ea46b80696e37b041b07:/print-pflog.c diff --git a/print-pflog.c b/print-pflog.c index 9424c9e0..b8dc6dbc 100644 --- a/print-pflog.c +++ b/print-pflog.c @@ -142,7 +142,6 @@ pflog_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, return; } -#define MIN_PFLOG_HDRLEN 45 hdr = (const struct pfloghdr *)p; hdrlen = GET_U_1(hdr->length); if (hdrlen < MIN_PFLOG_HDRLEN) {