Wireshark-commits: [Wireshark-commits] master 3e82f42: gsm_abis_om2000: Dissect TLV structure of 0x
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Oct 2016 19:59:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e82f423d9912c52900100e8c80a7e63d799e047
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3e82f42 by Harald Welte (laforge@xxxxxxxxxxxx):

    gsm_abis_om2000: Dissect TLV structure of 0xa3/0xa5/0xa6 TLVs
    
    We have no idea what those TLVs are, but the message hex-dumps clearly
    indicate a 8-bit tag followed by 8-bit length and then 'length' amount
    of bytes, so we can at least dissect that high-level structure for now.
    
    They appear in equally unknown message type 0x126, which appears to be
    sent in intervals of 300s by the RBS.
    
    Change-Id: I91817eb20de1a4557399235c1fc42b638b9c935b
    Reviewed-on: https://code.wireshark.org/review/18460
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  517e777   NAS EPS: use E212_TAI fields for TAI and TAI List Information Elements
    adds  3e82f42   gsm_abis_om2000: Dissect TLV structure of 0xa3/0xa5/0xa6 TLVs


Summary of changes:
 epan/dissectors/packet-gsm_abis_om2000.c |    9 +++++++++
 1 file changed, 9 insertions(+)