Wireshark-commits: [Wireshark-commits] master b085a23: gsm_abis_om2000: Expand bit-width of CON CCP
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 12 Nov 2016 12:42:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b085a2379aa61dbf90381acfff286f36f95e9794
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b085a23 by Harald Welte (laforge@xxxxxxxxxxxx):

    gsm_abis_om2000: Expand bit-width of CON CCP and CI fields
    
    It seems more recent RBS2000 models have extended the range of the CON
    Connection Point (CCP) by one bit, as I'm seeing CCP 1896 in protocol
    traces.  Similarly, the Contiguity Index can at least reach 96.  Using
    the full 8bit value to make sure IS and CON dissectors use the same
    ranges for connection points and contiguity index.
    
    Change-Id: Iece34106fc97a11dc8a01cf2578b5e4245a4c9e8
    Reviewed-on: https://code.wireshark.org/review/18753
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  54c3df8   PER: add support for bit strings >= 16K
    adds  b085a23   gsm_abis_om2000: Expand bit-width of CON CCP and CI fields


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