From 152acc2ece46a796779503d103ff6a0deb90cbc1 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Thu, 12 Jul 2018 22:01:43 +0200 Subject: Display interface and index and name on DLT_LINUX_SLL2 Index is displayed always, name only if available. Warn about possible wrong interfaces when in reading mode (pcap file can be displayed on a different host then where was captured) [1]. See: GH the-tcpdump-group/libpcap#127 [1] https://lists.sandelman.ca/pipermail/tcpdump-workers/2018-July/001019.html Signed-off-by: Petr Vorel Suggested-by: Guy Harris Reviewed-by: Denis Ovsienko Reviewed-by: Guy Harris --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index a29fc638..9e2c0268 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -78,6 +78,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_NETDNET_DN_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_NET_IF_H 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_NET_IF_PFLOG_H 1 -- cgit v1.2.1