X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/74f5a0eff7304539e48d4d2e6766e4c69923a117..c50f3934dacc4bd3fe16a900d4c63c05acb50ce3:/print-pgm.c diff --git a/print-pgm.c b/print-pgm.c index b0ef9e4c..d9c1e2c2 100644 --- a/print-pgm.c +++ b/print-pgm.c @@ -47,9 +47,7 @@ */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -274,7 +272,6 @@ pgm_print(netdissect_options *ndo, break; default: goto invalid; - break; } ND_PRINT("SPM seq %u trail %u lead %u nla %s", @@ -306,7 +303,6 @@ pgm_print(netdissect_options *ndo, break; default: goto invalid; - break; } ivl = GET_BE_U_4(bp); @@ -384,7 +380,6 @@ pgm_print(netdissect_options *ndo, break; default: goto invalid; - break; } /* @@ -405,7 +400,6 @@ pgm_print(netdissect_options *ndo, break; default: goto invalid; - break; } /* @@ -630,7 +624,6 @@ pgm_print(netdissect_options *ndo, break; default: goto invalid; - break; } ND_PRINT(" REDIRECT %s", nla_buf); @@ -787,7 +780,6 @@ pgm_print(netdissect_options *ndo, break; default: goto invalid; - break; } ND_PRINT(" PGMCC DATA %u %s", offset, nla_buf); @@ -830,7 +822,6 @@ pgm_print(netdissect_options *ndo, break; default: goto invalid; - break; } ND_PRINT(" PGMCC FEEDBACK %u %s", offset, nla_buf);