Wireshark-commits: [Wireshark-commits] master b5817db: Also check whether we have nothing but DLCI
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 31 Jan 2019 08:59:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5817dbda7de860e8e89cca5d1217d948c065259
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b5817db by Guy Harris (guy@xxxxxxxxxxxx):

    Also check whether we have nothing but DLCI bytes.
    
    The two failure modes are 1) no byte has the low-order bit set, so we
    didn't even find the end of the DLCI or 2) the byte at the end of the
    packet has the low-order bit set, so that it's all DLCI with no control
    byte after it.
    
    Expand a comment.
    
    Bug: 15463
    Change-Id: Ib76686391213dd56c06d665aa87a188621fe6816
    Reviewed-on: https://code.wireshark.org/review/31828
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8cfad3f   btle: Add Version 5.1 to ll_version_number_vals
     add  b5817db   Also check whether we have nothing but DLCI bytes.


Summary of changes:
 wiretap/ngsniffer.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)