summaryrefslogtreecommitdiff
path: root/wiretap/logcat.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-12Don't assume file_read() won't itself return WTAP_ERR_SHORT_READ.Guy Harris1-4/+9
2015-05-12Backport some parts of Ia5dba2a6f81151e87b614461349d611cffc16210.Guy Harris1-38/+74
2015-05-12Backport some parts of I5573c6bdca856a304877d9bef643f8c0fa93cdaf.Guy Harris1-12/+19
2015-05-12Reduce compilator warningsMichal Labedzki1-3/+3
2015-05-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2015-05-12Fix the x64 builds after the commit:b3b1f7c3aa2233a147294bad833b748d38fba84dGraham Bloice1-3/+3
2015-05-12Add strlen casts.Gerald Combs1-2/+2
2015-05-12logcat: improve (crash) robustness, improve namesPeter Wu1-103/+167
2015-05-12Logcat: Fix dump formatsMichal Labedzki1-11/+13
2014-12-18Don't use WTAP_ERR_UNSUPPORTED for unwritable records.Guy Harris1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
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