X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ccc83a4e2e5231b603034f60a65b7f59da541c64..refs/heads/master:/print-dccp.c diff --git a/print-dccp.c b/print-dccp.c index 5a0890a9..2ae46a97 100644 --- a/print-dccp.c +++ b/print-dccp.c @@ -11,9 +11,7 @@ /* specification: RFC 4340 */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -392,7 +390,6 @@ dccp_print(netdissect_options *ndo, const u_char *bp, const u_char *data2, break; default: goto invalid; - break; } if ((DCCPH_TYPE(dh) != DCCP_PKT_DATA) && @@ -596,7 +593,6 @@ dccp_print_option(netdissect_options *ndo, const u_char *bp, u_int hlen) default: ND_PRINT(" [optlen != 6 or 8 or 10]"); goto invalid; - break; } break; case DCCP_OPTION_ELAPSED_TIME: