aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eapol.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-13 23:38:33 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-13 23:38:33 +0000
commit624fe0ec15f6f4934671dd80147e8bf96690ae65 (patch)
treed86a91be04aa4316faa0989321a0181bd7b1f810 /packet-eapol.c
parentca5235bc356ee71700269effb54c85d7214b6194 (diff)
Require that field names contain only alphanumerics, "-", "_", and ".".
Fix the names that contained other characters. svn path=/trunk/; revision=8959
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,