Wireshark-commits: [Wireshark-commits] master 1b1b934: M3AP: fix dissection of IPAddress field

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 3 Feb 2016 17:48:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b1b93429af01b13550c985978fa3808296d7f5d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1b1b934 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    M3AP: fix dissection of IPAddress field
    
    Bug: 12070
    Change-Id: Ib516cc3ea7e00a6c4fe1661b9c78b0f6c6a25da6
    Reviewed-on: https://code.wireshark.org/review/13689
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0421e78   Fixed bug when the actual remaining command data is less than the size specified in the EtherCAT mailbox header.
    adds  1b1b934   M3AP: fix dissection of IPAddress field


Summary of changes:
 asn1/m3ap/m3ap.cnf               |   12 ++++-
 asn1/m3ap/packet-m3ap-template.c |   22 +++++++--
 epan/dissectors/packet-m3ap.c    |   92 ++++++++++++++++++++++++--------------
 3 files changed, 89 insertions(+), 37 deletions(-)