Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 80e8879: NTP: fix parsing of NTP mode 7 messages

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 06 Nov 2018 17:04:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80e8879dd6dba8a1edf4f7eaaa27454bfc47cbb3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

80e8879 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    NTP: fix parsing of NTP mode 7 messages
    
    - fix byte used for A and Sequence fields
    - added missing unused field in MON_GETLIST_1 strcuture
    - added dissection of MON_GETLIST structure
    - added dissection of Encryption Keyid and MAC fields
    
    Bug: 15258
    Change-Id: I7525fcd8daeeeef449294c0d79c2853a852328ed
    Reviewed-on: https://code.wireshark.org/review/30514
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b536801   Add dissector for CDMA 2000 3GPP2 C.S0005-E v3.0
     add  80e8879   NTP: fix parsing of NTP mode 7 messages


Summary of changes:
 epan/dissectors/packet-ntp.c | 96 ++++++++++++++++++++++++++++----------------
 1 file changed, 62 insertions(+), 34 deletions(-)