From fb00452b30b51d4f10a34dfb616bf29df455aee8 Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Thu, 22 Jan 2015 12:27:23 +0100 Subject: Bluetooth/GUI: ATT: Add Server Attribute Table It is a GUI+QT feature that introduce Bluetooth menu and "ATT Server Attributes" that present all handle+UUID pairs as table. User may copy cell value, row, selected rows or whole table within header. On activate user will go to packet that introduce UUID for specified handle. Change-Id: If17e53aff5feb89ededc740a595ba5882b90be5e Reviewed-on: https://code.wireshark.org/review/6911 Reviewed-by: Michal Labedzki --- epan/epan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/epan.h') diff --git a/epan/epan.h b/epan/epan.h index cf431e34fb..6c17964b65 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -134,7 +134,7 @@ WS_DLL_PUBLIC epan_t *epan_new(void); WS_DLL_PUBLIC const char *epan_get_user_comment(const epan_t *session, const frame_data *fd); -const char *epan_get_interface_name(const epan_t *session, guint32 interface_id); +WS_DLL_PUBLIC const char *epan_get_interface_name(const epan_t *session, guint32 interface_id); const nstime_t *epan_get_frame_ts(const epan_t *session, guint32 frame_num); -- cgit v1.2.1