Wireshark-commits: [Wireshark-commits] master e45ee83: LPPa: Make it possible to dissect private IE
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e45ee832a692079d439aa877a6dfcd7cd9057c08
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e45ee83 by Anders Broman (anders.broman@xxxxxxxxxxxx):
LPPa: Make it possible to dissect private IEs
Change-Id: I86db83da63bdf6e0778d992636c9ab9e2832eb70
Reviewed-on: https://code.wireshark.org/review/35801
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 0ab71cc json: append in Protocol column when call by another dissector
add e45ee83 LPPa: Make it possible to dissect private IEs
Summary of changes:
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/asn1/lppa/CMakeLists.txt | 1 +
epan/dissectors/asn1/lppa/lppa.cnf | 29 +++--
epan/dissectors/asn1/lppa/packet-lppa-template.c | 96 +++++++++-----
.../packet-lppa-template.h} | 24 ++--
epan/dissectors/packet-lppa.c | 144 +++++++++++++++------
epan/dissectors/packet-lppa.h | 50 +++++++
7 files changed, 252 insertions(+), 93 deletions(-)
copy epan/dissectors/asn1/{e1ap/packet-e1ap-template.h => lppa/packet-lppa-template.h} (54%)
create mode 100644 epan/dissectors/packet-lppa.h