aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-02-09 18:37:44 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-19 17:01:09 +0000
commita68e3a410c210e798aa9c96c03ef5cc075f19ca9 (patch)
tree96fc7b51705754c8e8394cabe12d19f3dcf098ac /wiretap/Makefile.common
parent27ad4c033151ed4482e553370bc134337dd47db3 (diff)
Wiretap: Add support for Android Logcat
Now Androit Logcat (Logger) binary logs are supported. Try "adb logcat -Bf /sdcard/log.logcat; adb pull /sdcard/log.logcat". Also there is possibility to save logs to text format like by "adb". Change-Id: If7bfc53d3fbd549a0978d1dbf96f3fff671fd601 Reviewed-on: https://code.wireshark.org/review/235 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 50bf121651..eb3359ab99 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -56,6 +56,7 @@ NONGENERATED_C_FILES = \
mime_file.c \
k12.c \
lanalyzer.c \
+ logcat.c \
libpcap.c \
merge.c \
mpeg.c \
@@ -114,9 +115,9 @@ NONGENERATED_HEADER_FILES = \
k12.h \
lanalyzer.h \
libpcap.h \
+ logcat.h \
merge.h \
mpeg.h \
- mpeg.h \
mp2t.h \
netmon.h \
netscreen.h \