Wireshark-bugs: [Wireshark-bugs] [Bug 7633] Decode Bluetooth HS 4-way handshake over 802.11 medi

Date: Tue, 18 Sep 2012 01:31:58 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7633

--- Comment #3 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-09-18 01:31:58 PDT ---

> For some reason eapol_handle == NULL. Have I done something wrong?

No, but eapol does not register by name, in packet-eapol.c add
  proto_eapol = proto_register_protocol("802.1X Authentication", "EAPOL",
"eapol");
+register_dissector("eapol", dissect_eapol, proto_eapol);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.