Wireshark-commits: [Wireshark-commits] master 2a9886b: RRC: Make the U-RNTI field filterable
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a9886bf09eb27489d1f95bc73ccaa05da446794
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2a9886b by Darien Spencer (cusneud@xxxxxxxx):
RRC: Make the U-RNTI field filterable
U-RNTI is defined in ASN.1 as a 'SEQUENCE' of 2 numbers. this update
adds the U-RNTI field to the tree as a UINT32 with the value of the
numbers combined so it could be filtered.
Change-Id: I31e9f39a257aaf98c36eebb2cb7c33eb156a0e9f
Reviewed-on: https://code.wireshark.org/review/27566
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 644939e CMake: try to fix duplicate qm builds on Windows
adds 2a9886b RRC: Make the U-RNTI field filterable
Summary of changes:
epan/dissectors/asn1/rrc/packet-rrc-template.c | 15 ++++
epan/dissectors/asn1/rrc/rrc.cnf | 42 +++++++---
epan/dissectors/packet-rrc.c | 107 ++++++++++++++++---------
3 files changed, 115 insertions(+), 49 deletions(-)