X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/617f68b27238e29c391700fbd935b8e48eb263df..39d15607cad1b4b463794c1a67873f6182dc52f7:/print-pptp.c diff --git a/print-pptp.c b/print-pptp.c index 2fbba621..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[] _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" #endif @@ -38,7 +32,7 @@ static const char rcsid[] _U_ = #include "interface.h" #include "extract.h" -static char tstr[] = " [|pptp]"; +static const char tstr[] = " [|pptp]"; #define PPTP_MSG_TYPE_CTRL 1 /* Control Message */ #define PPTP_MSG_TYPE_MGMT 2 /* Management Message (currently not used */ @@ -557,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;