From: Francois-Xavier Le Bail Date: Wed, 23 Sep 2020 17:45:52 +0000 (+0200) Subject: Remove a now inaccurate comment X-Git-Tag: tcpdump-4.99-bp~202 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/9e2f0ca9e92bbf8f7a046ee9d03bd65a5df8c2a9 Remove a now inaccurate comment ipaddr_string() is no more a macro. [skip ci] --- diff --git a/addrtoname.c b/addrtoname.c index 3252f935..39b4a241 100644 --- a/addrtoname.c +++ b/addrtoname.c @@ -267,8 +267,7 @@ extern cap_channel_t *capdns; * Return a name for the IP address pointed to by ap. This address * is assumed to be in network byte order. * - * NOTE: ap is *NOT* necessarily part of the packet data (not even if - * this is being called with the "ipaddr_string()" macro), so you + * NOTE: ap is *NOT* necessarily part of the packet data, so you * *CANNOT* use the ND_TCHECK_* or ND_TTEST_* macros on it. Furthermore, * even in cases where it *is* part of the packet data, the caller * would still have to check for a null return value, even if it's