|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
An action to trigger the export of a specific object type from a capture file. More...
#include <export_object_action.h>
Public Slots | |
| void | captureFileEvent (CaptureEvent e) |
| Handles capture file events to update the action's state. | |
Public Member Functions | |
| ExportObjectAction (QObject *parent, register_eo_t *eo=NULL) | |
| Constructs a new ExportObjectAction. | |
| register_eo_t * | exportObject () |
| Retrieves the associated export object type. | |
An action to trigger the export of a specific object type from a capture file.
| ExportObjectAction::ExportObjectAction | ( | QObject * | parent, |
| register_eo_t * | eo = NULL |
||
| ) |
Constructs a new ExportObjectAction.
| parent | The parent QObject. |
| eo | Pointer to the registered export object type (defaults to NULL). |
|
slot |
Handles capture file events to update the action's state.
| e | The capture file event to handle. |
|
inline |
Retrieves the associated export object type.