Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Macros | |
#define | DINDENT() (void)0 |
#define | DENDENT() (void)0 |
#define | DPRINT(arg) (void)0 |
#define | DPRINT2(arg) (void)0 |
#define | DINSTR(arg) (void)0 |
A file of debug printing stuff for conversation-related things, although really anything can use this so long as it includes this header file and defines DEBUG_CONVERSATION in conversation.c
define DEBUG_CONVERSATION before including this file to turn on printing and also define it in conversation.c (because it has the indent variable)
By Hadriel Kaplan <hadrielk at yahoo dot com> Copyright 2014 Hadriel Kaplan
SPDX-License-Identifier: GPL-2.0-or-later