Wireshark-commits: [Wireshark-commits] master 920548a: PTP: Don't interpret UDP packets as 802.1as

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jul 2018 13:31:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=920548a34a69538de503b3bc074ac8cda6a62300
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

920548a by Dylan Ulis (daulis0@xxxxxxxxx):

    PTP: Don't interpret UDP packets as 802.1as
    
    Some fields were excluded/included when 802.1as is enabled. But, this
    transportSpecific flag only applies over Ethernet, and not UDP.
    
    Bug: 14990
    Change-Id: I9d914ae3ee3ac15e81e79e9ea81b9449210ea01a
    Reviewed-on: https://code.wireshark.org/review/28762
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  065a762   Extcap programs must write to the packet pipe in binary mode.
    adds  920548a   PTP: Don't interpret UDP packets as 802.1as


Summary of changes:
 epan/dissectors/packet-ptp.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)