X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6fa52fef9bc38fdbcca7407cb039bdc7bc52a957..b84bd2b4b55067d1eea6181e1a09043ac093d48c:/print-juniper.c diff --git a/print-juniper.c b/print-juniper.c index 05ff2f4a..3dda8598 100644 --- a/print-juniper.c +++ b/print-juniper.c @@ -1166,7 +1166,6 @@ juniper_ppp_heuristic_guess(netdissect_options *ndo, default: return 0; /* did not find a ppp header */ - break; } return 1; /* we printed a ppp packet */ } @@ -1210,7 +1209,6 @@ ip_heuristic_guess(netdissect_options *ndo, break; default: return 0; /* did not find a ip header */ - break; } return 1; /* we printed an v4/v6 packet */ }