aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.h
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-12-11 13:10:30 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-11 13:00:25 +0000
commit84f905786ed2b2aabaec9a0c1045daeda66358ba (patch)
tree0231307847d9998ed7d35bbd7a7707f39b498c4e /ui/capture.h
parent397e2a2d74e9c6ea103d3b4c30794552041e39c2 (diff)
[capture_info] Fold the code of capture_info_open() into ui/capture.c
Change-Id: Id302e88bed4da8b9b457049fb78b0bc7d7ffabe3 Reviewed-on: https://code.wireshark.org/review/24766 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/capture.h')
-rw-r--r--ui/capture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/capture.h b/ui/capture.h
index 1f0082f816..219767c40f 100644
--- a/ui/capture.h
+++ b/ui/capture.h
@@ -91,6 +91,9 @@ extern gboolean capture_stats(if_stat_cache_t *sc, char *ifname, struct pcap_sta
*/
void capture_stat_stop(if_stat_cache_t *sc);
+/* open the info - init values (wtap, counts), create dialog */
+extern void capture_info_open(capture_session *cap_session, info_data_t* cap_info);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */