From c229abeca70b8d49cf46792999005164a19fd17a Mon Sep 17 00:00:00 2001 From: etxrab Date: Wed, 8 Jun 2005 05:03:36 +0000 Subject: Fix a typo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14584 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-radius.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan') diff --git a/epan/dissectors/packet-radius.c b/epan/dissectors/packet-radius.c index 8947aac59b..7249d73b3d 100644 --- a/epan/dissectors/packet-radius.c +++ b/epan/dissectors/packet-radius.c @@ -484,7 +484,7 @@ static const value_string radius_tunnel_type_vals[] = {10, "GRE"}, {11, "DVS"}, {12, "IP-IP"}, - {12, "VLAN"}, /*[RFC3580]*/ + {13, "VLAN"}, /*[RFC3580]*/ {0, NULL} }; -- cgit v1.2.3