diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-05-24 18:59:39 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-05-24 18:59:39 +0000 |
commit | a4bbd97979922583244fb69040f96f39dc58d325 (patch) | |
tree | 0cf5ff08b91fec921bbb59df684b453109d40bf1 /summary.c | |
parent | 474281be2a9c97e7caaff902fff1591e922ba60c (diff) | |
download | wireshark-a4bbd97979922583244fb69040f96f39dc58d325.tar.gz wireshark-a4bbd97979922583244fb69040f96f39dc58d325.tar.bz2 wireshark-a4bbd97979922583244fb69040f96f39dc58d325.zip |
Use cf_update_capture_comment() to save the capture comment (instead of
summary_update_comment() which is no longer necessary).
cf_update_capture_comment() has the advantage that it doesn't mark the file
as unsaved unless the comment actually changed.
svn path=/trunk/; revision=42832
Diffstat (limited to 'summary.c')
-rw-r--r-- | summary.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -230,12 +230,3 @@ 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); - -} |