X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fcc82f451d3e51fdf636abbf927edb287bada0e0..6e12d87355718f309ce9f33183ff8235b9c5eb0d:/print-pptp.c diff --git a/print-pptp.c b/print-pptp.c index 8ab8fa59..6ec38f93 100644 --- a/print-pptp.c +++ b/print-pptp.c @@ -21,12 +21,6 @@ * PPTP support contributed by Motonori Shindo (mshindo@mshindo.net) */ - -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-pptp.c,v 1.9 2002-12-11 07:14:07 guy Exp $"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -38,15 +32,7 @@ static const char rcsid[] = #include "interface.h" #include "extract.h" -static char tstr[] = " [|pptp]"; - -#ifndef TRUE -#define TRUE 1 -#endif - -#ifndef FALSE -#define FALSE 0 -#endif +static const char tstr[] = " [|pptp]"; #define PPTP_MSG_TYPE_CTRL 1 /* Control Message */ #define PPTP_MSG_TYPE_MGMT 2 /* Management Message (currently not used */ @@ -565,11 +551,12 @@ pptp_result_code_print(const u_int8_t *result_code, int ctrl_msg_type) break; case 4: printf(":Request"); + break; default: printf(":?"); break; - break; } + break; default: /* assertion error */ break;