Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
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
17
enough to figure that out.
18
Dissectors should still try to use proto_tree_add_debug_text when the
19
debugging context has a protocol tree.
20
*/
21
#define ws_debug_printf printf
22
23
#endif
/* __WS_PRINTF_H__ */
Generated by
1.9.8