aboutsummaryrefslogtreecommitdiffstats
path: root/packet-socks.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-socks.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-socks.c')
-rw-r--r--packet-socks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-socks.c b/packet-socks.c
index e2edb4e575..d7510362af 100644
--- a/packet-socks.c
+++ b/packet-socks.c
@@ -2,7 +2,7 @@
* Routines for socks versions 4 &5 packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-socks.c,v 1.11 2000/08/21 18:36:33 guy Exp $
+ * $Id: packet-socks.c,v 1.12 2000/09/11 16:16:07 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -76,6 +76,7 @@
#include "packet-tcp.h"
#include "packet-udp.h"
+#include "strutil.h"
#define CHECK_PACKET_LENGTH(X) if (!BYTES_ARE_IN_FRAME(offset, X)){ \