]> The Tcpdump Group git mirrors - libpcap/commit
Add the minimum and maximum matching DLTs to an error message.
authorGuy Harris <[email protected]>
Wed, 11 Aug 2021 09:30:28 +0000 (02:30 -0700)
committerGuy Harris <[email protected]>
Wed, 11 Aug 2021 09:30:28 +0000 (02:30 -0700)
commitac1f7cf056ff99cd91b24774ee0025dc026e3a52
treea9523ef806a66548f1febe2f9fbb1fe93b0f6124
parentb5eaca61649ea76127933907db173a9e0a2e08d4
Add the minimum and maximum matching DLTs to an error message.

This is to try to figure out why some NetBSD CI builds are failing - a
change that *shouldn't* have affected this causes "make check" to fail
on the switch-header capture files, claiing that the switch-header DLT_
values are unknown.

(Is the libpap compile picking up the system pcap/dlt.h rather than the
pcap/dlt.h in the source tree, and thus getting an old version of
DLT_MATCHING_MAX from before the addition of those link-layer types?)
gencode.c