Wireshark-commits: [Wireshark-commits] master d75de9f: VXLAN: use the newly created vxlan.next_prot
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Jul 2016 11:47:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d75de9f7559f1e0417c06a5b09d0fa3cf775d92c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d75de9f by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    VXLAN: use the newly created vxlan.next_proto dissector table everywhere
    
    Change-Id: Ib6f44e0f1d3d8c76d2b6e6c778af8c243af4389c
    Reviewed-on: https://code.wireshark.org/review/16543
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0da9995   Support for NSH with VXLAN encapsulation
    adds  d75de9f   VXLAN: use the newly created vxlan.next_proto dissector table everywhere


Summary of changes:
 epan/dissectors/Makefile.am                       |    1 +
 epan/dissectors/packet-eth.c                      |    3 +-
 epan/dissectors/packet-ip.c                       |    2 +
 epan/dissectors/packet-ipv6.c                     |    2 +
 epan/dissectors/packet-mpls.c                     |    2 +
 epan/dissectors/packet-nsh.c                      |    2 +-
 epan/dissectors/packet-vxlan.c                    |   47 +++------------------
 epan/dissectors/{packet-h264.h => packet-vxlan.h} |   27 +++++++-----
 8 files changed, 31 insertions(+), 55 deletions(-)
 copy epan/dissectors/{packet-h264.h => packet-vxlan.h} (64%)