URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=00f23a4f5c21377c2a1421bbe884518e14898a88
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
00f23a4 by Guy Harris (guy@xxxxxxxxxxxx):
Move the routine to get a CPU information string to wsutil.
Change-Id: Ibf6e57d7382cbbd831a0367fd48d684118712408
Reviewed-on: https://code.wireshark.org/review/2523
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 9e8fb87 Clean up inclusion of cfutils.h.
adds 00f23a4 Move the routine to get a CPU information string to wsutil.
Summary of changes:
version_info.c | 39 +---------------------
wsutil/CMakeLists.txt | 1 +
wsutil/Makefile.common | 2 ++
wsutil/cpu_info.c | 68 ++++++++++++++++++++++++++++++++++++++
wsutil/{bitswap.h => cpu_info.h} | 13 ++++----
5 files changed, 79 insertions(+), 44 deletions(-)
create mode 100644 wsutil/cpu_info.c
copy wsutil/{bitswap.h => cpu_info.h} (79%)