]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vjc.c
NTP: Use tstr for truncation indicator.
[tcpdump] / print-vjc.c
index 65aa8e6abb8f757812ccbc91592d28179c00346e..3287b9bcf789889d42dc47854d2ccd08f65606bb 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: PPP Van Jacobson compression printer */
+
+/* specification: RFC 1144 */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "slcompress.h"
 #include "ppp.h"