aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtcp.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-rtcp.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-rtcp.c')
-rw-r--r--packet-rtcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rtcp.c b/packet-rtcp.c
index c0f7b56088..604f15bac6 100644
--- a/packet-rtcp.c
+++ b/packet-rtcp.c
@@ -3,7 +3,7 @@
*
* Jason Lango <jal@netapp.com>
*
- * $Id: packet-rtcp.c,v 1.4 2000/08/13 14:08:43 deniel Exp $
+ * $Id: packet-rtcp.c,v 1.5 2000/09/11 16:16:02 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -43,6 +43,7 @@
#include <glib.h>
#include "packet.h"
#include "packet-rtcp.h"
+#include "strutil.h"
static int proto_rtcp = -1;