]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update a comment with the new macros names
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 9 Sep 2018 11:41:36 +0000 (13:41 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 9 Sep 2018 11:57:25 +0000 (13:57 +0200)
addrtoname.c

index b6b49aa48c80ca9ab8d5bad05e73e977dfa9d5c8..cdf8cee0d56043e4b8bf80b4345337c1537c8579 100644 (file)
@@ -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
  *
  * 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
  * 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