diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2017-08-10 09:52:46 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2017-08-10 09:52:46 +0100 |
commit | 3951a87cbe09333a11faa929f93508c848a93fd5 (patch) | |
tree | bf3134a79dd1ddb448156aba1e5c9a2a410ae915 /nameser.h | |
parent | ff8464bffd24a451a5a4c08c6c6ab7d0a2c88785 (diff) | |
download | tcpdump-3951a87cbe09333a11faa929f93508c848a93fd5.tar.gz |
spell ASCII in uppercase
Diffstat (limited to 'nameser.h')
-rw-r--r-- | nameser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ #define T_UID 101 /* user ID */ #define T_GID 102 /* group ID */ #define T_UNSPEC 103 /* Unspecified format (binary data) */ -#define T_UNSPECA 104 /* "unspecified ascii". Ugly MIT hack */ +#define T_UNSPECA 104 /* "unspecified ASCII". Ugly MIT hack */ /* Query type values which do not appear in resource records */ #define T_TKEY 249 /* Transaction Key [RFC2930] */ #define T_TSIG 250 /* Transaction Signature [RFC2845] */ |