X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/27d428c0a126e9ca6518b16f011cacc1caab1f2c..39d15607cad1b4b463794c1a67873f6182dc52f7:/print-telnet.c diff --git a/print-telnet.c b/print-telnet.c index 44a48f47..8b4113cf 100644 --- a/print-telnet.c +++ b/print-telnet.c @@ -49,11 +49,6 @@ #include "config.h" #endif -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.24 2003-12-29 11:05:10 hannes Exp $"; -#endif - #include #include @@ -61,7 +56,6 @@ static const char rcsid[] _U_ = #include #include "interface.h" -#include "addrtoname.h" #define TELCMDS #define TELOPTS @@ -528,7 +522,7 @@ telnet_print(const u_char *sp, u_int length) if (Xflag && 2 < vflag) { if (first) printf("\nTelnet:"); - hex_print_with_offset("\n", sp, l, sp - osp); + hex_print_with_offset(gndo,"\n", sp, l, sp - osp); if (l > 8) printf("\n\t\t\t\t"); else