ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 50e6046: RANAP: decrease the min length to 7 bytes

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 03 Aug 2018 19:47:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=50e60468811c323f85f7e731222e2de6d5464b30
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

50e6046 by Vasil Velichkov (vvvelichkov@xxxxxxxxx):

    RANAP: decrease the min length to 7 bytes
    
    The min length was increased to 8 in d9c70acaf4 but there are valid 7
    bytes long RANAP messages that are not recognized by the heuristic
    function. Revert the value to 7 as in 482a3cd1f1c
    
    Change-Id: I5096cd905c24c87dccbc2aa4bbdccc7b0febead7
    Reviewed-on: https://code.wireshark.org/review/28945
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  a13558c   LISP: add support for Reliable Transport messages
     add  50e6046   RANAP: decrease the min length to 7 bytes


Summary of changes:
 epan/dissectors/asn1/ranap/packet-ranap-template.c | 2 +-
 epan/dissectors/packet-ranap.c                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)