Wireshark-commits: [Wireshark-commits] master debbf7e: Move AT_VINES address type to VINES dissecto
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jun 2016 04:59:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=debbf7e9308fa1e38c0f819868f7a0e766001946
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

debbf7e by Michael Mann (mmann78@xxxxxxxxxxxx):

    Move AT_VINES address type to VINES dissector.
    
    proto.c still has to deal with FT_VINES, but maybe that
    can be refactored to the dissector too.
    
    Change-Id: Iee04eed3b75f91cb62bb7b625dd44baeeb9aebb3
    Reviewed-on: https://code.wireshark.org/review/16069
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e7b78eb   Move AT_USB to inside USB dissector.
    adds  debbf7e   Move AT_VINES address type to VINES dissector.


Summary of changes:
 epan/address.h                 |    1 -
 epan/address_types.c           |   41 ----------------------------------------
 epan/dissectors/packet-vines.c |   37 ++++++++++++++++++++++++++++++++----
 epan/proto.c                   |    8 +++++++-
 4 files changed, 40 insertions(+), 47 deletions(-)