URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd8cfad8b83737e0cd19932a5ce56e6ec345887d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
bd8cfad by Anders Broman (anders.broman@xxxxxxxxxxxx):
Add dissection of HI3CCLinkData
Change-Id: I002c31972c4bcc231527eeaa2c6b21c3b1a9636a
Reviewed-on: https://code.wireshark.org/review/30920
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 59e71df Diameter: add 3GPP MCPTT-Identifier and MCVideo-Identifier AVPs
add bd8cfad Add dissection of HI3CCLinkData
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/asn1/HI2Operations/CMakeLists.txt | 5 +-
.../asn1/HI2Operations/HI2Operations.cnf | 66 ++++++
.../asn1/HI2Operations/HI3CCLinkData.asn | 68 ++++++
.../HI2Operations/packet-HI2Operations-template.c | 9 +
.../packet-HI2Operations-template.h} | 15 +-
epan/dissectors/packet-HI2Operations.c | 241 ++++++++++++++++++++-
epan/dissectors/packet-HI2Operations.h | 46 ++++
9 files changed, 433 insertions(+), 19 deletions(-)
create mode 100644 epan/dissectors/asn1/HI2Operations/HI3CCLinkData.asn
copy epan/dissectors/asn1/{x2ap/packet-x2ap-template.h => HI2Operations/packet-HI2Operations-template.h} (61%)
create mode 100644 epan/dissectors/packet-HI2Operations.h