Actually enable building filetap library.

NEWS changed

svn path=/trunk/; revision=54560
This commit is contained in:
Jörg Mayer 2014-01-02 17:59:04 +00:00
parent 643b572665
commit 0a5f6f4a5b
2 changed files with 11 additions and 8 deletions

View File

@ -118,6 +118,7 @@ include_directories(
${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/epan ${CMAKE_SOURCE_DIR}/epan
${CMAKE_SOURCE_DIR}/filetap
${CMAKE_SOURCE_DIR}/tools/lemon ${CMAKE_SOURCE_DIR}/tools/lemon
${CMAKE_SOURCE_DIR}/wiretap ${CMAKE_SOURCE_DIR}/wiretap
) )
@ -649,12 +650,13 @@ endforeach()
add_subdirectory( asn1 EXCLUDE_FROM_ALL ) add_subdirectory( asn1 EXCLUDE_FROM_ALL )
add_subdirectory( codecs ) add_subdirectory( codecs )
add_subdirectory( epan ) add_subdirectory( epan )
add_subdirectory( filetap )
add_subdirectory( tools/lemon ) add_subdirectory( tools/lemon )
add_subdirectory( ui ) add_subdirectory( ui )
add_subdirectory( wiretap ) add_subdirectory( wiretap )
add_subdirectory( wsutil ) add_subdirectory( wsutil )
add_custom_target(dumpabi DEPENDS dumpabi-libwireshark dumpabi-libwiretap dumpabi-libwsutil color.h) add_custom_target(dumpabi DEPENDS dumpabi-libwireshark dumpabi-libfiletap dumpabi-libwiretap dumpabi-libwsutil color.h)
if(ENABLE_ECHLD) if(ENABLE_ECHLD)
add_subdirectory( echld ) add_subdirectory( echld )
@ -757,6 +759,7 @@ link_directories(
${CMAKE_BINARY_DIR}/ui/qt ${CMAKE_BINARY_DIR}/ui/qt
${CMAKE_BINARY_DIR}/codecs ${CMAKE_BINARY_DIR}/codecs
${CMAKE_BINARY_DIR}/epan ${CMAKE_BINARY_DIR}/epan
${CMAKE_BINARY_DIR}/filetap
${CMAKE_BINARY_DIR}/wiretap ${CMAKE_BINARY_DIR}/wiretap
${CMAKE_BINARY_DIR}/wsutil ${CMAKE_BINARY_DIR}/wsutil
) )

14
NEWS
View File

@ -77,12 +77,12 @@ What's New
802.1AE Secure tag, ASTERIX, ATN, BT 3DS, CARP, Cisco MetaData, ELF 802.1AE Secure tag, ASTERIX, ATN, BT 3DS, CARP, Cisco MetaData, ELF
file format, EXPORTED PDU, FINGER, HTTP2, IDRP, ILP, Kafka, Kyoto file format, EXPORTED PDU, FINGER, HTTP2, IDRP, ILP, Kafka, Kyoto
Tycoon binary protocol, MBIM, MiNT, MP4 / ISOBMFF file format, NXP Tycoon binary protocol, MBIM, MiNT, MP4 / ISOBMFF file format, Novell
PN532 HCI, OpenFlow, Picture Transfer Protocol Over IP, QUIC (Quick UDP PKIS certificate extensions, NXP PN532 HCI, OpenFlow, Picture Transfer
Internet Connections), SEL RTAC (Real Time Automation Controller) Protocol Over IP, QUIC (Quick UDP Internet Connections), SEL RTAC (Real
EIA-232 Serial-Line Dissection, Sippy RTPproxy, STANAG 4607, STANAG Time Automation Controller) EIA-232 Serial-Line Dissection, Sippy
5066 DTS, STANAG 5066 SIS, Tinkerforge, UDT, URL Encoded Form Data, RTPproxy, STANAG 4607, STANAG 5066 DTS, STANAG 5066 SIS, Tinkerforge,
WHOIS, and Wi-Fi Display UDT, URL Encoded Form Data, WHOIS, and Wi-Fi Display
Updated Protocol Support Updated Protocol Support
@ -162,7 +162,7 @@ Frequently Asked Questions
A complete FAQ is available on the [21]Wireshark web site. A complete FAQ is available on the [21]Wireshark web site.
__________________________________________________________________ __________________________________________________________________
Last updated 2013-12-13 20:00:51 CET Last updated 2013-12-31 15:25:28 CET
References References