Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Types | Public Member Functions | List of all members
CaptureEvent Class Reference

Public Types

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
}
 

Public Member Functions

 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_sessioncapSession () const
 

The documentation for this class was generated from the following files: