Wireshark-commits: [Wireshark-commits] master 2235c89: gsm_a_bssmap: Add LCLS specific PDU dissecti

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 01 Jun 2018 15:15:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2235c89e0cbae5669127f9900a1d18df745bd536
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2235c89 by Harald Welte (laforge@xxxxxxxxxxxx):

    gsm_a_bssmap: Add LCLS specific PDU dissection
    
    LCLS information element decoding had been added to the gsm_a_bssmap
    dissector before.  Hoewver, they were only parsed in the existing
    PDU types such as ASSIGNMENT REQ / COMPLETE.
    
    LCLS introduced the three new LCLS specific PDUs, which we must also
    handle from the dissector.  Let's do that.
    
    Change-Id: I6a57b1eaf326fa12438639418f1255b733c10d36
    Signed-off-by: Harald Welte <laforge@xxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/27941
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b5f36fe   pfcp: decode Network Instance as string
    adds  2235c89   gsm_a_bssmap: Add LCLS specific PDU dissection


Summary of changes:
 epan/dissectors/packet-gsm_a_bssmap.c | 54 +++++++++++++++++++++++++++++------
 1 file changed, 46 insertions(+), 8 deletions(-)