Wireshark-commits: [Wireshark-commits] master d279713: inap: Add Digits dissection

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 09 Jun 2018 19:31:00 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d279713cf8d14003deefd3e80918b46cb5eb09d7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d279713 by Vasil Velichkov (vvvelichkov@xxxxxxxxx):

    inap: Add Digits dissection
    
    The following parameters are all defined as Digits
        calledAddressValue
        callingAddressValue
        assistingSSPIPRoutingAddress
        additionalCallingPartyNumber
        correlationID
        number
        dialledNumber
        callingLineID
        iNServiceControlCode
        iNServiceControlCodeLow
        iNServiceControlCodeHigh
        lineID
        prefix
        iPAddressValue
        digitsResponse
    Add sub-tree for each parameter
    
    Change-Id: I4e5a9b75ef357534d4ea669703f9b370c8595c67
    Reviewed-on: https://code.wireshark.org/review/28166
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bc2e185   fp: Use add_item_ret for cfn control
    adds  d279713   inap: Add Digits dissection


Summary of changes:
 epan/dissectors/asn1/inap/inap.cnf               |  75 ++++++++++++++
 epan/dissectors/asn1/inap/packet-inap-template.c |  30 ++++++
 epan/dissectors/packet-inap.c                    | 120 +++++++++++++++++++++--
 3 files changed, 217 insertions(+), 8 deletions(-)