z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


The DPIdebug() function

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Format

#include <snmp_dpi.h>
 
void DPIdebug(int level);

Parameters

level
If this value is 0, tracing is turned off. If it has any other value, tracing is turned on at the specified level. The higher the value, the more detail. A higher level includes all lower levels of tracing. Currently there are two levels of detail:
1
Display packet creation and parsing.
2
Display hex dump of incoming and outgoing DPI packets.

Usage

The DPIdebug() function turns DPI internal debugging or tracing on or off.

The trace output is sent to the SYSLOG Daemon. See the IBM® 3172 Enterprise-specific MIB variables information in z/OS Communications Server: IP System Administrator's Commands for more information.

Examples

  #include <snmp_dpi.h>
 
  DPIdebug(2);

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014