aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-10-05 12:23:33 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-06 21:10:11 +0000
commit798eb9705341bdf330e8e238b6f0f2fb278a64c8 (patch)
tree41e809957cfddc69049fd48181bfff7036e8b5f5 /epan/frame_data.h
parent5051ae1cbe00fb57dd94d584554f731a83f932f6 (diff)
Qt: Packet list column sorting.
Sorting behavior should be identical to GTK+. Pass the correct position to beginInsertRows. Add a list of to-do items to packet_list.cpp. Change-Id: Ie6ab4b9f2d780a2af430d0f90529edca5485dada Reviewed-on: https://code.wireshark.org/review/4481 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/frame_data.h')
-rw-r--r--epan/frame_data.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/frame_data.h b/epan/frame_data.h
index 996f4e1321..bf8842e640 100644
--- a/epan/frame_data.h
+++ b/epan/frame_data.h
@@ -23,6 +23,10 @@
#ifndef __FRAME_DATA_H__
#define __FRAME_DATA_H__
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#include <epan/tvbuff.h>
#include <wsutil/nstime.h>
#include "ws_symbol_export.h"
@@ -119,6 +123,10 @@ WS_DLL_PUBLIC void frame_data_set_after_dissect(frame_data *fdata,
/** @} */
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* __FRAME_DATA__ */
/*