From 56d7db0c08d734d672c64d6c5c566ae3d70b7ed7 Mon Sep 17 00:00:00 2001 From: Tomas Kukosa Date: Wed, 28 Jun 2006 14:19:08 +0000 Subject: remove functions register_ber_oid_name() and get_ber_oid_name() from packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them svn path=/trunk/; revision=18595 --- asn1/wlancertextn/packet-wlancertextn-template.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'asn1/wlancertextn') diff --git a/asn1/wlancertextn/packet-wlancertextn-template.c b/asn1/wlancertextn/packet-wlancertextn-template.c index d1a5de13e0..133ce7609e 100644 --- a/asn1/wlancertextn/packet-wlancertextn-template.c +++ b/asn1/wlancertextn/packet-wlancertextn-template.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include @@ -80,7 +81,7 @@ void proto_register_wlancertextn(void) { /*--- proto_reg_handoff_wlancertextn -------------------------------------------*/ void proto_reg_handoff_wlancertextn(void) { #include "packet-wlancertextn-dis-tab.c" - register_ber_oid_name("1.3.6.1.5.5.7.3.13","id-kp-eapOverPPP"); - register_ber_oid_name("1.3.6.1.5.5.7.3.14","id-kp-eapOverLAN"); + add_oid_str_name("1.3.6.1.5.5.7.3.13","id-kp-eapOverPPP"); + add_oid_str_name("1.3.6.1.5.5.7.3.14","id-kp-eapOverLAN"); } -- cgit v1.2.3