|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Types | |
| enum | DecodeAsColumn { colTable = 0 , colSelector , colType , colDefault , colProtocol , colDecodeAsMax } |
Public Member Functions | |
| DecodeAsModel (QObject *parent, capture_file *cf=NULL) | |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| QVariant | data (const QModelIndex &index, int role) const |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
| void | fillTable () |
| void | setDissectorHandle (const QModelIndex &index, dissector_handle_t dissector_handle) |
| bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
| bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
| void | clearAll () |
| bool | copyRow (int dst_row, int src_row) |
| bool | copyFromProfile (QString filename, const gchar **err) |
| void | applyChanges () |
Static Public Member Functions | |
| static QString | entryString (const gchar *table_name, gconstpointer value) |
Static Protected Member Functions | |
| static void | buildChangedList (const gchar *table_name, ftenum_t selector_type, gpointer key, gpointer value, gpointer user_data) |
| static void | buildDceRpcChangedList (gpointer data, gpointer user_data) |
| static void | gatherChangedEntries (const gchar *table_name, ftenum_t selector_type, gpointer key, gpointer value, gpointer user_data) |
| static prefs_set_pref_e | readDecodeAsEntry (gchar *key, const gchar *value, void *user_data, gboolean return_range_errors) |