]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-telnet.c
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / print-telnet.c
index b3d99cb5b8b428bfe9811eb95cad75a304934528..bf2f1719d76040a24ea27d8f1c168f7ed01e550e 100644 (file)
@@ -50,8 +50,8 @@
 #endif
 
 #ifndef lint
-static const char rcsid[] =
-     "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.21 2002-09-05 00:00:22 guy Exp $";
+static const char rcsid[] _U_ =
+     "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.23 2003-11-16 09:36:39 guy Exp $";
 #endif
 
 #include <tcpdump-stdinc.h>