From 4e8e3741dca909782e15bb197e5b6a78750536c2 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 10 Apr 2003 15:49:08 +0000 Subject: Wellenreiter can now open and replay capture files as written by tcpdump, ethereal, etc. Next task: writing capture files --- (limited to 'noncore/net/wellenreiter/gui/configwindow.h') diff --git a/noncore/net/wellenreiter/gui/configwindow.h b/noncore/net/wellenreiter/gui/configwindow.h index 5fd0327..7df1a80 100644 --- a/noncore/net/wellenreiter/gui/configwindow.h +++ b/noncore/net/wellenreiter/gui/configwindow.h @@ -21,10 +21,19 @@ #include #include +const int DEVTYPE_SELECT = 0; +const int DEVTYPE_CISCO = 1; +const int DEVTYPE_WLAN_NG = 2; +const int DEVTYPE_HOSTAP = 3; +const int DEVTYPE_ORINOCO = 4; +const int DEVTYPE_MANUAL = 5; +const int DEVTYPE_FILE = 6; + class WellenreiterConfigWindow; class WellenreiterConfigWindow : public WellenreiterConfigBase { + Q_OBJECT public: WellenreiterConfigWindow( QWidget * parent = 0, const char * name = "WellenreiterConfigWindow", WFlags f = 0 ); @@ -34,11 +43,14 @@ class WellenreiterConfigWindow : public WellenreiterConfigBase const QString soundOnBeacon() const { return beaconSound->currentText(); }; static WellenreiterConfigWindow* instance() { return _instance; }; + public slots: + void changedDeviceType(int); + protected: QMap _devicetype; static WellenreiterConfigWindow* _instance; + int _guess; }; #endif - -- cgit v0.9.0.2