Wireshark  4.3.0
The Wireshark network protocol analyzer
Functions
cmdarg_err.h File Reference
#include <wireshark.h>
#include <stdarg.h>

Go to the source code of this file.

Functions

WS_DLL_PUBLIC void cmdarg_err_init (void(*err)(const char *, va_list), void(*err_cont)(const char *, va_list))
 
WS_DLL_PUBLIC void vcmdarg_err (const char *fmt, va_list ap) G_GNUC_PRINTF(1
 
WS_DLL_PUBLIC void WS_DLL_PUBLIC void cmdarg_err (const char *fmt,...) G_GNUC_PRINTF(1
 
WS_DLL_PUBLIC void WS_DLL_PUBLIC void WS_DLL_PUBLIC void cmdarg_err_cont (const char *fmt,...) G_GNUC_PRINTF(1
 

Detailed Description

Declarations of routines to report command-line argument errors.

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later