X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5a796b82bd7e85d479c6ccc6eb0a6ddf321e840d..0023eaa78f123676bfa9c5fba72ea4b8a59aaa70:/print-telnet.c diff --git a/print-telnet.c b/print-telnet.c index ea7464f0..97be4b91 100644 --- a/print-telnet.c +++ b/print-telnet.c @@ -47,9 +47,7 @@ /* \summary: Telnet option printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -117,7 +115,7 @@ static const char *telcmds[] = { #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */ -#define TELOPT_XASCII 17 /* extended ascic character set */ +#define TELOPT_XASCII 17 /* extended ascii character set */ #define TELOPT_LOGOUT 18 /* force logout */ #define TELOPT_BM 19 /* byte macro */ #define TELOPT_DET 20 /* data entry terminal */