]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sflow.c
ICMPv6: Delete some remains from drafts for Node Information Queries
[tcpdump] / print-sflow.c
index 895d2546c37218b2317afeec6bb9f354e71050ef..22de02b720cd412fe2d444deb89b1aa95d4fddc1 100644 (file)
@@ -21,9 +21,7 @@
 
 /* specification: https://sflow.org/developers/specifications.php */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -690,7 +688,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);