Wireshark-commits: [Wireshark-commits] master 36fdc57: RRC: Add System Information Block type to in
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36fdc570f518a1d5feb6d19620a05299a2ba3ecc
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
36fdc57 by Darien Spencer (cusneud@xxxxxxxx):
RRC: Add System Information Block type to info column
Add block type to information column and also
add fences for blocks container messages
(SysInfoUpdateRequest in NBAP, SysInfo-BCH in RRC)
Change-Id: I2a49229f74438cadc67603b6209d4a8d72cfd017
Reviewed-on: https://code.wireshark.org/review/34785
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 42683fb WSUG: Update enabled protocols image
add 36fdc57 RRC: Add System Information Block type to info column
Summary of changes:
epan/dissectors/asn1/nbap/nbap.cnf | 12 +
epan/dissectors/asn1/rrc/packet-rrc-template.c | 2 -
epan/dissectors/asn1/rrc/rrc.cnf | 204 ++++++++-
epan/dissectors/packet-nbap.c | 124 +++---
epan/dissectors/packet-rrc.c | 562 ++++++++++++++++++-------
epan/dissectors/packet-rrc.h | 2 +
6 files changed, 689 insertions(+), 217 deletions(-)