aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/logcat.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-30Logcat: Remove commented codeMichal Labedzki1-8/+3
2014-06-22Replace C++-style comments with "#if 0"/"#endif".Guy Harris1-2/+6
2014-06-22Logcat: Fix dump formatsMichal Labedzki1-11/+13
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+13
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-9/+7
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-7/+9
2014-05-09Revert "Refactor Wiretap"Guy Harris1-47/+45
2014-05-09Refactor WiretapMichael Mann1-45/+47
2014-04-25Put the common code for reading Logcat packets into a routine.Guy Harris1-81/+35
2014-03-19Make checkAPIs happy Alexis La Goutte1-2/+2
2014-03-19Try to fix Buildbot (Mac OS X and Windows) about conversionAlexis La Goutte1-6/+6
2014-03-19Wiretap: Add support for Android LogcatMichal Labedzki1-0/+574