10#ifndef CAPTURE_EVENT_H
11#define CAPTURE_EVENT_H
32 Update = 0x0100 | Capture,
33 Fixed = 0x0200 | Capture,
Represents an event occurring during a capture or file operation.
Definition capture_event.h:24
Context
Defines the operational context of the event.
Definition capture_event.h:29
@ File
Definition capture_event.h:35
@ Save
Definition capture_event.h:38
@ Rescan
Definition capture_event.h:37
@ Reload
Definition capture_event.h:36
@ Merge
Definition capture_event.h:40
@ Retap
Definition capture_event.h:39
QString filePath() const
Retrieves the associated file path.
Definition capture_file.cpp:67
Context captureContext() const
Retrieves the context of the capture event.
Definition capture_file.cpp:61
EventType
Defines the specific type of event.
Definition capture_event.h:46
@ Closed
Definition capture_event.h:51
@ Stopping
Definition capture_event.h:57
@ Stopped
Definition capture_event.h:53
@ Flushed
Definition capture_event.h:54
@ Failed
Definition capture_event.h:52
@ Finished
Definition capture_event.h:49
@ Continued
Definition capture_event.h:56
@ Closing
Definition capture_event.h:50
@ Opened
Definition capture_event.h:47
@ Started
Definition capture_event.h:48
@ Prepared
Definition capture_event.h:55
EventType eventType() const
Retrieves the type of the capture event.
Definition capture_file.cpp:64
capture_session * capSession() const
Retrieves the associated capture session.
Definition capture_file.cpp:70
Opaque handle representing an active or pending capture session.
Definition capture_session.h:142
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Wraps a wtap file handle or wtap_dumper for read/write access from the Lua scripting environment.
Definition wslua.h:369