]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print.c
Fix "ip broadcast" netmask byte order with the -f flag.
[tcpdump] / print.c
diff --git a/print.c b/print.c
index 603969ffce44619cd71a9c361c1c0f068680fc1d..1eb6793bf887c55e8a2f2196c410b46220fe10c8 100644 (file)
--- a/print.c
+++ b/print.c
@@ -241,6 +241,7 @@ static const struct printer printers[] = {
        { NULL,                 0 },
 };
 
+// Both localnet and mask are in network byte order.
 void
 init_print(netdissect_options *ndo, uint32_t localnet, uint32_t mask)
 {