Wireshark-commits: [Wireshark-commits] master cbbaf1d: uftp4: Fix conflict for hf fields

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 Nov 2016 16:49:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cbbaf1d9343d0e063e9b46ca3c69706e9ee32075
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cbbaf1d by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    uftp4: Fix conflict for hf fields
    
    'uftp4.announce.publicmcast' exists multiple times with NOT compatible types: FT_IPv6 and FT_IPv4
    'uftp4.announce.privatemcast' exists multiple times with NOT compatible types: FT_IPv6 and FT_IPv4
    'uftp4.fileinfo.tstamp' exists multiple times with NOT compatible types: FT_ABSOLUTE_TIME and FT_UINT32
    
    Change-Id: I94b235e9ba8ebe8a036620f9537eb674f418f1e5
    Reviewed-on: https://code.wireshark.org/review/18882
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  88f65ca   [Automatic update for 2016-11-20]
    adds  cbbaf1d   uftp4: Fix conflict for hf fields


Summary of changes:
 epan/dissectors/packet-uftp4.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)