]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-telnet.c
Makefile.in: 'distclean' target: add files and directories to remove
[tcpdump] / print-telnet.c
index 25484cd536667dfce0ed596e4263a96b8ab8b7ca..e8d0a3eee520d61fc136be574add6f9cfc4e3e2a 100644 (file)
@@ -56,7 +56,6 @@
 #include <string.h>
 
 #include "interface.h"
-#include "addrtoname.h"
 
 #define TELCMDS
 #define TELOPTS
@@ -485,7 +484,6 @@ telnet_parse(const u_char *sp, u_int length, int print)
                if (print)
                        (void)printf(" SE");
                sp += 2;
-               length -= 2;
                break;
        default:
                if (print)