Wireshark-commits: [Wireshark-commits] master-1.12 3e4f2a2: NTP: fix dissection of SHA1 based messa
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3e4f2a22f4bbc7f7c11d458f7c2dba539f1aa960
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
3e4f2a2 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>
(cherry picked from commit 52e5ada040e2697e3f3e6a43bb847481a7884609)
Reviewed-on: https://code.wireshark.org/review/10949
Actions performed:
from 77e6afa [Automatic update for 2015-10-11]
adds 3e4f2a2 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(-)