]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pptp.c
Correctly check for various values of the ICMP type field.
[tcpdump] / print-pptp.c
index a18703a6edb02f1933733590b271bd63db0afc4d..2fbba6211e24e176c0b75460120032a144ca9809 100644 (file)
  */
 
 
+#ifndef lint
+static const char rcsid[] _U_ =
+     "@(#) $Header: /tcpdump/master/tcpdump/print-pptp.c,v 1.12 2006-06-23 02:03:09 hannes Exp $";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "interface.h"
 #include "extract.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-     "@(#) $Header: /tcpdump/master/tcpdump/print-pptp.c,v 1.10 2003-11-15 00:39:36 guy Exp $";
-#endif
 static char tstr[] = " [|pptp]";
 
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#ifndef FALSE
-#define FALSE 0
-#endif
-
 #define PPTP_MSG_TYPE_CTRL     1       /* Control Message */
 #define PPTP_MSG_TYPE_MGMT     2       /* Management Message (currently not used */
 #define PPTP_MAGIC_COOKIE      0x1a2b3c4d      /* for sanity check */