aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-02-09 18:01:41 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-02-18 11:12:40 +0000
commit4624d6d457b94ad7472df989fc172f7f4e3a360a (patch)
treeb999d51942865a81de188bf76437b960254fc397 /epan/CMakeLists.txt
parent8c608e6e82ac40543f139c71f472fdb10f862045 (diff)
Android: Add support for Logcat dissector
Supported is Binary Logcat/Logger, aka adb logcat -Bf /sdcard/log.logcat Change-Id: I883c6d746ec4fe67ef4ce15ca4227adce407fb76 Reviewed-on: https://code.wireshark.org/review/232 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 33c2723533..55f53d7949 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -875,6 +875,7 @@ set(DISSECTOR_SRC
dissectors/packet-llt.c
dissectors/packet-lmi.c
dissectors/packet-lmp.c
+ dissectors/packet-logcat.c
dissectors/packet-lon.c
dissectors/packet-loop.c
dissectors/packet-lpd.c