aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-04-25 11:20:43 +0000
committerJörg Mayer <jmayer@loplof.de>2004-04-25 11:20:43 +0000
commit61467be2fcb375604887aa733911e94214fe2f26 (patch)
tree77410f1238c4f769fc8aa4d3ca41433f3a38d6a3 /plugins
parentea9eab40e87f0b26db01a5cdc93af803bfe10dc4 (diff)
It's proto_register_rudp not proto_reg_rudp
svn path=/trunk/; revision=10690
Diffstat (limited to 'plugins')
-rw-r--r--plugins/rudp/packet-rudp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rudp/packet-rudp.c b/plugins/rudp/packet-rudp.c
index 43b43744e9..5c89dcd6b3 100644
--- a/plugins/rudp/packet-rudp.c
+++ b/plugins/rudp/packet-rudp.c
@@ -2,7 +2,7 @@
* Routines for Reliable UDP Protocol.
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-rudp.c,v 1.6 2004/04/25 11:14:01 jmayer Exp $
+ * $Id: packet-rudp.c,v 1.7 2004/04/25 11:20:43 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -126,7 +126,7 @@ dissect_rudp(tvbuff_t *tvb, packet_info *pinfo _U_ , proto_tree *tree)
}
void
-proto_reg_rudp(void)
+proto_register_rudp(void)
{
static hf_register_info hf[] = {