|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A user-defined color annotation over a byte range. More...
#include <hex_data_source_view.h>
Public Attributes | |
| int | start |
| int | length |
| QColor | color |
| QString | comment |
A user-defined color annotation over a byte range.
| QColor HexDataSourceView::ByteViewAnnotation::color |
Background color applied to the annotated range.
| QString HexDataSourceView::ByteViewAnnotation::comment |
User-visible label shown in a tooltip on hover.
| int HexDataSourceView::ByteViewAnnotation::length |
Number of bytes covered by the annotation.
| int HexDataSourceView::ByteViewAnnotation::start |
Zero-based start byte offset within the data.