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
10 #ifndef WIRESHARK_APPLICATION_H
11 #define WIRESHARK_APPLICATION_H
13 #include <main_application.h>
15 class WiresharkApplication
: public MainApplication
18 explicit WiresharkApplication(int &argc
, char **argv
);
19 ~WiresharkApplication();
22 void initializeIcons() override
;
25 extern WiresharkApplication
*wsApp
;
27 #endif // WIRESHARK_APPLICATION_H