]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-juniper.c
Update the "Error converting time" tests for packet times
[tcpdump] / print-juniper.c
index 05ff2f4ab6bd73e6817604baa28a6d9448514cba..3dda8598ccdb2abea3e6c386a8b1c288ada77073 100644 (file)
@@ -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 */
 }