diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-03-10 13:25:52 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-03-10 13:25:52 -0700 |
commit | 4405f138044178bf9756cbb8712d086aaaafcaed (patch) | |
tree | dee5f82b4d0b63d96f07568dda6cb5a18e5b9096 /addrtoname.c | |
parent | d83a284abc80d3d09f6bddd087760bb1b01d9cc7 (diff) | |
download | tcpdump-4405f138044178bf9756cbb8712d086aaaafcaed.tar.gz |
Get rid of support for non-NDOified printers.
Remove the TTEST{2}/TCHECK{2} macros. Rename all "ndo_printer" routines,
structures, and structure members to just "printer", and get rid of the
old routines/structures/structure members with those 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 d0437fe4..6d957389 100644 --- a/addrtoname.c +++ b/addrtoname.c @@ -205,7 +205,7 @@ static uint32_t f_localnet; * * 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 TCHECK{2}/TTEST{2} macros on it. Furthermore, + * *CANNOT* use the ND_TCHECK{2}/ND_TTEST{2} 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 |