Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
logcat_text.h
Go to the documentation of this file.
1
9#ifndef __LOGCAT_TEXT_H__
10#define __LOGCAT_TEXT_H__
11
12#include "wtap.h"
13
14#define SPECIAL_STRING "[-]+ (beginning of \\/?.+)"
15#define BRIEF_STRING "([IVDWEF])/(.*?)\\( *(\\d+)\\): (.*)"
16#define TAG_STRING "([IVDWEF])/(.*?): (.*)"
17#define TIME_STRING "(\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3}) ([IVDWEF])/(.*?)\\( *(\\d+)\\): (.*)"
18#define THREAD_STRING "([IVDWEF])\\( *(\\d+): *(\\d+)\\) (.*)"
19#define PROCESS_STRING "([IVDWEF])\\( *(\\d+)\\) (.*)"
20#define THREADTIME_STRING "(\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3}) +(\\d+) +(\\d+) ([IVDWEF]) (.*?): (.*)"
21#define LONG_STRING "\\[ (\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3}) +(\\d+): *(\\d+) ([IVDWEF])/(.+) ]\\R(.*)"
22
31wtap_open_return_val logcat_text_open(wtap *wth, int *err, char **err_info);
32
33#endif
34
35/*
36 * Editor modelines - https://www.wireshark.org/tools/modelines.html
37 *
38 * Local variables:
39 * c-basic-offset: 4
40 * tab-width: 8
41 * indent-tabs-mode: nil
42 * End:
43 *
44 * vi: set shiftwidth=4 tabstop=8 expandtab:
45 * :indentSize=4:tabSize=8:noTabs=true:
46 */
wtap_open_return_val logcat_text_open(wtap *wth, int *err, char **err_info)
Open a Logcat text file for reading.
Definition wtap_module.h:58
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1751