Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'

Get the full log via: git log --follow netdissect-stdinc.h
This commit is contained in:
Francois-Xavier Le Bail 2015-09-09 22:42:38 +02:00
parent bf0e85248d
commit 99c91c3aec
174 changed files with 181 additions and 181 deletions

View File

@ -276,7 +276,7 @@ HDR = \
slcompress.h \
smb.h \
tcp.h \
tcpdump-stdinc.h \
netdissect-stdinc.h \
timeval-operations.h \
udp.h

View File

@ -26,7 +26,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#ifdef USE_ETHER_NTOHOST
#ifdef HAVE_NETINET_IF_ETHER_H

2
af.c
View File

@ -19,7 +19,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "interface.h"
#include "af.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>

View File

@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <stdlib.h>

6
configure vendored
View File

@ -7422,7 +7422,7 @@ savedcppflags="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $V_INCLS"
for ac_header in pcap/bluetooth.h
do :
ac_fn_c_check_header_compile "$LINENO" "pcap/bluetooth.h" "ac_cv_header_pcap_bluetooth_h" "#include \"tcpdump-stdinc.h\"
ac_fn_c_check_header_compile "$LINENO" "pcap/bluetooth.h" "ac_cv_header_pcap_bluetooth_h" "#include \"netdissect-stdinc.h\"
"
if test "x$ac_cv_header_pcap_bluetooth_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
@ -7435,7 +7435,7 @@ done
for ac_header in pcap/nflog.h
do :
ac_fn_c_check_header_compile "$LINENO" "pcap/nflog.h" "ac_cv_header_pcap_nflog_h" "#include \"tcpdump-stdinc.h\"
ac_fn_c_check_header_compile "$LINENO" "pcap/nflog.h" "ac_cv_header_pcap_nflog_h" "#include \"netdissect-stdinc.h\"
"
if test "x$ac_cv_header_pcap_nflog_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
@ -7448,7 +7448,7 @@ done
for ac_header in pcap/usb.h
do :
ac_fn_c_check_header_compile "$LINENO" "pcap/usb.h" "ac_cv_header_pcap_usb_h" "#include \"tcpdump-stdinc.h\"
ac_fn_c_check_header_compile "$LINENO" "pcap/usb.h" "ac_cv_header_pcap_usb_h" "#include \"netdissect-stdinc.h\"
"
if test "x$ac_cv_header_pcap_usb_h" = xyes; then :
cat >>confdefs.h <<_ACEOF

View File

@ -1077,9 +1077,9 @@ fi
#
savedcppflags="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $V_INCLS"
AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "tcpdump-stdinc.h"])
AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "tcpdump-stdinc.h"])
AC_CHECK_HEADERS(pcap/usb.h,,,[#include "tcpdump-stdinc.h"])
AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "netdissect-stdinc.h"])
AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "netdissect-stdinc.h"])
AC_CHECK_HEADERS(pcap/usb.h,,,[#include "netdissect-stdinc.h"])
CPPFLAGS="$savedcppflags"
AC_PROG_RANLIB

View File

@ -33,7 +33,7 @@
#include <stdlib.h>
#include <string.h>
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "cpack.h"
#include "extract.h"

View File

@ -17,7 +17,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "interface.h"
#include "gmpls.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>

View File

@ -39,7 +39,7 @@
# include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "interface.h"

View File

@ -17,7 +17,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "interface.h"
#include "ipproto.h"

View File

@ -17,7 +17,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "interface.h"
#include "l2vpn.h"

View File

@ -29,7 +29,7 @@
* need to do to get it defined? This is clearly wrong, as we shouldn't
* have to include UNIX or Windows system header files to get it.
*/
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#ifndef HAVE___ATTRIBUTE__
#define __attribute__(x)

View File

@ -35,7 +35,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <pcap.h>
#include <stdlib.h>

View File

@ -35,7 +35,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <pcap.h>
#include <string.h>

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*/
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
/* Minimal implementation of inet_aton.
* Cannot distinguish between failure and a local broadcast address. */

View File

@ -40,7 +40,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*/
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
int
inet_pton(int af, const char *src, void *dst)

View File

@ -32,7 +32,7 @@
#include <config.h>
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -32,7 +32,7 @@
#include <config.h>
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -35,7 +35,7 @@
#include <config.h>
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -32,12 +32,12 @@
/*
* Include the appropriate OS header files on Windows and various flavors
* of UNIX, include various non-OS header files on Windows, and define
* various items as needed, to isolate most of tcpdump's platform
* various items as needed, to isolate most of netdissect's platform
* differences to this one file.
*/
#ifndef tcpdump_stdinc_h
#define tcpdump_stdinc_h
#ifndef netdissect_stdinc_h
#define netdissect_stdinc_h
#include <errno.h>
@ -349,4 +349,4 @@ typedef char* caddr_t;
#define max(a,b) ((b)>(a)?(b):(a))
#endif
#endif /* tcpdump_stdinc_h */
#endif /* netdissect_stdinc_h */

View File

@ -17,7 +17,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "interface.h"
#include "nlpid.h"

2
oui.c
View File

@ -17,7 +17,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "interface.h"
#include "oui.h"

View File

@ -44,7 +44,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -24,7 +24,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -24,7 +24,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "ah.h"

View File

@ -33,7 +33,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -34,7 +34,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -33,7 +33,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -40,7 +40,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include "netdissect.h"

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -30,7 +30,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -13,7 +13,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -17,7 +17,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -34,7 +34,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -19,7 +19,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -38,7 +38,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h" /* for checksum structure and functions */
#include "extract.h"

View File

@ -28,7 +28,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -26,7 +26,7 @@
#include <string.h>
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -42,7 +42,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -11,7 +11,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
struct mbuf;
struct rtentry;

View File

@ -44,7 +44,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "nameser.h"

View File

@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -22,7 +22,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -18,7 +18,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>
#include <stdlib.h>

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -18,7 +18,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -25,7 +25,7 @@
#ifdef INET6
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "ip6.h"
#include "netdissect.h"

View File

@ -20,7 +20,7 @@ static const char rcsid[] _U_ =
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -19,7 +19,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -19,7 +19,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -40,7 +40,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -33,7 +33,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -20,7 +20,7 @@ static const char rcsid[] _U_ =
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -25,7 +25,7 @@
#ifdef INET6
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>
#include <string.h>

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -32,7 +32,7 @@
#endif
#ifdef INET6
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "ip6.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
struct ipcomp {
uint8_t comp_nxt; /* Next Header */

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -2,7 +2,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"

View File

@ -26,7 +26,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>

View File

@ -39,7 +39,7 @@
#undef HAVE_LIBCRYPTO
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -28,7 +28,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <string.h>

View File

@ -24,7 +24,7 @@ __RCSID("NetBSD: print-juniper.c,v 1.3 2007/07/25 06:31:32 dogcow Exp ");
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -25,7 +25,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -24,7 +24,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -18,7 +18,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -26,7 +26,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "addrtoname.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include <stdio.h>

View File

@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -34,7 +34,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -17,7 +17,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -31,7 +31,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "nameser.h"

View File

@ -26,7 +26,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "extract.h"

View File

@ -23,7 +23,7 @@
#include "config.h"
#endif
#include <tcpdump-stdinc.h>
#include <netdissect-stdinc.h>
#include "netdissect.h"
#include "ether.h"

Some files were not shown because too many files have changed in this diff Show More