Wireshark-commits: [Wireshark-commits] master 5315416: Move cpuid to seperate header file.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 31 May 2014 13:01:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=531541660b31e87922021158454b2441e67935fa
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5315416 by Jakub Zawadzki (darkjames@xxxxxxxxxxxx):

    Move cpuid to seperate header file.
    
    It'll be later used also for detecting sse4.2
    
    Change-Id: I1930abb29026b455d453a79b5f301cdf37585160
    Reviewed-on: https://code.wireshark.org/review/1803
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7999724   We need a "wlan_datapad" dissector as well.
    adds  5315416   Move cpuid to seperate header file.


Summary of changes:
 version_info.c         |   51 ++++---------------------------------
 wsutil/Makefile.common |    3 ++-
 wsutil/ws_cpuid.h      |   66 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 73 insertions(+), 47 deletions(-)
 create mode 100644 wsutil/ws_cpuid.h