|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Macros | |
| #define | DINDENT() |
| #define | DENDENT() |
| #define | DPRINT(arg) |
| #define | DPRINT2(arg) |
| #define | DINSTR(arg) |
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
| #define DENDENT | ( | ) |
| #define DINDENT | ( | ) |
| #define DINSTR | ( | arg | ) |
| #define DPRINT | ( | arg | ) |
| #define DPRINT2 | ( | arg | ) |