aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/wlancertextn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-10-31 21:24:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-10-31 21:24:16 +0000
commit43700969a67aa1a0a6842ec31c46bc91b9e57a89 (patch)
tree7f72a3e76311caa37dfa1d299da900c6b214236c /asn1/wlancertextn
parent31fecd077182ebf3a32a9009921fb205819423b8 (diff)
downloadwireshark-43700969a67aa1a0a6842ec31c46bc91b9e57a89.tar.gz
wireshark-43700969a67aa1a0a6842ec31c46bc91b9e57a89.tar.bz2
wireshark-43700969a67aa1a0a6842ec31c46bc91b9e57a89.zip
Use oid_add_from_string for adding names.
(gsmmap and inap does not compile at the moment). svn path=/trunk/; revision=23324
Diffstat (limited to 'asn1/wlancertextn')
-rw-r--r--asn1/wlancertextn/packet-wlancertextn-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/wlancertextn/packet-wlancertextn-template.c b/asn1/wlancertextn/packet-wlancertextn-template.c
index 4fa18a8b73..fe672c05c3 100644
--- a/asn1/wlancertextn/packet-wlancertextn-template.c
+++ b/asn1/wlancertextn/packet-wlancertextn-template.c
@@ -82,7 +82,7 @@ void proto_register_wlancertextn(void) {
/*--- proto_reg_handoff_wlancertextn -------------------------------------------*/
void proto_reg_handoff_wlancertextn(void) {
#include "packet-wlancertextn-dis-tab.c"
- 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");
+ oid_add_from_string("id-kp-eapOverPPP","1.3.6.1.5.5.7.3.13");
+ oid_add_from_string("id-kp-eapOverLAN","1.3.6.1.5.5.7.3.14");
}