Wireshark  4.3.0
The Wireshark network protocol analyzer
Classes | Typedefs | Functions
dfunctions.h File Reference
#include <glib.h>
#include <ftypes/ftypes.h>
#include "syntax-tree.h"
#include "dfilter-int.h"

Go to the source code of this file.

Classes

struct  df_func_def_t
 

Typedefs

typedef bool(* DFFuncType) (GSList *stack, uint32_t arg_count, df_cell_t *retval)
 
typedef ftenum_t(* DFReturnType) (GSList *param_list)
 
typedef ftenum_t(* DFSemCheckType) (dfwork_t *dfw, const char *func_name, ftenum_t lhs_ftype, GSList *param_list, df_loc_t func_loc)
 

Functions

df_func_def_tdf_func_lookup (const char *name)
 

Detailed Description

Wireshark - Network traffic analyzer

Copyright 2006 Gilbert Ramirez gram@.nosp@m.alum.nosp@m.ni.ri.nosp@m.ce.e.nosp@m.du

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