drsuapi_SupportedExtensionsExt wild guess to match 0x80a and DsGetNCChangesReq11...
[wireshark-sm.git] / ui / qt / wireshark_application.h
blob5e8e15fd20b2bbf812e5b624f871335ff27b2a14
1 /** @file
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef WIRESHARK_APPLICATION_H
11 #define WIRESHARK_APPLICATION_H
13 #include <main_application.h>
15 class WiresharkApplication : public MainApplication
17 public:
18 explicit WiresharkApplication(int &argc, char **argv);
19 ~WiresharkApplication();
21 private:
22 void initializeIcons() override;
25 extern WiresharkApplication *wsApp;
27 #endif // WIRESHARK_APPLICATION_H