URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0703c7b4145f1ec23172b261356ca65bb17d12dc
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0703c7b by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
dumpcap: Include CPU info as hardware description in SHB
Add CPU info as hardware description in session header block when
using pcapng.
Use capture_comment from the capture_options structure when using
ring buffer.
Change-Id: I5e688fc2d6ab61de1f64ad9a8a96e6e39e8cf708
Reviewed-on: https://code.wireshark.org/review/17862
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 00c862e capchild: Support optional 802.11 channel parameters
adds 0703c7b dumpcap: Include CPU info as hardware description in SHB
Summary of changes:
debian/libwsutil0.symbols | 1 +
dumpcap.c | 19 ++++++---
ws_version_info.c | 40 +-----------------
wsutil/CMakeLists.txt | 1 +
wsutil/Makefile.am | 2 +
epan/asm_utils.c => wsutil/cpu_info.c | 72 ++++++++++++++++-----------------
wsutil/{bitswap.h => cpu_info.h} | 14 ++++---
7 files changed, 61 insertions(+), 88 deletions(-)
copy epan/asm_utils.c => wsutil/cpu_info.c (51%)
copy wsutil/{bitswap.h => cpu_info.h} (80%)