aboutsummaryrefslogtreecommitdiffstats
path: root/packet-telnet.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-11 16:16:13 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-11 16:16:13 +0000
commit9941aabd64835e9c2e855b44cf0a6e336443b468 (patch)
tree28e1aeb36631c1474511888f369601cf33640617 /packet-telnet.c
parentbf98417be05a76e93fd3976fef85110be51be780 (diff)
Move format_text(), get_token_len(), and fine_line_end(), into strutil.c
This keeps tvbuff.c generic; it doesn't have to pull in packet.h and all of it's included files. svn path=/trunk/; revision=2409
Diffstat (limited to 'packet-telnet.c')
-rw-r--r--packet-telnet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-telnet.c b/packet-telnet.c
index 3d2826c126..8bc0cb801a 100644
--- a/packet-telnet.c
+++ b/packet-telnet.c
@@ -2,7 +2,7 @@
* Routines for telnet packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-telnet.c,v 1.15 2000/08/13 14:08:44 deniel Exp $
+ * $Id: packet-telnet.c,v 1.16 2000/09/11 16:16:11 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -42,6 +42,7 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
+#include "strutil.h"
static int proto_telnet = -1;