]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sunatm.c
CVE-2017-13687/CHDLC: Improve bounds and length checks.
[tcpdump] / print-sunatm.c
index fc03d42a47027c9f47b4fe6f5e35991fbee06818..a587e5093865c825fb4ebcf3e48dc426496a4b5f 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#define NETDISSECT_REWORKED
+/* \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"