diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-09-09 13:41:36 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-09-09 13:57:25 +0200 |
commit | 0906b438b66d6897804c0f03e201d6229326ac2b (patch) | |
tree | 0f07f1192c6950277b0e82af4411a6abe445bd46 /addrtoname.c | |
parent | 6a9b0468b62c6fc87994993aa4c770a4852c3f46 (diff) | |
download | tcpdump-0906b438b66d6897804c0f03e201d6229326ac2b.tar.gz |
Update a comment with the new macros names
Diffstat (limited to 'addrtoname.c')
-rw-r--r-- | addrtoname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addrtoname.c b/addrtoname.c index b6b49aa4..cdf8cee0 100644 --- a/addrtoname.c +++ b/addrtoname.c @@ -269,7 +269,7 @@ extern cap_channel_t *capdns; * * NOTE: ap is *NOT* necessarily part of the packet data (not even if * this is being called with the "ipaddr_string()" macro), so you - * *CANNOT* use the ND_TCHECK{2}/ND_TTEST{2} macros on it. Furthermore, + * *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 * just printing the return value with "%s" - not all versions of |