Wireshark-commits: [Wireshark-commits] master 7c68a8e: Move the definitions of OUI value_strings to

Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 31 May 2014 22:07:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c68a8e540399da07a8137e91b443039ab7ed73d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7c68a8e by Guy Harris (guy@xxxxxxxxxxxx):

    Move the definitions of OUI value_strings to epan/oui.c.
    
    Change-Id: Iad921bebad03dd482b58a38ed25ae3f4a99c5cf2
    Reviewed-on: https://code.wireshark.org/review/1904
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a92d6bd   HTTP2: try to please OSX 10.6 x64 buildbot
    adds  7c68a8e   Move the definitions of OUI value_strings to epan/oui.c.


Summary of changes:
 epan/CMakeLists.txt          |    1 +
 epan/Makefile.common         |    1 +
 epan/dissectors/packet-llc.c |   55 ------------------------
 epan/oui.c                   |   98 ++++++++++++++++++++++++++++++++++++++++++
 epan/oui.h                   |   20 +--------
 5 files changed, 101 insertions(+), 74 deletions(-)
 create mode 100644 epan/oui.c