|
enum | Context {
File = 0x0002
, Reload = 0x0100 | File
, Rescan = 0x0200 | File
, Save = 0x0400 | File
,
Retap = 0x0800 | File
, Merge = 0x1000 | File
} |
|
enum | EventType {
Opened = 0x0001
, Started = 0x0002
, Finished = 0x0004
, Closing = 0x0008
,
Closed = 0x0010
, Failed = 0x0020
, Stopped = 0x0040
, Flushed = 0x0080
,
Prepared = 0x0100
, Continued = 0x0200
, Stopping = 0x0400
} |
|
|
| CaptureEvent (Context ctx, EventType evt) |
|
| CaptureEvent (Context ctx, EventType evt, QString file) |
|
| CaptureEvent (Context ctx, EventType evt, capture_session *session) |
|
| CaptureEvent (const CaptureEvent &ce) |
|
Context | captureContext () const |
|
EventType | eventType () const |
|
QString | filePath () const |
|
capture_session * | capSession () const |
|
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/capture_event.h
- /builds/wireshark/wireshark/ui/qt/capture_file.cpp