]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sunatm.c
CVE-2017-13687/CHDLC: Improve bounds and length checks.
[tcpdump] / print-sunatm.c
index d22e83a43d9dd8bb82fd3e7067f6651106461610..a587e5093865c825fb4ebcf3e48dc426496a4b5f 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: SunATM DLPI capture printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 struct mbuf;
 struct rtentry;
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 #include "atm.h"