aboutsummaryrefslogtreecommitdiffstats
path: root/packet-srvloc.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-srvloc.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-srvloc.c')
-rw-r--r--packet-srvloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-srvloc.c b/packet-srvloc.c
index 3525e86bba..988beb9c41 100644
--- a/packet-srvloc.c
+++ b/packet-srvloc.c
@@ -6,7 +6,7 @@
* In particular I have not had an opportunity to see how it
* responds to SRVLOC over TCP.
*
- * $Id: packet-srvloc.c,v 1.14 2000/08/13 14:09:02 deniel Exp $
+ * $Id: packet-srvloc.c,v 1.15 2000/09/11 16:16:08 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -54,6 +54,7 @@
#include "packet.h"
#include "packet-ipv6.h"
+#include "strutil.h"
static int proto_srvloc = -1;
static int hf_srvloc_version = -1;