]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pptp.c
Pointers into packet data should usually be pointers to unsigned 1-byte
[tcpdump] / print-pptp.c
index a18703a6edb02f1933733590b271bd63db0afc4d..9c1db2949c67d51ca597160fd78f692b5ea9c1e1 100644 (file)
  */
 
 
+#ifndef lint
+static const char rcsid[] _U_ =
+     "@(#) $Header: /tcpdump/master/tcpdump/print-pptp.c,v 1.11 2003-11-16 09:36:33 guy 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