aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.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-smtp.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-smtp.c')
-rw-r--r--packet-smtp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-smtp.c b/packet-smtp.c
index 4500b46553..7e2c0152e6 100644
--- a/packet-smtp.c
+++ b/packet-smtp.c
@@ -1,7 +1,7 @@
/* packet-smtp.c
* Routines for SMTP packet disassembly
*
- * $Id: packet-smtp.c,v 1.5 2000/08/26 11:25:28 sharpe Exp $
+ * $Id: packet-smtp.c,v 1.6 2000/09/11 16:16:07 gram Exp $
*
* Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com>
*
@@ -45,6 +45,7 @@
#include "conversation.h"
#include "resolv.h"
#include "prefs.h"
+#include "strutil.h"
#define TCP_PORT_SMTP 25