Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_dfilter_loc Struct Reference

Represents a location (column start and length) within a display filter string. More...

#include <dfilter-loc.h>

Public Attributes

long col_start
 
size_t col_len
 

Detailed Description

Represents a location (column start and length) within a display filter string.

Member Data Documentation

◆ col_len

size_t _dfilter_loc::col_len

Number of columns (characters) spanned by the location.

◆ col_start

long _dfilter_loc::col_start

Starting column offset of the location (may be negative to indicate an unset/invalid position).


The documentation for this struct was generated from the following file: