]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pptp.c
CARP: NDOize
[tcpdump] / print-pptp.c
index ce39b6d2823ce47e32a85b94b7fc603bde8eaf93..6ec38f93c98d0267962d04888da266f8fe2d36f4 100644 (file)
  * PPTP support contributed by Motonori Shindo ([email protected])
  */
 
-
-#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
@@ -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;