Wireshark-commits: [Wireshark-commits] master e0fe5cf: NAS EPS: catch exception when using ESM data
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 23 May 2019 15:20:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0fe5cfe923f81ab716d4554f57bd1fb8830d746
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e0fe5cf by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    NAS EPS: catch exception when using ESM data container heuristic
    
    This way if we try to decode non IP data as IP (due to preference
    setting), this does not prevent the end of the packet from being
    dissected.
    While we are at it, let's improve the heuristics.
    
    Change-Id: Ic5b76cd84554fcbd10c3cf59294783933196163a
    Reviewed-on: https://code.wireshark.org/review/33331
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  d36b72e   SDP: show rtcp and rtcp-mux media attribute values
     add  e0fe5cf   NAS EPS: catch exception when using ESM data container heuristic


Summary of changes:
 epan/dissectors/packet-nas_eps.c | 42 ++++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 19 deletions(-)