Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-logcat.h
1/* packet-logcat.h
2 * Routines for Android Logcat
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <[email protected]>
6 * Copyright 1998 Gerald Combs
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10#pragma once
11
12#include <wsutil/value_string.h>
13
14extern const value_string logcat_priority_vals[];
struct _value_string value_string
Mapping between a 32-bit integer value and its string representation.