Wireshark-commits: [Wireshark-commits] master 659966d: eap: don't dissect the identity as IMSI unle
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=659966d29b0f9ad065f765c526050d52f9c67e80
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
659966d by Dario Lombardo (lomato@xxxxxxxxx):
    eap: don't dissect the identity as IMSI unless that's the case.
    
    The identity in SIM/AKA/AKA' is IMSI (permanent identity) in some cases only.
    Others contain a pseudonym or a fast reauthentication username. Dissect the
    formers as flat usernames.
    
    Bug: 15196
    Change-Id: Ia4491431b6ff557a248271b743c1e37c4e6c0b24
    Reviewed-on: https://code.wireshark.org/review/30129
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    
Actions performed:
    from  6c19f98   text2pcap: Fix TCP, UDP or SCTP headers over IPv6
     add  659966d   eap: don't dissect the identity as IMSI unless that's the case.
Summary of changes:
 epan/dissectors/packet-eap.c | 37 +++++++++++++++++++++++++++++++++++--
 1 file changed, 35 insertions(+), 2 deletions(-)