X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1e1ec7f400a4cce30de4c0871c29e67ec14fb770..2c5130e6f5d2592752ee7408b83abf5d11efad9a:/print.c diff --git a/print.c b/print.c index 603969ff..1eb6793b 100644 --- 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) {