X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/59d37c7ec5a7ce949db07d50594cca68fa724443..5ee91ef4b64a56003edc9535f6445d3bba1fdffd:/print-sflow.c diff --git a/print-sflow.c b/print-sflow.c index ea947ba2..0b6a832e 100644 --- a/print-sflow.c +++ b/print-sflow.c @@ -690,7 +690,7 @@ sflow_print_flow_records(netdissect_options *ndo, sflow_flow_record = (const struct sflow_flow_record_t *)tptr; - /* so, the funky encoding means we cannot blythly mask-off + /* so, the funky encoding means we cannot blithely mask-off bits, we must also check the enterprise. */ enterprise = GET_BE_U_4(sflow_flow_record->format);