ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10480] New: The Wireshark does not compile for me if I don

Date: Thu, 18 Sep 2014 10:56:56 +0000
Bug ID 10480
Summary The Wireshark does not compile for me if I don't have GEOIP library.
Product Wireshark
Version Git
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Qt UI
Assignee [email protected]
Reporter [email protected]

Build Information:
I can't because I can't compile it and run it.
--
When compiling I get following errors:

endpoint_dialog.cpp: In constructor ‘EndpointDialog::EndpointDialog(QWidget*,
capture_file*, int, const char*)’:
endpoint_dialog.cpp:80:16: error: ‘tabChanged’ was not declared in this scope
     tabChanged();
                ^
endpoint_dialog.cpp: In member function ‘void EndpointDialog::createMap()’:
endpoint_dialog.cpp:189:98: error: ‘create_endpoint_geoip_map’ was not declared
in this scope
     gchar *map_path =
create_endpoint_geoip_map(cur_tree->trafficTreeHash()->conv_array, &err_str);
                                                                               
                  ^

If I have GEOIP library Wireshark compiles.


You are receiving this mail because:
  • You are watching all bug changes.