URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=27ff75c548764fc277a96490cb2fa014f3775c3d
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
27ff75c by Pascal Quantin (pascal.quantin@xxxxxxxxx):
ULP/ILP: add dissection of MSISDN, MDN and IMSI numbers
Bug: 11038
Change-Id: If4602a8ad434c46ea7986eec566751f4bb667002
Reviewed-on: https://code.wireshark.org/review/7603
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 54c301a Add the @2x expert indicators.
adds 27ff75c ULP/ILP: add dissection of MSISDN, MDN and IMSI numbers
Summary of changes:
asn1/ilp/ilp.cnf | 29 +++++++
asn1/ilp/packet-ilp-template.c | 9 +++
asn1/ulp/packet-ulp-template.c | 11 +++
asn1/ulp/ulp.cnf | 51 +++++++++++-
epan/dissectors/packet-ilp.c | 97 ++++++++++++++++++-----
epan/dissectors/packet-ulp.c | 171 ++++++++++++++++++++++++++++++++++------
6 files changed, 326 insertions(+), 42 deletions(-)