URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ded081ccecfbba91cacabba70d69a7eb36a5288d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ded081c by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    VXLAN: Fix conflict for hf fields
    
    'vxlan.flags_reserved' exists multiple times with NOT compatible types: FT_UINT8 and FT_BOOLEAN
    
    Change-Id: I98d296393796defc5741c41a496432eb8f927be2
    Reviewed-on: https://code.wireshark.org/review/18881
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  c63609b   DICOM: Fix handling of AT tag elements
    adds  ded081c   VXLAN: Fix conflict for hf fields
Summary of changes:
 epan/dissectors/packet-vxlan.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)