aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nntp.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-09-11 16:16:13 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-09-11 16:16:13 +0000
commit6bf72c8659edaf4f3053f2c6c788d6f80e3ba987 (patch)
tree28e1aeb36631c1474511888f369601cf33640617 /packet-nntp.c
parent5f4e60fa25aef0df4fac22a2df8c0a2490fa263e (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2409 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-nntp.c')
-rw-r--r--packet-nntp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-nntp.c b/packet-nntp.c
index 0a27f21f33..5c8aedeef1 100644
--- a/packet-nntp.c
+++ b/packet-nntp.c
@@ -2,7 +2,7 @@
* Routines for nntp packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-nntp.c,v 1.12 2000/08/13 14:08:31 deniel Exp $
+ * $Id: packet-nntp.c,v 1.13 2000/09/11 16:16:02 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,6 +40,7 @@
#include <string.h>
#include <glib.h>
#include "packet.h"
+#include "strutil.h"
static int proto_nntp = -1;
static int hf_nntp_response = -1;