Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
conversation_debug.h File Reference

Go to the source code of this file.

Macros

#define DINDENT()
#define DENDENT()
#define DPRINT(arg)
#define DPRINT2(arg)
#define DINSTR(arg)

Detailed Description

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

Macro Definition Documentation

◆ DENDENT

#define DENDENT ( )
Value:
(void)0

◆ DINDENT

#define DINDENT ( )
Value:
(void)0

◆ DINSTR

#define DINSTR ( arg)
Value:
(void)0

◆ DPRINT

#define DPRINT ( arg)
Value:
(void)0

◆ DPRINT2

#define DPRINT2 ( arg)
Value:
(void)0