aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJaroslav Škarvada <jskarvad@redhat.com>2014-09-02 11:58:24 +0200
committerMartin Braun <martin.braun@ettus.com>2014-09-23 14:34:47 -0700
commit4547d1c74a6c875057f23f8ea77033b9cd191539 (patch)
tree9093e6329309a473bb4f895b265c0a4deb80d43e /tools
parent8f4501b009a26bc2fc5dfdebf76052b1acd57d34 (diff)
downloaduhd-4547d1c74a6c875057f23f8ea77033b9cd191539.tar.gz
uhd-4547d1c74a6c875057f23f8ea77033b9cd191539.tar.bz2
uhd-4547d1c74a6c875057f23f8ea77033b9cd191539.zip
chdr-dissector: fix wireshark-1.12 detection
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/chdr-dissector/cmake/Modules/FindWireshark.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/chdr-dissector/cmake/Modules/FindWireshark.cmake b/tools/chdr-dissector/cmake/Modules/FindWireshark.cmake
index 59497da16..276201245 100644
--- a/tools/chdr-dissector/cmake/Modules/FindWireshark.cmake
+++ b/tools/chdr-dissector/cmake/Modules/FindWireshark.cmake
@@ -16,7 +16,7 @@
# wireshark does not install its library with pkg-config information,
# so we need to manually find the libraries and headers
-FIND_PATH( WIRESHARK_INCLUDE_DIRS epan/column_info.h PATH_SUFFIXES wireshark )
+FIND_PATH( WIRESHARK_INCLUDE_DIRS epan/column.h PATH_SUFFIXES wireshark )
FIND_LIBRARY( WIRESHARK_LIBRARIES wireshark )
# Report results