Wireshark-commits: [Wireshark-commits] master 52e5ada: NTP: fix dissection of SHA1 based message au
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=52e5ada040e2697e3f3e6a43bb847481a7884609
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
52e5ada by Pascal Quantin (pascal.quantin@xxxxxxxxx):
    NTP: fix dissection of SHA1 based message authentication code
    
    The maximum MAC length is 160 bits, not 128. MAX_MAC_LEN can be safely
    increased as an extension should be > 4 bytes.
    
    Bug: 11580
    Change-Id: I0ea5a1f85d644e57315f033f09241d7a79dd3a45
    Reviewed-on: https://code.wireshark.org/review/10934
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  77686a6   Get rid of a void * in frame_data.
    adds  52e5ada   NTP: fix dissection of SHA1 based message authentication code
Summary of changes:
 epan/dissectors/packet-ntp.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)