Skip to content

Commit

Permalink
Fix btbb Wireshark plugin buld with Wireshark 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicgs committed Oct 29, 2014
1 parent d63574f commit 8110359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireshark/plugins/btbb/cmake/FindWireshark.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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/packet.h PATH_SUFFIXES wireshark )
FIND_LIBRARY( WIRESHARK_LIBRARIES wireshark )

# Report results
Expand Down

0 comments on commit 8110359

Please sign in to comment.