ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5633] EAP-TLS cannot re-initialize properly if previous EA

Date: Sat, 29 Jan 2011 21:17:29 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5633

--- Comment #2 from billyjeans@xxxxxxxxx 2011-01-29 21:17:28 PST ---
Since EAP-Identity may only exist in one direction, it is reasonable to add
also an re-initialize at EAP-Start indication in packet-eap.c:

      case EAP_TYPE_TTLS:
      case EAP_TYPE_TLS:
....
    if (test_flag(flags,EAP_TLS_FLAG_S)) 
        conversation_state->eap_tls_seq = -1;

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