]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 9 Sep 2015 20:42:38 +0000 (22:42 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 10 Sep 2015 06:50:40 +0000 (08:50 +0200)
Get the full log via: git log --follow netdissect-stdinc.h

174 files changed:
Makefile.in
addrtoname.c
af.c
bpf_dump.c
checksum.c
configure
configure.in
cpack.c
gmpls.c
gmt2local.c
in_cksum.c
ipproto.c
l2vpn.c
machdep.c
missing/datalinks.c
missing/dlnames.c
missing/inet_aton.c
missing/inet_ntop.c
missing/inet_pton.c
missing/strlcat.c
missing/strlcpy.c
missing/strsep.c
netdissect-stdinc.h [moved from tcpdump-stdinc.h with 98% similarity]
nlpid.c
oui.c
parsenfsfh.c
print-802_11.c
print-802_15_4.c
print-ah.c
print-ahcp.c
print-aodv.c
print-aoe.c
print-ap1394.c
print-arcnet.c
print-arp.c
print-ascii.c
print-atalk.c
print-atm.c
print-babel.c
print-beep.c
print-bfd.c
print-bgp.c
print-bootp.c
print-bt.c
print-calm-fast.c
print-carp.c
print-cdp.c
print-cfm.c
print-chdlc.c
print-cip.c
print-cnfp.c
print-dccp.c
print-decnet.c
print-dhcp6.c
print-domain.c
print-dtp.c
print-dvmrp.c
print-eap.c
print-egp.c
print-eigrp.c
print-enc.c
print-esp.c
print-ether.c
print-fddi.c
print-forces.c
print-fr.c
print-frag6.c
print-ftp.c
print-geneve.c
print-geonet.c
print-gre.c
print-hsrp.c
print-http.c
print-icmp.c
print-icmp6.c
print-igmp.c
print-igrp.c
print-ip.c
print-ip6.c
print-ip6opts.c
print-ipcomp.c
print-ipfc.c
print-ipnet.c
print-ipx.c
print-isakmp.c
print-isoclns.c
print-juniper.c
print-krb.c
print-l2tp.c
print-lane.c
print-ldp.c
print-llc.c
print-lldp.c
print-lmp.c
print-loopback.c
print-lspping.c
print-lwapp.c
print-lwres.c
print-m3ua.c
print-medsa.c
print-mobile.c
print-mobility.c
print-mpcp.c
print-mpls.c
print-mptcp.c
print-msdp.c
print-msnlb.c
print-nflog.c
print-nfs.c
print-ntp.c
print-null.c
print-olsr.c
print-openflow-1.0.c
print-openflow.c
print-ospf.c
print-ospf6.c
print-otv.c
print-pflog.c
print-pgm.c
print-pim.c
print-pktap.c
print-ppi.c
print-ppp.c
print-pppoe.c
print-pptp.c
print-radius.c
print-raw.c
print-rip.c
print-ripng.c
print-rpki-rtr.c
print-rrcp.c
print-rsvp.c
print-rt6.c
print-rtsp.c
print-rx.c
print-sctp.c
print-sflow.c
print-sip.c
print-sl.c
print-sll.c
print-slow.c
print-smb.c
print-smtp.c
print-snmp.c
print-stp.c
print-sunatm.c
print-sunrpc.c
print-symantec.c
print-syslog.c
print-tcp.c
print-telnet.c
print-tftp.c
print-timed.c
print-tipc.c
print-token.c
print-udld.c
print-udp.c
print-usb.c
print-vjc.c
print-vqp.c
print-vrrp.c
print-vtp.c
print-vxlan.c
print-wb.c
print-zephyr.c
print-zeromq.c
print.c
setsignal.c
signature.c
smbutil.c
tcpdump.c
util-print.c
util.c
win32/src/ether_ntohost.c

index cfd619c12b6378d27a14a43c644c6250003f0be0..1f9dc07ff76c57ad4d04af0ef91a35c180293979 100644 (file)
@@ -276,7 +276,7 @@ HDR = \
        slcompress.h \
        smb.h \
        tcp.h \
-       tcpdump-stdinc.h \
+       netdissect-stdinc.h \
        timeval-operations.h \
        udp.h
 
index 3449912768d52ef60fa5a8fdefb132fe128e9ff9..527f40551a766186f0d2e637d92fa7afdd4b41c9 100644 (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
diff --git a/af.c b/af.c
index 2a2159d75bb77ba299f3da215f073eac3b9b4296..cfa0648e362ef0e10b75a8786b5f8940d036923a 100644 (file)
--- a/af.c
+++ b/af.c
@@ -19,7 +19,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 #include "interface.h"
 #include "af.h"
 
index 05ae760a8f29e0a0005e0d82d47114cd4fae55a5..b7d649a1c3ef000f10e64dcbef096032ae7a4421 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index 8778d93ce8663a678f4ee513c0094c6209075223..9f6bb24dd5144521e5217e8acd7fb61f12663df1 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <stdlib.h>
index 1968499c29fab95fd02e570e3bc64e842e3c4836..4b8fcee6bf8b9d1690c6365e929d586d4ed79e83 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 0640f5a8a5cdfd92ddb251ce534999aeae72e1cf..1e87c15163a0c7c896e4b086b7c5aa6477a8040c 100644 (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
diff --git a/cpack.c b/cpack.c
index 0611a071692b57c313f77062e316959d077d5577..e37d813d39fb7d0335638bdee826dc80cbfe2166 100644 (file)
--- a/cpack.c
+++ b/cpack.c
@@ -33,7 +33,7 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "cpack.h"
 #include "extract.h"
diff --git a/gmpls.c b/gmpls.c
index b4837a1eb58db6a44e6de1f6bf3c3ea1964b0302..463a21de87a5ab73654bbf0f8945da48d21dbe6b 100644 (file)
--- a/gmpls.c
+++ b/gmpls.c
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "interface.h"
 #include "gmpls.h"
index 2ab9c102d4fc9e4ac07ded917c1254fb816b7cdd..d6cd93b8532bf31543884b90f2e52d089bae5f09 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index 0f19befcfbb0b3ce00a7948ce8469c2720e49c50..caf4b6af40f42925d38c3a142555f23abb2fef6f 100644 (file)
@@ -39,7 +39,7 @@
 # include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "interface.h"
 
index 8143eda8d2e73b9b044f87419a7e3e5de63f453e..eeece52ba089db09715f85286307b5fff7122a61 100644 (file)
--- a/ipproto.c
+++ b/ipproto.c
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "interface.h"
 #include "ipproto.h"
diff --git a/l2vpn.c b/l2vpn.c
index e9b72fff502269bd6d9cb7732c4921c66411c776..be47dbd710c89ee030c6b1f1924413ddd2ed636c 100644 (file)
--- a/l2vpn.c
+++ b/l2vpn.c
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 #include "interface.h"
 #include "l2vpn.h"
 
index 7b259ae1c432089d714692ea3fe8cc7626e81b69..1f0861611326b7e9828fad42072d56097c44aff3 100644 (file)
--- a/machdep.c
+++ b/machdep.c
@@ -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)
index e7d526bcedb1a3c662f969800d8dce4c27be22a3..4a7d6fe961d741d436d9ded1b15771e87ded34c0 100644 (file)
@@ -35,7 +35,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <pcap.h>
 #include <stdlib.h>
index c1795b3dca37e96b63c7616e3125d3c27653c5b9..16bfcf7940c2efd1950140c807a6725915d654fa 100644 (file)
@@ -35,7 +35,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <pcap.h>
 #include <string.h>
index e85ad5f814dc1e4032e29b6e73ff255a3c2e6d01..098dc8571ee4631fdd2e8f041151bebe3803206f 100644 (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. */
index 8c6f7eb8c7eba93fbdba3a86ef3fbe442de3b605..77928db96421a821e1542ff848471fd9901aab58 100644 (file)
@@ -40,7 +40,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index 3466f42b7cb54a001b99a4fde525ebe7a926dd84..66269e228072b2caff2f81eabbf35e28f88f9b4e 100644 (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)
index 744ab3a6a2a018a42ea24ae18b117811386aefea..a953034bf94f75d0c489836fda5c89033db138dc 100644 (file)
@@ -32,7 +32,7 @@
 #include <config.h>
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 52ede566e374ecd628c6a41a23c73cff5a2f1307..0999ba300ca4d8a2199c95b8c602eefd758ef18c 100644 (file)
@@ -32,7 +32,7 @@
 #include <config.h>
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 95673fc8ce2e7103ef561bdd781b14cdece4e2a3..91ef72f62c97203fd5b525a5eb0676dadcfe069b 100644 (file)
@@ -35,7 +35,7 @@
 #include <config.h>
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
similarity index 98%
rename from tcpdump-stdinc.h
rename to netdissect-stdinc.h
index 54abaf5f06e369167fdbbe478bf4ef01d8aa9302..093fc0928e881eaf28965c517f4ce38d0dbd954d 100644 (file)
 /*
  * 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 */
diff --git a/nlpid.c b/nlpid.c
index b9d59c4c8212d3ad5eee5652cbd332c8abb88bc2..14efb0b1874f59cdfe78732c54d88d0d714c57a4 100644 (file)
--- a/nlpid.c
+++ b/nlpid.c
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 #include "interface.h"
 #include "nlpid.h"
 
diff --git a/oui.c b/oui.c
index d29a6016777b25a1d04da8d9fcd5a17e2d6543bd..a06456933f45fdffd0e0d4fd15a16aa24264a5aa 100644 (file)
--- a/oui.c
+++ b/oui.c
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 #include "interface.h"
 #include "oui.h"
 
index 2d3a38401b25b69288abbc93bcc021b82622c6ca..e7805063ccafda19cdf8fb878859966c01628f33 100644 (file)
@@ -44,7 +44,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index efd349581c1d1cd4a0ada1d536ec8bc35891ee97..2aa05526a8ac8286557f20185cd903dfbd51775a 100644 (file)
@@ -24,7 +24,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index e60a8a9e88a9a5c7152c84b1a7a0b775ef28d93d..4a1ef49b7fd03da999c43bf50ec03a3d7c43f301 100644 (file)
@@ -24,7 +24,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 8d71e1b42527d457a95c447cb89932c786dc0ae7..5db28d193f8e85b495727e5b1bed55fbba94ee47 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "ah.h"
 
index ebc7409173791e2d8f44d5c44ab656d445e8533d..41a1bb0598b896326702aaa37d5bfd003b416407 100644 (file)
@@ -33,7 +33,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 382745a5d68e4a769d1f55f4ea878d3556bb4ff1..c0c2a6b15f3ec96e249a5bb7313d3a7ec3fb6b99 100644 (file)
@@ -34,7 +34,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 6a3cbb0322b629ac45085444e7080afa71c8faaf..abad1548f65a04a9c428ae40d46d24bfdd8eb481 100644 (file)
@@ -33,7 +33,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 178775798d720fa905e71a2824df5e635744bd4d..a7096fb65e59c30fa4251b84ab4c785581a52210 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index b1cb4f13103b02164d40e082156f7d73fdd8e143..6d49c14d0e7ee66ed5a7ae7e8d4ae7f9b022dcda 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 0d3522157cfa841c6f67db0d612f7dcc357a3b9f..b007257a2997ac879ab69a32af72ef92cd1a6b52 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 92229a68670ee045907918043c630780d49e7564..6fefb966856c13123f77f7d67f4ea231bf59f901 100644 (file)
@@ -40,7 +40,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 #include <stdio.h>
 
 #include "netdissect.h"
index a8ed07aeaacd26b8ca647b5cfe19958c3be2cc2c..72fd72ad6787bf42995dde165e3ec57bb6dba4e3 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index c2514d22ec39fc69c98530f97596feaee2f3cd3c..7489158b5ba0605c2771d96d50e2415d7dc6c422 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 2e9c26caa7e358b56f3cb2b40d77745024cedf3f..1d20988c5eaf20369ada553e5483bccfdd04da70 100644 (file)
@@ -30,7 +30,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index c0f6d524f71a075ddbf4cc01056d3c3c1d5a814a..1240a3e69139f73d5f1c00cb8143662a373f1112 100644 (file)
@@ -13,7 +13,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 724032acd1ab21adad154f2a92e6f7892a3f1818..2950d22e68e29590b0551e0b28dc326b0fddb396 100644 (file)
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 8d3ea155840f6e73c6033580427682f1bdaa637d..a55ea7060220b790bd7ed71c2aed03d8b2b3b888 100644 (file)
@@ -34,7 +34,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index 2bd47beedba01c73579b2c50331db27ad3b2ba62..83fa02785fb8e8eb8912d8dca4130680972a36f0 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 55252bc0e99f34b6d06054c00b1a14f484caa6e2..6055e3c6b29392f084014481056f121a6755e06d 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 0b502499fb4b9cd22d90d38b67de732a1163f821..a1690c0a532d9f99b7abe6eb47752e4fe658b8c9 100644 (file)
@@ -19,7 +19,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index c7a7437966220cd57ab3fa570876e3b307cc3233..eb893e2af2b7d18314c331ebe5cecca1d37169f9 100644 (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"
index 05017a9478b522a2712fc4e5826fef42a491b8f1..3065193e2f65f0c04c4ba8779d3aeb9bd3a06279 100644 (file)
@@ -28,7 +28,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 5ec177a6ddebade8730c5d7b34074d51909260e4..c48b1a29584039dc48eaa31f6c4c48fac9c3c62f 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index a27adaac44bb86008f470d02c214ce127cad0eb4..ef22a36d2a4bd394af0c34e31cd8449aa8aa0576 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 44d629250cd127700c8065a46d687ecf65ffc177..2ea50bc040952e202ac736fcbbb0e6686a9e798f 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <string.h>
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 2ea5427ad3ba6f5402ce70c64bfa5786043dc3f1..b1113c996bee5754ded94ea17141cc5c5f1138e3 100644 (file)
@@ -42,7 +42,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index 1fcba84529c59979e7d96ddd762503d879d197d7..5e286c76a44883d6de895052cd6656eb9527016b 100644 (file)
@@ -11,7 +11,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index 41d022fc42b2bc267ccc026d45b1a78cd8d246ed..cd88dfac10ff12d2b2a9d9aa8c90b14192e95ebc 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 struct mbuf;
 struct rtentry;
index f6225d724674ce4420119df232aa47c4b413ea58..fc7dbdf7787b6657e8f53a758c64d90065738108 100644 (file)
@@ -44,7 +44,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index 15974bfa45e177a8348940f4e94ad987050c5518..1d99f14247930da8d1d98f9b2fad6277912f08c0 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "nameser.h"
 
index ae896d030e69995ec174a2019c1d3aedebe4d686..3381ad80e0e7c4e52efe23499cc01259eb42caeb 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 6ec253d0de203846dc7ef2475fd56e686ce0cd8c..9e9b569f235201cafa59a92cf2efc24e3ea99326 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 9420d110f5ef2f8bc07e92df0cec0db459dfbcde..4572c8a0b6ac1ea16db2369aee3140b312fa045b 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 3b010f87894e0dac9d9ebf10d10f10dfe172237f..e87d0d664c06ed3caf825b832723379a8a06cef1 100644 (file)
@@ -22,7 +22,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index f4f2d9cb01bc130ae8c892bef291dc49c6263aba..a56aae7186dfbb38eda2c91ad79ea2d3f95716d5 100644 (file)
@@ -18,7 +18,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 7466b3584291413f2d06d8c9b896323eaba1e3c0..05775c868b90ccd620a934b09f9b84f9f879158f 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index fe494a39e81ff6384acc71ea082b2343b90590f0..426aa845eca017fae411488ccdcb0112ef58258d 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 #include <stdlib.h>
index 1bccc0565cb2d8cf90e2276202a0b1225bf239db..e7a18b3d73aecbf4ad5a19b1453d82ac8c95bd7d 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 4b5be5907c5fdd898943a622c3b1b2b833600665..49fd2bbf0463c2b02db971fcdeac62ee05063db6 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 0f4b25608b64e41491221b958403bdb48f855f01..40789611ed12d30703b55d26269d6a3c74097400 100644 (file)
@@ -18,7 +18,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 14964466808ee03a57e85402a59a3a7aeb929091..2df3892b39f21485396c015f675b9e14b2e60cee 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index b8c49fd986946b5866011f6d1856e546909d6db7..967e63737d0cfd4b04bf37149107cb5ef1e6f988 100644 (file)
@@ -25,7 +25,7 @@
 
 #ifdef INET6
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "ip6.h"
 #include "netdissect.h"
index 547904208a03792a42f6784cd15fc7f180c51c66..9359139557b339af7fa0326d5a79cf84a8606a1f 100644 (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>
index cbe44a1da4f7c0d7efb8477cdbc1926649f767e2..54542c0ebd6b673831d16343190f4e3d42c29609 100644 (file)
@@ -19,7 +19,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 9b61ef202b7b891a5fdb3564164dfed82bc6b913..420ec5f710e356b8a84342afe95fa414bedf45ff 100644 (file)
@@ -19,7 +19,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index ebdebbf713f8e8214ba9097f9225cab5630f3bc0..89cbe076c44c35f997b6187b725150dbb0027730 100644 (file)
@@ -40,7 +40,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 5fd923debc2d0913be08e0fcc3e5a66d637581f7..b63f3190fcc11a141bd4f0c0839586839ae0311f 100644 (file)
@@ -33,7 +33,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 4f6a5d239591de2d47ff79a11a5a57eedb75206e..b18b8861749b4680b593913604c71e65de8de6e3 100644 (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>
index 7609fc0c8001df7dad2d4492dfda822a0870b5a9..ab3624e2dc78f5e0f31933028145be400cedeae2 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index af23cc8b40eb3e8630635a19fa9594a056fdf482..ce4b185609f1b1409de5e01b2b25ec5d8de075f5 100644 (file)
@@ -25,7 +25,7 @@
 
 #ifdef INET6
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index 6cdcde272acb0944e3396dab21134dce4bf4a4c5..4b8e82dc8510cf323163961461b3cc74de62799e 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 62060c2c3b8cb95125bab2d39749843f04de6269..0f36655c24b8df3d391ab18ea35c0e1fedbfc7a6 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 0752199cf0aeb2ac64cec74aeae21e3b75424964..32304aedf80b76e2624ad23d13032f4d76cbf48f 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 4a876995fa7a807db8b5c55ab11f316bc619b49f..dda9ba35f259bb8a9908c0178cf3a916be42dcf0 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 8be9113e6542255a28dd132442fbc1fbcb3c42f0..a90ce65b480f108b6703753169bbb24bd5e6eba8 100644 (file)
@@ -32,7 +32,7 @@
 #endif
 
 #ifdef INET6
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "ip6.h"
 
index cf8de2a1896cee9b73e14a099321329fa58af3ec..a6d25257c133f5edebd9feadb20aee499764f480 100644 (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 */
index bf1b3382bb86ac8739ff9454d16a37dd90a8d727..6907ba3ed10e222ddca3f91d0b57747590776529 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 87b1b50133e0456ae95b0f13ecafdf2423c7b0ac..7fb2e77ae5fe8481ac26cc53665471403a25cefb 100644 (file)
@@ -2,7 +2,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 
index 3ad45c736a61ffd994c6c7869eeef029242a7fd3..22e613e77e1253104a591072ba2e25a5a1900d75 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index 158b25843479f3bff2377db9a9b97f892c109da7..4b04ccde8119326cc00053cbd9a649510a5a34c3 100644 (file)
@@ -39,7 +39,7 @@
 #undef HAVE_LIBCRYPTO
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index b1b4e215d58b63d9f0cfabf6f4558894725c7508..59a72f15b2774d4b6b20026e39c2e60b1da1d57c 100644 (file)
@@ -28,7 +28,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 91d40b13bc246268c3cdca086278dc86d3301c5a..9eafd515d560fac82ba87c8a10662a6e2fcf8954 100644 (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"
index ab9ff8dc8e9bf67440a20a1ec91d374f33f8aefe..a0f26781aa5f46e947fac44fbc910180ca7a3c0c 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 0c7d5114c0a77b16fcd8efcdbbc96fc31cc6627d..4ce38b2cfea5c56ed3bd500e64ae293677098c00 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index f179c7dbd0c0a70b6aafbb9200daa3bf06de78ba..9fb67b88876898235f484ec6703c314b8679957b 100644 (file)
@@ -24,7 +24,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 51b8d164efefff0692a44ce5035f453e9db588ac..ceaca150171299ae021cf03c34748fb5b10948b3 100644 (file)
@@ -18,7 +18,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index ac9303783013bb20f9b549054cc5ac81db4b3677..2edf6435f0d0588a92ae68f0009680f9e024f59d 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 7d4c792b82ef1004dc398ae7fead17b554d48a66..ac58198f951336b59ea0c553d800b60be0730c86 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index 069a3a33f4a6d1ff6b68fe2b046923f9a36e89df..53e62d18b34c122831c786c619df67362a7534b9 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 1391ba71bebfeff835714a90512ef693f9418d1d..9e7286560705ac984b9e55dbc89bde1b6056882f 100644 (file)
@@ -34,7 +34,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 779c7f7dc95d2815aa10a9d2badf5c8871da598c..064243ed6879a7d505679d716b98367ef89f2bb2 100644 (file)
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index e75a354ffeed8fdd2961c0abd4af109f8a7cb04a..447ca60a0341e7ca9b041de90aad8d3e51533af9 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index d03f6b452135b12e596913156dd68241ee4ac45a..f6252cbaf1f34963e9c78919a8a3cffaee8102ea 100644 (file)
@@ -31,7 +31,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "nameser.h"
 
index 9e37a9fb4b944c475f519a75d970a669757085c6..40e5238952843c2aebbc93e22d026d58a3fae91f 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index b4c441e6b581730250128963f46175f09c7fb56d..a29bf4a056b7e71009aef2e6b89892a172e16c93 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "ether.h"
index a006cb03ae58101d4d776719e6bc1927d097cc83..885e4dd2fa7ccd356c442109e6f30c85d06dc02d 100644 (file)
@@ -40,7 +40,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 58dabe11755293b4ea31c92b63f6b5f8f777e92a..37410373b0012696ed8d4b970bc0ee5460e3e925 100644 (file)
@@ -32,7 +32,7 @@
 #endif
 
 #ifdef INET6
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "ip6.h"
 #include "netdissect.h"
index 32fa958d477b932f22d66130ca4ea9ecdbd7c3ca..5bd046698f0597d7e1d8a76432cf44fc1071bf65 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index e2e827ac8f1937f4a25ecd7f1a248ca952e00e16..504ce1975c439e67cc64ede765d050e2f0a1136f 100644 (file)
@@ -30,7 +30,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index c7ca2f1573aac9fbaee9060a31505d0abc28b6d3..95402ef614e77494516a3c69430cbd8b28e1eb5b 100644 (file)
@@ -36,7 +36,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 6b2dc51a0e35f4916e6ebae843e587589c1ac356..624ffdda0027eb73a5701c3868bacfa9177ed78c 100644 (file)
@@ -20,7 +20,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 27828f4067e30df6e7ce2557ddda478d6df295cf..d4f66037e9af62676393c936999312a1d028db47 100644 (file)
@@ -30,7 +30,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index b096e9ec2fc5312c3f967ad00b08682248a1ae7e..222d5c3f3044cac65a8404079d5c3c8c1e38f75c 100644 (file)
@@ -29,7 +29,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 
index 7ec799cde14b228be69c7e7730bc927a398c7f2b..87b6f5a4f341c7e8ef7bd9a26bf9b82fa7a09adc 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index e48bd0f9754605f1df8cb07a98343c183d19d113..ffbdd8f69a3df1196be2812710df8b5b673e32b8 100644 (file)
@@ -27,7 +27,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #ifdef HAVE_STRFTIME
 #include <time.h>
index 60c9bf04cf2c8d63ab4691beac1f9c346e38038f..6e05a138d1779abacfa83898db63fd81a7940393 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 9625728edeee1c6b71c68a809a4d6adee173311e..97cf59b52fc48736992f8967a84e69806f2a2c79 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index a981759951feefce70183b87b96421b064a92550..bc7fa42bdd93f40fe82a39ce61a940943786f1b6 100644 (file)
@@ -60,7 +60,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index b1315f03476805898d872f2a584ead97ae450ec1..edad214853d509ea0a1acac104cb75f7619c6d54 100644 (file)
@@ -34,7 +34,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index c516a90a2308cbc12379a4385f31c4fabb830786..6024c640bfba3eb64d37d3c942337ad0b281c37d 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 5032d8bc3da9a125ec69644ee3948f9d3f437f31..69f337ce057d9b3c63406501d377d78e09341ce1 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 7f619df33dd99c2b9aee4a8d18e5f8120a12e566..3490d06622ad9531b96003fa25c98a8f1e0814ba 100644 (file)
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index d08ceddbf31717d17283dec1310d4527c5045734..9815dc56289939ca5a6c4f5c0079746b2377a609 100644 (file)
@@ -32,7 +32,7 @@
 #include <net/pfvar.h>
 #include <net/if_pflog.h>
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 5fa1fcb966fd93b9ceb59f266bac4d6e94a70187..6b02d34e9a3b0028b8c89f5937649e847ffbd972 100644 (file)
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 149f027a17042b4cd8ff5f4d255376ac52a7a70d..f023207d613603d819a6d1a3ac793e4f02785e3c 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 90d5061913c352e723edca197e91e99da9aeb69f..a49421bb399ecab98a63f0ea07b6a86b9a341349 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index b40acd00c302292d103cf0fa6cfc151771f92587..ddf674d261fd44fa00f10bf286990ccd04156b11 100644 (file)
@@ -6,7 +6,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index b245625f88aa9de6c4b7ae1549afa035691ccf3d..078f6a56c02a3bae4857b4cd80aaaf30c6453dd5 100644 (file)
@@ -33,7 +33,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #ifdef __bsdi__
 #include <net/slcompress.h>
index 90c9a2fe0cb45f127c2036ea7adfd3c6de58fbdc..a6c1c62534241b13d7fd7b249dc2e04d8d6b21b1 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 58b1c56cf533f28e69aa7cbe828dfde22f163ca5..5083015dc72b400354d5f48009775364f5677e15 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 83e432ffafaec8e56d7aaefc43fdfe36b41cfee4..c30e24cbe7c3a0169dc3b041bcd93314abb65966 100644 (file)
@@ -56,7 +56,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 83f66b488efa66bbc87a0858b09dab076ff4ccd4..a89af5bfec294d26421cdc2be3e5e8bc36b18fbd 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 
index 9fbe7bea4171157f9f022ee93ba189d0bab0eb24..f9272d48e34c5e81f1770b6e1af84753a1521aaa 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index 764680770b30cfeaeba5688c626140de1b7c5fda..a9edfb489a200af9d90d89da8fae5aa0d6055322 100644 (file)
@@ -25,7 +25,7 @@
 
 #ifdef INET6
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 1512fefc7ff85801ac604e35de7c90f47e932552..d4fd60d87e673a58f3acddd346953d5d83833065 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index c4d437574bfc6aa50af9a923bf82577f4c7957d2..315514752624fc75635c86aaa7edddce1246f685 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 06cd215f1d5b615701eec9c181d9f525e5b1ed92..74b6358b3b04bc15ee08658677bf1d88669a75e5 100644 (file)
@@ -19,7 +19,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 0f944e7b3e44159c51b702f2b077bad958cbb97a..9b87777f8a823447189f1c2843bceae8e57beee1 100644 (file)
@@ -25,7 +25,7 @@
 
 #ifdef INET6
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 9f4a3039e7ed8b0081bac1019313cc76e4b4ebdc..7b6edb63be07e6a9a6552fbd042a71e58baeb46c 100644 (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>
index 9657d2bfc6acd029876e4312d1195acbe4926135..322e0c0c56823af38b2fd501dab2b53092650185 100644 (file)
@@ -39,7 +39,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index bde78be55a1eb96fde03665147fa3fbebba03c7d..aebd3c22714eb1dc696487709bfb2dec42e97290 100644 (file)
@@ -37,7 +37,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index f3d6ff5f6a746ead900538acd2f3514b80e08918..7eecf0a051339c8a8f73e9e206e6de265380e5b3 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 836fb9e2d2f8f85f7ae82170216a80084a277228..cbe298c6a47d0ebc5b98950cb178d3ac9ced687a 100644 (file)
@@ -19,7 +19,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 186516f9d047944b42c25a4c0fa6198cf05662b9..b69a07d5627be1673863ba43e0365d2b5802ae40 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 5003a3ddb67cf23f3e6762aa2745584d4c960e2e..1d1a3d1055539534a90e073bf1fd1d328e749c88 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index c289f1184d251e52ce106d432724dc1c00e44278..7e83d1669be2c0e01931b8f5ba7e0171f472e3c4 100644 (file)
@@ -22,7 +22,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index d02de99e800f7cddf3ffacfc06cca391a7fc49c4..7330d6b528335b644b01f92ddd4d145087777b99 100644 (file)
@@ -10,7 +10,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index fe0bbc2f224cec5784735849f0c951f157697267..56109bdf77e21757de8f9bda11f4fae991c0c0f1 100644 (file)
@@ -15,7 +15,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <stdlib.h>
index 43464c184557a3d64d2658bc01933f7ff945a7d4..8e7af5f53a7d5e05a2f74326010a22b52c6d0f1b 100644 (file)
@@ -60,7 +60,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index 189def7d5d1d24e05ff2dd190c9d6983eb642f17..47089e52247783aac2a456fc687ee1c77399492c 100644 (file)
@@ -13,7 +13,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index eef9c035d6f5e0eee2d32ea2d5ba841249500b53..fad2859f3cf72a82342b4389d0f67226f62d68f0 100644 (file)
@@ -34,7 +34,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 struct mbuf;
 struct rtentry;
index 82a2f0d61a7aab16b55bb47fe843d69207133dfb..771602d2918d5c67b6e82c451fc8bfbb61acd31c 100644 (file)
@@ -38,7 +38,7 @@
  */
 #undef _XOPEN_SOURCE_EXTENDED
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #if defined(HAVE_GETRPCBYNUMBER) && defined(HAVE_RPC_RPC_H)
 #include <rpc/rpc.h>
index 679235f95768d438505e3e10776aa023067d28a3..15653abf71be81a354292f9ecc107fdb98db12b1 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 9be3b52a62467a21c17df1a472e2acbaff574056..08407d53596559ffd1317c9339b7399834fd9056 100644 (file)
@@ -18,7 +18,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 9c5ffbdc0491b0ae69df9e5b4f5056e5739c34b2..a97fc1ca2e36ae79a53e750636d3c127a796c4fe 100644 (file)
@@ -32,7 +32,7 @@ __RCSID("$NetBSD: print-tcp.c,v 1.8 2007/07/24 11:53:48 drochner Exp $");
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdlib.h>
 #include <string.h>
index ae29b4749a21092f088f8844a2e34d3241884062..e01e91b865c3e256f82d245b85b4532dd4e7a07c 100644 (file)
@@ -49,7 +49,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 
index c77297d873c9b89f45ad4c6953fc0f6d091d333d..e7201ebd3ee626deefc60c62bdefe10e469d856c 100644 (file)
@@ -25,7 +25,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index dcf01db0904cffba35dc1853602e934719098832..a1cd89e3f1a7a8aa05eebcc0a3c64faab5feed61 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index e080c4f4615f300ff598d1f959fccf3785830c63..2809d072e86b028666a6ba746e11daab3ada9c2b 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "ether.h"
index e213f6fe7a76e3cdfde99afea784646886627bc4..6f9950db6aabdb8f119e8f06fe58a814d8c25818 100644 (file)
@@ -28,7 +28,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 4ff889e8d23d96c226e73443b7f1dafb5f8d89ad..9d6c19bd8a3ef8d468a0aa898c73e35ae4911234 100644 (file)
@@ -22,7 +22,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index b59675f0c71b521d31772f9221b18d7a5106c264..21102391f20364e8421bb9702c66ec1d95e99745 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 7f453e33a28ac24be3782f87d019df63373beb46..52231a02c0632f7849b560cbf2c41209a0fe248c 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 
index 85b500eb6ec5207d0fee33f81e6bc2e477ed4c25..0f37924c52591fede0a7c283573f08e330d6af73 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "slcompress.h"
index 8305d5d20be71300b678d313569e7d7ede5f1ca0..7614011314c06ef44d4bf106edbf19e099344a1f 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index f29272ee525935ece4fe97b5eefb88ebd499bb94..a6e231434acf9c52474b8a067ffce69824e82604 100644 (file)
@@ -27,7 +27,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 3b2c95c5553628f5b70ee88f63a1fcdaaac0aaa6..cba34a6c6081c9ec30e01f8d8a8496e67c431df7 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index fd12d2d3b6c5df2e6784c89430c73e40e6fc66d2..b9c87e2006eb929b6214df08ec81e64dab0d5fcd 100644 (file)
@@ -17,7 +17,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
index 23db3de5c87a7117291f408662f30af1c51cc5c9..6ad912edb4779b24070a42ecb2de90171a035b9e 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "addrtoname.h"
index 90bd52b8437d026221469da0da6d9c6168b66e2c..71ca9e3e5f6aa52751ad979bd25dfe7613662451 100644 (file)
@@ -24,7 +24,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>
index 410241e4dc03601b3adfbbd27a552324c380159f..0b1cd94f073c8c53092b3253b235125b5666fb01 100644 (file)
@@ -32,7 +32,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
diff --git a/print.c b/print.c
index 876d09c6809d61685818fb5036d0f0a1f6285cd0..c055e3c7b5f996f1123a0bf8857ada4d4a4c0c73 100644 (file)
--- a/print.c
+++ b/print.c
@@ -32,7 +32,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "interface.h"
index 1bcc032ed22e8818d35109291526a3581b26d5ec..4d93cebf752f8e1b42e19877c8e755bd841931a2 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <signal.h>
 #ifdef HAVE_SIGACTION
index 84a3a64d59177f7dcc8775b16419d88779c326c0..f27a6a52c0552cd906f68494df186965c50e5f93 100644 (file)
@@ -19,7 +19,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
index 06354fb4180aa8ebe160e596a5f20ec4bdda3f62..8e5e508723da07a8a69ba9becc32d7fa5acd73df 100644 (file)
--- a/smbutil.c
+++ b/smbutil.c
@@ -10,7 +10,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <stdlib.h>
index c7cf17550b87559461ce33fa63b138b9d19473d0..1e8638a3d3bbd0b10836b97063298de5119da187 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -54,7 +54,7 @@ The Regents of the University of California.  All rights reserved.\n";
 #endif
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #ifdef _WIN32
 #include "w32_fzs.h"
index 32eca56ff17f14526a893fef1b38b66801fef26f..5b6e373197c7646d2fd32faffd1bc1f354119348 100644 (file)
@@ -39,7 +39,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <sys/stat.h>
 
diff --git a/util.c b/util.c
index 4a20a4b50c412b4684b6cb921db9f8e327711fb6..a6f520e2e3d97ac106879fc05be0cc2af88e2e7a 100644 (file)
--- a/util.c
+++ b/util.c
@@ -39,7 +39,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <sys/stat.h>
 
index ae988f783df8741fc45aaf4326b28382fa37451a..0217b195559a2e4c8a6b8323b870a8135183fd03 100644 (file)
@@ -27,7 +27,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "ether.h"
 #include "interface.h"