|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Search-within-current-packet logic shared by Find Packet (main window) and InPacketFindBar (single-packet dialog). More...
#include <in_packet_search.h>
Signals | |
| void | matchesChanged () |
Public Member Functions | |
| InPacketSearch (ProtoTree *tree, QObject *parent=nullptr) | |
| void | installDelegate () |
| bool | isMatch (const QModelIndex &index) const |
| bool | isCurrentMatch (const QModelIndex &index) const |
| bool | highlightsVisible () const |
| void | setHighlightEnabled (bool enabled) |
| void | clearMatches () |
| void | search (const QString &pattern, bool case_sensitive, bool use_regex) |
| void | findNext () |
| void | findPrevious () |
| qsizetype | matchCount () const |
| qsizetype | currentMatchIndex () const |
| bool | isRegexInvalid () const |
Search-within-current-packet logic shared by Find Packet (main window) and InPacketFindBar (single-packet dialog).