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.