Make it possible to edit capture comments
[metze/wireshark/wip.git] / summary.c
index 134106221b188a97a94191ead6e55bf2227d5b8c..bc4df8a2fcd84e2805907b9435549e78876ee29d 100644 (file)
--- 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