Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
sttype-pointer.h File Reference
#include "dfilter-int.h"
#include <epan/ftypes/ftypes.h>

Go to the source code of this file.

Functions

ftenum_t sttype_pointer_ftenum (stnode_t *node)
 Retrieves the ftype enum for a pointer node.
 

Detailed Description

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

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

Function Documentation

◆ sttype_pointer_ftenum()

ftenum_t sttype_pointer_ftenum ( stnode_t node)

Retrieves the ftype enum for a pointer node.

Parameters
nodeThe pointer node to process.
Returns
The ftype enum corresponding to the node's type, or FT_NONE if unknown.