aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-09-19 14:40:11 +0200
committerAnders Broman <a.broman58@gmail.com>2016-09-23 04:32:46 +0000
commit064f4d18dbc2cba6452d69bd354da2ff234b4182 (patch)
tree9362f798992523f2e897229f289dbe6022855d58 /epan/dissectors/packet-e212.c
parent1ec28b4a084112e6ca4971300f17354e8c6cee3c (diff)
eap: dissect eap wlan identity.
EAP identities can be of different kind. This change adds a sort of heuristic that dissects the wlan identity in the form of <imsi>@wlan.mnc<mnc>.mcc<mcc>.3gppnetwork.org. A general purpose dissection function, acting as a proxy, has been created to make room for other specific dissections. Bug: 12921 Change-Id: Ic48aee004fa7df5ee4dbeca091ed31616d155890 Reviewed-on: https://code.wireshark.org/review/17796 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-e212.c')
-rw-r--r--epan/dissectors/packet-e212.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e212.c b/epan/dissectors/packet-e212.c
index f8e337be68..4578823afc 100644
--- a/epan/dissectors/packet-e212.c
+++ b/epan/dissectors/packet-e212.c
@@ -2705,7 +2705,7 @@ static const value_string mcc_mnc_codes[] = {
{ 0, NULL }
};
-static value_string_ext mcc_mnc_codes_ext = VALUE_STRING_EXT_INIT(mcc_mnc_codes);
+value_string_ext mcc_mnc_codes_ext = VALUE_STRING_EXT_INIT(mcc_mnc_codes);
static int proto_e212 = -1;