Wireshark-commits: [Wireshark-commits] master d55bb72: Just have one value_string table for OUIs.

Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 1 Jun 2014 09:19:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d55bb723e22675bfa65b8e2d7598aeaad34e9c5c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d55bb72 by Guy Harris (guy@xxxxxxxxxxxx):

    Just have one value_string table for OUIs.
    
    While we're at it, get rid of duplicate #defines for some OUIs, sort the
    OUI #defines, and fix some routine names.
    
    Change-Id: I8f4e5408b44896c3629a0014299b060ebc15bab6
    Reviewed-on: https://code.wireshark.org/review/1906
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7c68a8e   Move the definitions of OUI value_strings to epan/oui.c.
    adds  d55bb72   Just have one value_string table for OUIs.


Summary of changes:
 epan/dissectors/packet-ecp-oui.c |   14 +++++++-------
 epan/dissectors/packet-llc.c     |    2 +-
 epan/dissectors/packet-lldp.c    |    4 ++--
 epan/oui.c                       |   24 +++++-------------------
 epan/oui.h                       |   15 +++++----------
 5 files changed, 20 insertions(+), 39 deletions(-)