aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eapol.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-13 23:38:33 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-13 23:38:33 +0000
commit276cb8f9fe0652a1e58eab8d1e88402d0a5419b7 (patch)
treed86a91be04aa4316faa0989321a0181bd7b1f810 /packet-eapol.c
parent1b946c894020cec5b96a9545a06c0cbe6b505c4b (diff)
Require that field names contain only alphanumerics, "-", "_", and ".".
Fix the names that contained other characters. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8959 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-eapol.c')
-rw-r--r--packet-eapol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-eapol.c b/packet-eapol.c
index f6c58ee2fd..7ff12eda0a 100644
--- a/packet-eapol.c
+++ b/packet-eapol.c
@@ -3,7 +3,7 @@
* (From IEEE Draft P802.1X/D11; is there a later draft, or a
* final standard? If so, check it.)
*
- * $Id: packet-eapol.c,v 1.15 2003/10/14 09:11:53 guy Exp $
+ * $Id: packet-eapol.c,v 1.16 2003/11/13 23:38:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -371,7 +371,7 @@ proto_register_eapol(void)
"WPA Key RSC", "eapol.keydes.rsc", FT_BYTES, BASE_NONE, NULL,
0x0, "WPA Key Receive Sequence Counter", HFILL }},
{ &hf_eapol_wpa_keydes_id, {
- "WPA Key ID", "eapol,keydes.id", FT_BYTES, BASE_NONE, NULL,
+ "WPA Key ID", "eapol.keydes.id", FT_BYTES, BASE_NONE, NULL,
0x0, "WPA Key ID", HFILL }},
{ &hf_eapol_wpa_keydes_mic, {
"WPA Key MIC", "eapol.keydes.mic", FT_BYTES, BASE_NONE, NULL,