Wireshark-commits: [Wireshark-commits] master c7ebedf: FP: Fix trying to resolve out-of-range LCHID

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Sep 2018 07:32:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7ebedff516ca739e0bd1dc6b767bec269df05ea
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c7ebedf by Darien Spencer (cusneud@xxxxxxxx):

    FP: Fix trying to resolve out-of-range LCHID
    
    LCHID value of 15 indicates 'BCCH or PCCH' over
    HSDSCH and hence the MAC Content shouldn't
    be resolve by the ID.
    Also, make separate 'c/t' and 'lchid' concepts
    in the dch conversation info parsing.
    
    Bug: 14889
    Change-Id: I7a3a8556108caf60c527e4cb5241dfad4ea9a331
    Reviewed-on: https://code.wireshark.org/review/29657
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  02fc8b4   ssl,ssl-utils: remove PCT support
     add  c7ebedf   FP: Fix trying to resolve out-of-range LCHID


Summary of changes:
 epan/dissectors/packet-umts_fp.c | 70 ++++++++++++++++++++++++++--------------
 1 file changed, 45 insertions(+), 25 deletions(-)