From 31cd589d20ba8d3d6b3fc4fccacc40d38a163c5d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:52:31 +0200 Subject: Adding upstream version 4.99.5. Signed-off-by: Daniel Baumann --- print-telnet.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'print-telnet.c') diff --git a/print-telnet.c b/print-telnet.c index ea7464f..97be4b9 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 */ -- cgit v1.2.3