|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Represents a location (column start and length) within a display filter string.
| size_t _dfilter_loc::col_len |
Number of columns (characters) spanned by the location.
| long _dfilter_loc::col_start |
Starting column offset of the location (may be negative to indicate an unset/invalid position).