It's proto_register_rudp not proto_reg_rudp

svn path=/trunk/; revision=10690
This commit is contained in:
Jörg Mayer 2004-04-25 11:20:43 +00:00
parent ea9eab40e8
commit 61467be2fc
1 changed files with 2 additions and 2 deletions

View File

@ -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[] = {