summaryrefslogtreecommitdiff
path: root/wsutil/CMakeLists.txt
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-09-22 13:23:37 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2016-09-23 08:13:43 +0000
commit0703c7b4145f1ec23172b261356ca65bb17d12dc (patch)
treefc45171b65a56537b30534539480c999e6521b62 /wsutil/CMakeLists.txt
parent00c862e4056be43d91beb2c6b66b996140e5d280 (diff)
downloadwireshark-0703c7b4145f1ec23172b261356ca65bb17d12dc.tar.gz
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@bjorlykke.org>
Diffstat (limited to 'wsutil/CMakeLists.txt')
-rw-r--r--wsutil/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index c992a8be0e..2f71d0fc72 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -52,6 +52,7 @@ set(WSUTIL_COMMON_FILES
md5.c
mpeg-audio.c
nstime.c
+ cpu_info.c
os_version_info.c
plugins.c
privileges.c