wtap_open_return_val logcat_open(wtap *wth, int *err, char **err_info)
Opens a logcat capture file for reading.
Definition logcat.c:240
bool logcat_exported_pdu_length(const uint8_t *pd, unsigned caplen, unsigned *length)
Calculate the length of a PDU (Protocol Data Unit) in a Logcat packet.
Definition logcat.c:142
Version 2/3 Android logger entry header, extending v1 with a self-describing size field and an ID uni...
Definition logcat.h:37
Version 1 Android logger entry header, preceding the log message payload.
Definition logcat.h:24