|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Maps a timestamp key to a string value, used for table-driven time-to-string lookups. More...
#include <value_string.h>
Public Attributes | |
| nstime_t | value |
| const char * | strptr |
Maps a timestamp key to a string value, used for table-driven time-to-string lookups.
| const char* _time_value_string::strptr |
Human-readable string returned when value is matched.
| nstime_t _time_value_string::value |
The timestamp key to match against during lookup.