aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-26 17:04:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-26 17:04:28 +0000
commit38c69c84316d96ba5513e86a3745b02472730434 (patch)
treed596516237fe03a9ec7b96cd63c85f617768baa4 /summary.c
parente5a91c8632651e7959e2ab53fe98e2c53c935cb7 (diff)
Make it possible to edit capture comments
svn path=/trunk/; revision=41193
Diffstat (limited to 'summary.c')
-rw-r--r--summary.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/summary.c b/summary.c
index 134106221b..bc4df8a2fc 100644
--- a/summary.c
+++ b/summary.c
@@ -220,3 +220,12 @@ summary_fill_in_capture(capture_file *cf,capture_options *capture_opts, summary_
}
}
#endif
+
+void
+summary_update_comment(capture_file *cf, gchar *comment)
+{
+
+ /* Get info from SHB */
+ wtap_write_shb_comment(cf->wth, comment);
+
+} \ No newline at end of file