Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ws_printf.h
Go to the documentation of this file.
1
12#ifndef __WS_PRINTF_H__
13#define __WS_PRINTF_H__
14
15/* This is intended to fool checkAPIs.pl for places that have "debugging"
16(using printf) usually wrapped in an #ifdef, but checkAPIs.pl isn't smart
17enough to figure that out.
18Dissectors should still try to use proto_tree_add_debug_text when the
19debugging context has a protocol tree.
20*/
21#define ws_debug_printf printf
22
23#endif /* __WS_PRINTF_H__ */