]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Printers must include 'netdissect.h', not 'interface.h'
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 5 Sep 2015 21:35:58 +0000 (23:35 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 5 Sep 2015 21:35:58 +0000 (23:35 +0200)
138 files changed:
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-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-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

index e61cbde61f7c36d5044529a5bdb6d6e6c6bfe4a2..efd349581c1d1cd4a0ada1d536ec8bc35891ee97 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 
 #include "extract.h"
index ba8e396c98989ec9ab32c9b384eeef2467caaecf..08317c568cb0b5f6b4af3938565ed600ac376209 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 
 #include "extract.h"
index 015967caf8361a9fea24a927cb15328c28e6e521..8d71e1b42527d457a95c447cb89932c786dc0ae7 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "ah.h"
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 int
index 7c69e7b34f4ea576091b9c762a0ea79c5ea65875..520c23a687a7630192abdc51cf4cf5dfba54836c 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index ab31b034478990be1c0c28deafaa747311270b82..8bf0b37ed06202963eafee869d37ab4c03331a83 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 
index a1dfc66b66ae562d20c81b90a0b77043dafd11ea..0834a2438ff1f8201d4d1c1556677332a7bc8573 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ether.h"
index 135264651a5955b1eff9701b5fa2be5ef68f707c..178775798d720fa905e71a2824df5e635744bd4d 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ethertype.h"
index cd6f5d9a996fd46bb2d766c2eb7bf723a1944548..b1cb4f13103b02164d40e082156f7d73fdd8e143 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /*
index b54a30f0e554523bbd485823975e430f299e0981..5a655f2a32cc76a86c8f96bb111ce21ba2f5dabd 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ether.h"
 #include "ethertype.h"
index 71f16ff4c816fa763e31c037103ef460035fb3fa..92229a68670ee045907918043c630780d49e7564 100644 (file)
@@ -43,7 +43,7 @@
 #include <tcpdump-stdinc.h>
 #include <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 #define ASCII_LINELENGTH 300
 #define HEXDUMP_BYTES_PER_LINE 16
index f3618d79951e1d71ba5eaff998f7a69437552f9f..073bd1abb33e07c55755cc50e0cb689f91c1aff3 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ethertype.h"
 #include "extract.h"                   /* must come after interface.h */
index d2f18f7a3ae9bd52178408d7f8944b1163a666bc..c2514d22ec39fc69c98530f97596feaee2f3cd3c 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "atm.h"
index cdf08913a9842c9b05a93fa71b74742abaaba5b4..375c9a8b7e3c929be3c37ccf7ec9a4016fbf5ea8 100644 (file)
@@ -35,7 +35,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 4c5bc84a41f4dc1046925891c1e08a94f8f55d4b..1ddb9eb5f4a95411518f0a7a7a5183b80beb0653 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 /* Check for a string but not go beyond length
  * Return TRUE on match, FALSE otherwise
index 0450175f8b7a7a063f8142b2e317fccc9680433b..724032acd1ab21adad154f2a92e6f7892a3f1818 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #include "udp.h"
index 84241415a82c92fc655a627f332782a3d7e14d2f..9b622234757c5360a2b17973bbcf40c7c9a77ce1 100644 (file)
@@ -39,7 +39,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 #include "af.h"
index 07c518e8a09b00b22284e4c81df031a85fc73e0e..bc03be9f3eb9cc37099b3e4771d2c58de12006cd 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 68c02a61610eb0d3bedf8974c52d1db4b077c31e..55252bc0e99f34b6d06054c00b1a14f484caa6e2 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #if defined(DLT_BLUETOOTH_HCI_H4_WITH_PHDR) && defined(HAVE_PCAP_BLUETOOTH_H)
index 5d1cb64f6d96cf1ace35e88feba089b1f4fd9325..0b502499fb4b9cd22d90d38b67de732a1163f821 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 
 /*
index 6417c1a8e57883bc3949475c7ef867fd8b93ef6a..c7a7437966220cd57ab3fa570876e3b307cc3233 100644 (file)
@@ -40,7 +40,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h" /* for checksum structure and functions */
+#include "netdissect.h" /* for checksum structure and functions */
 #include "extract.h"
 
 void
index c28bd8825b79bb3a15d54758108da6cd38eeab37..1046193d3f9f67f97ba0b1e1d7e616edabebef5a 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 #include "nlpid.h"
index 735fb1ee0a0e83429e332213a72147a50870b1e2..5ec177a6ddebade8730c5d7b34074d51909260e4 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "ether.h"
 #include "addrtoname.h"
index 766ae3810c306148a1e10d8e7aeff08396fb9a09..a27adaac44bb86008f470d02c214ce127cad0eb4 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ethertype.h"
 #include "extract.h"
index fde5ab44512f59170a0d082da70413ed03a7096d..44d629250cd127700c8065a46d687ecf65ffc177 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 
 #define RFC1483LLC_LEN 8
index ea8b318df36309076c68ffcc7cea6fc4745864e7..2ea5427ad3ba6f5402ce70c64bfa5786043dc3f1 100644 (file)
@@ -47,7 +47,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index a41f68bf5a4bba5c9cac4426997a31bb352a8239..74054fb6f22c0cb7ce15e4ec697a466ed3072540 100644 (file)
@@ -16,7 +16,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 #include "ip.h"
index e94cc6b9df7bb37efa76a14c6c3e9dc1019efe11..41d022fc42b2bc267ccc026d45b1a78cd8d246ed 100644 (file)
@@ -37,7 +37,7 @@ struct rtentry;
 #include <string.h>
 
 #include "extract.h"
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 
 static const char tstr[] = "[|decnet]";
index 3e7aa803e2ae4f80b091aa1deb66bc58a43aaae5..31211e3b367a9464f035bf2328cba3142353ddb9 100644 (file)
@@ -49,7 +49,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index a6a6d3a2cdb31fb3d03ecbf6c1ab6bb748f6a8df..7a7c6942ac2e9386037f362931b2bf7aa2e15bf7 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                    /* must come after interface.h */
 
index 5983b84363549abc8491d1a808e00cf8f7f739f5..ae896d030e69995ec174a2019c1d3aedebe4d686 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 8e0083260bd61771c9ff4871abc0485ebae6e8aa..6ec253d0de203846dc7ef2475fd56e686ce0cd8c 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 58b1159e3979973ad74c98276552d9d6356c7130..9420d110f5ef2f8bc07e92df0cec0db459dfbcde 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #define        EAP_FRAME_TYPE_PACKET           0
index e15f688b7555c9c51844e2cfa2e495ff6204ae9a..3b010f87894e0dac9d9ebf10d10f10dfe172237f 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 5718d5114344f89c4aaaad0b13b1888a02d92012..f4f2d9cb01bc130ae8c892bef291dc49c6263aba 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 445bc4a97e8974f43957beaf4f87c51822df1ad4..7466b3584291413f2d06d8c9b896323eaba1e3c0 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /* From $OpenBSD: if_enc.h,v 1.8 2001/06/25 05:14:00 angelos Exp $ */
index 5dbb28d4cd2be2810f6120bb1ed7fe73d6f100af..fe494a39e81ff6384acc71ea082b2343b90590f0 100644 (file)
@@ -47,7 +47,7 @@
 #include "ip6.h"
 #endif
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #include "ascii_strcasecmp.h"
index ddf6a5305260056fd8416fb76a43c114652e6ac8..1bccc0565cb2d8cf90e2276202a0b1225bf239db 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ethertype.h"
index fbda09d7a9f31ef9336ba8ae9281e5d1cecc536a..4b5be5907c5fdd898943a622c3b1b2b833600665 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ether.h"
 
index d3ffb1e569c0218ec4a86b479ec616e6dd4663da..0f4b25608b64e41491221b958403bdb48f855f01 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = "[|forces]";
index 2e04cbdca156a5a331c2524796cd99838b182fd7..14964466808ee03a57e85402a59a3a7aeb929091 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ethertype.h"
 #include "llc.h"
index 53dafb4c81f27db1710b8c77cfa614bfa8542016..b8c49fd986946b5866011f6d1856e546909d6db7 100644 (file)
@@ -28,7 +28,7 @@
 #include <tcpdump-stdinc.h>
 
 #include "ip6.h"
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 int
index 28cb92bddedde412c15664e90457257a49f5bcf2..cbe44a1da4f7c0d7efb8477cdbc1926649f767e2 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "ethertype.h"
 
index b83723dcaa8a6fb23fe7670d334961f83732612d..45326154f6e4f4cfbc887ff9ea34f1462edc9bc9 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index aafd8846d3b2911397cd8b31df5aaa578ea6d982..ee26d0d3c21542fbc9d2e203bf0e86bb93ef4eda 100644 (file)
@@ -44,7 +44,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "ethertype.h"
 
index 6dc43de1744c73212e92405305642efc11b010eb..5fd923debc2d0913be08e0fcc3e5a66d637581f7 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 
 /* HSRP op code types. */
index 49df1748ededdcda5018e931e7904f361ad1d65a..4f6a5d239591de2d47ff79a11a5a57eedb75206e 100644 (file)
@@ -25,7 +25,7 @@ static const char rcsid[] _U_ =
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /*
index e270cde17b63b121ca62bc116ed07b657ac867b0..ff628c8bbde3b33d56f0e0926beb5a79b9301b4d 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 
index fbc77ec2c140447a7aa46a9d5851efa58dbd5f47..af23cc8b40eb3e8630635a19fa9594a056fdf482 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index d3a685aa9b970191d9b889d9c746d7e49e052aec..dcbe10501549e63dc629f185057a44c20ec1fc9b 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"            /* must come after interface.h */
 
index 9b59dc5a849c05117098a24b6eb22a4d3990ec20..ebea26f575081d7c6c3f9496c1237f75c73c049f 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"                   /* must come after interface.h */
 
 /* Cisco IGRP definitions */
index a7a3b470c3bf29073951c529d35093241f1e578e..09a44ae51caf2d4d58b5c364e80d965efec1115c 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 
index 98d6adf57030a6bcd2c2bebb61280439c8ccbc08..4a876995fa7a807db8b5c55ab11f316bc619b49f 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index b1af8f865c2ff9f704b7d8c354b0c85d4456bd74..8be9113e6542255a28dd132442fbc1fbcb3c42f0 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "ip6.h"
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 633de9bedb09df76901393494a569c9d35882f72..cf8de2a1896cee9b73e14a099321329fa58af3ec 100644 (file)
@@ -35,7 +35,7 @@ struct ipcomp {
 #include <zlib.h>
 #endif
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 int
index 61e4f825d10eede27b44a905d771fb72b6f94b49..bf1b3382bb86ac8739ff9454d16a37dd90a8d727 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 
 #include "ether.h"
index 20ebbfd3c38ecaa8e63ad3eb7c708f0fab55a784..87b1b50133e0456ae95b0f13ecafdf2423c7b0ac 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 typedef struct ipnet_hdr {
        uint8_t         iph_version;
index b06ff613d7c049b278f6427aba655816e3b0f858..3ad45c736a61ffd994c6c7869eeef029242a7fd3 100644 (file)
@@ -30,7 +30,7 @@
 
 #include <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 5b7ecd6617cf08df366128cfb3b107c150281075..78f0d93b98aae98e71102081e1cff10646d35e75 100644 (file)
@@ -43,7 +43,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                    /* must come after interface.h */
 
index fb4c0b2606b3858bff0ceeb11ae62bd8aa2016b7..4298d5e4197068b0e09446f39b3326f57a27b0e0 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ether.h"
 #include "nlpid.h"
index d5fd79d0fb34774aba0cc082932625839d07530b..91d40b13bc246268c3cdca086278dc86d3301c5a 100644 (file)
@@ -26,7 +26,7 @@ __RCSID("NetBSD: print-juniper.c,v 1.3 2007/07/25 06:31:32 dogcow Exp ");
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 #include "ppp.h"
index b57c12d8c950f7079765ea8fe1d7a88a502cc004..ab9ff8dc8e9bf67440a20a1ec91d374f33f8aefe 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = " [|kerberos]";
index 514eb2c5f4519f5876e948761d4a1b843ad279a2..0c7d5114c0a77b16fcd8efcdbbc96fc31cc6627d 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #define L2TP_FLAG_TYPE         0x8000  /* Type (0=Data, 1=Control) */
index edf5451cf7f0eafd3faf21ab6a9cad4663adad87..f179c7dbd0c0a70b6aafbb9200daa3bf06de78ba 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "ether.h"
 
index cf421c436972fad433739a5181617e25e04dfa49..51b8d164efefff0692a44ce5035f453e9db588ac 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index c86618b8486ff6d649ae45751101a43926a9d2e8..11f248bbdf2c37682f07117c6e8097375887be5b 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 
index e4bed732edc3d63882b872755899dc66eb855efc..7d4c792b82ef1004dc398ae7fead17b554d48a66 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "af.h"
index ca1d5cd05d9a4c5230b705f067d322bdb086a7e0..069a3a33f4a6d1ff6b68fe2b046923f9a36e89df 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "gmpls.h"
index 481cf6eef801f68aba4b94075833c3cbf167ca0e..e54d1dbfa12b12ed2081aab8ae8434e5ee5214fc 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "ether.h"
 #include "addrtoname.h"
index ae43fef32034d22b215388857981f11626346153..779c7f7dc95d2815aa10a9d2badf5c8871da598c 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index a6c05a3977b9b6a4a55123b2d718f7868b21db01..e75a354ffeed8fdd2961c0abd4af109f8a7cb04a 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 90a6866a0a19b098d49c132bd9db4b83e21b86aa..38a5c6ffe21f3708af843899b898e9bd6c9fca7a 100644 (file)
@@ -38,7 +38,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                    /* must come after interface.h */
 
index be7a30a4615bc28015f2e409118bf6f0a77d9f89..b217e8ff6d95cee926b55a3adcc310841a9f278a 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = " [|m3ua]";
index e9ec317b242587f9a546b74b40f3735f34c5b30f..c4fc7198413b959fa174f85afa2d6f6b920da560 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "ether.h"
 #include "ethertype.h"
 #include "extract.h"                   /* must come after interface.h */
index c06b84af8801d2321c5f78e885d1a8a23d125260..95410b3fa81d2e86792672ec56cb22eedfb96963 100644 (file)
@@ -42,7 +42,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"           /* must come after interface.h */
 
index d08984d168626ff0f2aab510389bdaf4c2d88e52..dad685891b20fe6473344b85379bb8c36512c3df 100644 (file)
@@ -35,7 +35,7 @@
 #include <tcpdump-stdinc.h>
 
 #include "ip6.h"
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"           /* must come after interface.h */
 
index e2b6c394f2d9ef2696dbe143c8dc41f58d6865f5..32fa958d477b932f22d66130ca4ea9ecdbd7c3ca 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #define MPCP_TIMESTAMP_LEN        4
index 03ff1b3ee4b5ecc660e0b076f89add533317db31..027b67293cdded1508a4c08e164190fa156917e9 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"                   /* must come after interface.h */
 #include "mpls.h"
 
index a37a59d9a7fa57293a4027f93e8848f27744bda7..c7ca2f1573aac9fbaee9060a31505d0abc28b6d3 100644 (file)
@@ -38,7 +38,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 16abc3ecb71f3005209e0571824c5a709c0bbc13..6b2dc51a0e35f4916e6ebae843e587589c1ac356 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 2721246d2a8f126dae2c17a86c09abde5889c9f8..27828f4067e30df6e7ce2557ddda478d6df295cf 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index a29b930cb30f25ea4c01a57cc34efb9c1208a484..b096e9ec2fc5312c3f967ad00b08682248a1ae7e 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 #if defined(DLT_NFLOG) && defined(HAVE_PCAP_NFLOG_H)
 #include <pcap/nflog.h>
index ac51f7ee1a29a341448c1b5c1f2f5a5c004b56d0..7ec799cde14b228be69c7e7730bc927a398c7f2b 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index eed98f7e68b821384b1e3aaa37dcb69ec5c890f0..e48bd0f9754605f1df8cb07a98343c183d19d113 100644 (file)
@@ -33,7 +33,7 @@
 #include <time.h>
 #endif
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index b6fdf9f80a0dc3c4b9d2312e06d7d3aeaadd9cd3..60c9bf04cf2c8d63ab4691beac1f9c346e38038f 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "af.h"
 
 /*
index dfa09da4444ae4d3a9850cecaa03b97788849de1..9625728edeee1c6b71c68a809a4d6adee173311e 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 9fb0f635cc7bbdefd9619c861b882d32a3069430..8cfc00c3df031b5cfba68a9fc48a18914230db6f 100644 (file)
@@ -62,7 +62,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ether.h"
index 0563edead79b3ea76bfa3aaccec615b26839c75b..603ed2b614b3e0dca7147eb13ca2caf82b66c13f 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "openflow.h"
 #include "oui.h"
index 3fc0c948876c7f05f386336c1c77f14f861edf96..c516a90a2308cbc12379a4385f31c4fabb830786 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 #include "gmpls.h"
index 7ae1733ae108b0b7eeeedfd651c0cfae9c49252c..5032d8bc3da9a125ec69644ee3948f9d3f437f31 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 3255ddb07e65eaaf1193460ada9bb5995e503dda..7f619df33dd99c2b9aee4a8d18e5f8120a12e566 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /*
index 0df10c84163ad478cab557cbdd7f56d383c96004..d08ceddbf31717d17283dec1310d4527c5045734 100644 (file)
@@ -34,7 +34,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = "[|pflog]";
index 1821c2bad64777741c734fe650f57c006cbce838..5fa1fcb966fd93b9ceb59f266bac4d6e94a70187 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 1c1050b1dfc3b7d856881fdc6daf0d18ecc58e41..149f027a17042b4cd8ff5f4d255376ac52a7a70d 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index daabe41e9f4fa2a6ef90a335489463391fa1a950..90d5061913c352e723edca197e91e99da9aeb69f 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #ifdef DLT_PKTAP
index b9f765797ddd4c46cd9783604e9ec9c9e993ea37..b40acd00c302292d103cf0fa6cfc151771f92587 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 typedef struct ppi_header {
index d9bca84c511082cedacd78b702373af2c4b596cf..b245625f88aa9de6c4b7ae1549afa035691ccf3d 100644 (file)
@@ -42,7 +42,7 @@
 
 #include <stdlib.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ppp.h"
index aeb38630ddcd0ccbc938245ab0d1aae1725ebe1b..e54a345e9b00bb17bf0b70c507c4fae89a4af320 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"                   /* must come after interface.h */
 
 /* Codes */
index bac6078c211e25ed67c596aade6405f773a5b3da..58b1c56cf533f28e69aa7cbe828dfde22f163ca5 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = " [|pptp]";
index 3018a5fb11f74a5e98c2b37b104c5400b3d7adc9..83e432ffafaec8e56d7aaefc43fdfe36b41cfee4 100644 (file)
@@ -60,7 +60,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 #include "oui.h"
index 74d63639958937045b30717ba09d4d161122e9d5..83f66b488efa66bbc87a0858b09dab076ff4ccd4 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 /*
  * The DLT_RAW packet has no header. It contains a raw IP packet.
index 3c64bf9a1a202d8e7a58335235b10f6cd2ec875a..087b2d9f32a55e0834e34177558ed61708309eda 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 
index afe1c5e6dd2d5291a8fb10c39b82ded8108969da..764680770b30cfeaeba5688c626140de1b7c5fda 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 409125da7c128c01b77b427aa59eb1fc54da6d13..1512fefc7ff85801ac604e35de7c90f47e932552 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 5f24a43ed7a63aa8e003284da4721648410ebc21..c4d437574bfc6aa50af9a923bf82577f4c7957d2 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 #include "ether.h"
index 2c510f30cda03574dce2740a5fe60f83948d7e7e..06cd215f1d5b615701eec9c181d9f525e5b1ed92 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ethertype.h"
index 8c1ff6a9b8ec92f9003d15def84c8854868d3f47..0f944e7b3e44159c51b702f2b077bad958cbb97a 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "ip6.h"
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index d721b8dbd31cb6dedd506efce05bf4cc06fea85e..9f4a3039e7ed8b0081bac1019313cc76e4b4ebdc 100644 (file)
@@ -25,7 +25,7 @@ static const char rcsid[] _U_ =
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char *rtspcmds[] = {
index 246ba6fe3871e484503660c34ab0d0a7ca21c2e9..9657d2bfc6acd029876e4312d1195acbe4926135 100644 (file)
@@ -41,7 +41,7 @@
 #include <string.h>
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 6c41766d725f3b9a21f7a2612a279cb99535d613..04d99c17e07fb1593b375939069ef7bb16108841 100644 (file)
@@ -39,7 +39,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */
 #include "ip.h"
index e16f0ab32070ae6e2b77cb298d2ad891a1508296..f3d6ff5f6a746ead900538acd2f3514b80e08918 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 5c5d1fec7d3c2ffc827cd5dc3b715bff9d0aa098..836fb9e2d2f8f85f7ae82170216a80084a277228 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char *sipcmds[] = {
index 87daa47fa3fc2d203dabc6b27ff0f9f9ceda5d0a..1733b419d8bc238b61b9958af17ac8d7eb8b6d97 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"                   /* must come after interface.h */
 
 #include "ip.h"
index e3e6ec96e28865b13205d7af2e2e042d989a97eb..5003a3ddb67cf23f3e6762aa2745584d4c960e2e 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "ethertype.h"
 #include "extract.h"
index b46ae007a6f91588ffbc8cdd9fc976f93e476848..c289f1184d251e52ce106d432724dc1c00e44278 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ether.h"
index b8c5d9d539dce92eeb93f44b51e0a3613124a441..d02de99e800f7cddf3ffacfc06cca391a7fc49c4 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "smb.h"
 
index f348cd3bf08efd5d50ea6a815732eb7e705c5238..e6141ca4df7331dd2caa309980a5298172d3ff6e 100644 (file)
@@ -69,7 +69,7 @@
 #include <smi.h>
 #endif
 
-#include "interface.h"
+#include "netdissect.h"
 
 #undef OPAQUE  /* defined in <wingdi.h> */
 
index d3879615959cafa15c7a95369965e164792ccade..189def7d5d1d24e05ff2dd190c9d6983eb642f17 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #define        RSTP_EXTRACT_PORT_ROLE(x) (((x)&0x0C)>>2)
index d22e83a43d9dd8bb82fd3e7067f6651106461610..eef9c035d6f5e0eee2d32ea2d5ba841249500b53 100644 (file)
@@ -39,7 +39,7 @@
 struct mbuf;
 struct rtentry;
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #include "atm.h"
index e1da350a19c080da218e47ddecb3b18cbfea4a7c..82a2f0d61a7aab16b55bb47fe843d69207133dfb 100644 (file)
@@ -50,7 +50,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index e4328880ef49b83f207270bfafbc96a92d6d82a8..679235f95768d438505e3e10776aa023067d28a3 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "ethertype.h"
 
index 2d48181502a600730d3da714b8626aef82bfd1c5..9be3b52a62467a21c17df1a472e2acbaff574056 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = "[|syslog]";
index a1d68a8adddaa0269a2f42007d0bb9581a076e1e..5fbb2ebb53eba31d957c555775b4b22d3d869c20 100644 (file)
@@ -37,7 +37,7 @@ __RCSID("$NetBSD: print-tcp.c,v 1.8 2007/07/24 11:53:48 drochner Exp $");
 #include <stdlib.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index b3f17ed28791f0ca7d937f4c289bdc5294efad03..ae29b4749a21092f088f8844a2e34d3241884062 100644 (file)
@@ -53,7 +53,7 @@
 
 #include <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 #define TELCMDS
 #define TELOPTS
index d996b8cfd69269cd7ef04ee6c4f72a7460111ab5..c77297d873c9b89f45ad4c6953fc0f6d091d333d 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /*
index 1b7d3ab85e3b5680793e0c337b6aed73d66e3b57..7b817141cbf8918a48cb06a51e41f550533eba85 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /*
index 9c760fdd008d418551caf0927eaf7cbaeb2d03ab..3e41e08d688f948066bbb46553c11adf11dd14fd 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "ether.h"
 #include "ethertype.h"
 #include "extract.h"                   /* must come after interface.h */
index 6bf2b23da8f9272f38fb503bd15518c1dd020b97..e213f6fe7a76e3cdfde99afea784646886627bc4 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ether.h"
index fd6fdf9177fe3f80b60e3e2f1a20736559675833..4ff889e8d23d96c226e73443b7f1dafb5f8d89ad 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #define UDLD_HEADER_LEN                        4
index d718f8565c23b90e8f78d5d17502e08f6426ba40..b59675f0c71b521d31772f9221b18d7a5106c264 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 #include "appletalk.h"
index d0ad6141c06bafbff6d1bf29ec8edb24b671fb64..7f453e33a28ac24be3782f87d019df63373beb46 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 
 #if defined(HAVE_PCAP_USB_H) && defined(DLT_USB_LINUX)
index 65aa8e6abb8f757812ccbc91592d28179c00346e..85b500eb6ec5207d0fee33f81e6bc2e477ed4c25 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "slcompress.h"
 #include "ppp.h"
 
index 45150b6d56a213a203a55a036fdd908ae3eac893..8305d5d20be71300b678d313569e7d7ede5f1ca0 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 3caa0b24a262f48d3c052bbf0cea54cf2ff171bf..f29272ee525935ece4fe97b5eefb88ebd499bb94 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 
index 2ee37542dcd4bf26df9790bd69da82069160bd42..3b2c95c5553628f5b70ee88f63a1fcdaaac0aaa6 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index c123b4cee4ba41577787bd4516ca61338cab9228..fd12d2d3b6c5df2e6784c89430c73e40e6fc66d2 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /*
index 92b8c2c36691b7e2bdf2fcc94a16b87fbb76b044..23db3de5c87a7117291f408662f30af1c51cc5c9 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
index 700d0bc088a5b24f6acf0f77c9490bcb4bee9836..90bd52b8437d026221469da0da6d9c6168b66e2c 100644 (file)
@@ -30,7 +30,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 struct z_packet {
     const char *version;
index b73020359c98c47dc25a63cba150c3425003e121..410241e4dc03601b3adfbbd27a552324c380159f 100644 (file)
@@ -34,7 +34,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 static const char tstr[] = " [|zmtp1]";