URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1cdef1d98aac306932dc599d427a3e1191d48a44
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1cdef1d by AndersBroman (anders.broman@xxxxxxxxxxxx):
Implement a common function to dissect IMSI and use it GSM MAP as a start.
- remove soft deprecated APIs and unused hf.
Change-Id: Id00c3dd35f3fc65f543bc29df6d35515c45fe7e1
Reviewed-on: https://code.wireshark.org/review/3715
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from fc43a8c TRILL ISIS: Implement Group IPv4/IPv6 Address Sub-TLVs
adds 1cdef1d Implement a common function to dissect IMSI and use it GSM MAP as a start. - remove soft deprecated APIs and unused hf.
Summary of changes:
asn1/gsm_map/gsm_map.cnf | 31 ++++--
asn1/gsm_map/packet-gsm_map-template.c | 26 +-----
epan/dissectors/packet-e212.c | 34 +++++++
epan/dissectors/packet-e212.h | 16 ++++
epan/dissectors/packet-gsm_map.c | 161 ++++++++++++++++----------------
5 files changed, 154 insertions(+), 114 deletions(-)