aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sdp.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-sdp.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-sdp.c')
-rw-r--r--packet-sdp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-sdp.c b/packet-sdp.c
index 5b57df7e8f..edb6a127df 100644
--- a/packet-sdp.c
+++ b/packet-sdp.c
@@ -4,7 +4,7 @@
* Jason Lango <jal@netapp.com>
* Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-sdp.c,v 1.9 2000/08/13 14:08:46 deniel Exp $
+ * $Id: packet-sdp.c,v 1.10 2000/09/11 16:16:03 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -39,6 +39,7 @@
#include <glib.h>
#include "packet.h"
+#include "strutil.h"
static int proto_sdp = -1;