Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
logcat_text.h File Reference
#include "wtap.h"

Go to the source code of this file.

Macros

#define SPECIAL_STRING   "[-]+ (beginning of \\/?.+)"
#define BRIEF_STRING   "([IVDWEF])/(.*?)\\‍( *(\\d+)\\‍): (.*)"
#define TAG_STRING   "([IVDWEF])/(.*?): (.*)"
#define TIME_STRING   "(\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3}) ([IVDWEF])/(.*?)\\‍( *(\\d+)\\‍): (.*)"
#define THREAD_STRING   "([IVDWEF])\\‍( *(\\d+): *(\\d+)\\‍) (.*)"
#define PROCESS_STRING   "([IVDWEF])\\‍( *(\\d+)\\‍) (.*)"
#define THREADTIME_STRING   "(\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3}) +(\\d+) +(\\d+) ([IVDWEF]) (.*?): (.*)"
#define LONG_STRING   "\\‍[ (\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3}) +(\\d+): *(\\d+) ([IVDWEF])/(.+) ]\\R(.*)"

Functions

wtap_open_return_val logcat_text_open (wtap *wth, int *err, char **err_info)
 Open a Logcat text file for reading.

Detailed Description

Copyright 2014, Michal Orynicz for Tieto Corporation

SPDX-License-Identifier: GPL-2.0-or-later

Function Documentation

◆ logcat_text_open()

wtap_open_return_val logcat_text_open ( wtap * wth,
int * err,
char ** err_info )

Open a Logcat text file for reading.

Parameters
wthPointer to the wtap structure.
errError code if an error occurs.
err_infoError information if an error occurs.
Returns
wtap_open_return_val The result of opening the file.