URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c8f070473a6874961c8b828654a5e424af42d548
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c8f0704 by Vasil Velichkov (vvvelichkov@xxxxxxxxx):
camel: Add Digits dissection
The following parameters are all defined as Digits
calledAddressValue
callingAddressValue
assistingSSPIPRoutingAddress
additionalCallingPartyNumber
correlationID
dTMFDigitsCompleted
dTMFDigitsTimeOut
number
digitsResponse
Add sub-tree for each parameter
Reuse the AdditionalCallingPartyNumber implementation
Export dissect_isup_generic_digits_parameter from the isup dissector
Change-Id: Icdcbbab6969cf75c7c2cc0f98549fed41ff6891f
Reviewed-on: https://code.wireshark.org/review/28158
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from b296168 rpm: fix compilation on centos (uses cmake3).
adds c8f0704 camel: Add Digits dissection
Summary of changes:
epan/dissectors/asn1/camel/camel.cnf | 60 +++++++++++-
epan/dissectors/asn1/camel/packet-camel-template.c | 16 +++
epan/dissectors/packet-camel.c | 109 +++++++++++++++++----
epan/dissectors/packet-isup.c | 2 +-
epan/dissectors/packet-isup.h | 1 +
5 files changed, 162 insertions(+), 26 deletions(-)