diff options
author | Sake Blok <sake@euronet.nl> | 2009-08-30 10:35:48 +0000 |
---|---|---|
committer | Sake Blok <sake@euronet.nl> | 2009-08-30 10:35:48 +0000 |
commit | 2114ffff4c156f233acd0888b36bcae26847f33f (patch) | |
tree | ed7aa8c1a6aca62ca62f867af361026c848a38cb /file.h | |
parent | 600a9a677bb7339b30be08c49b2b2ae9c177bb05 (diff) | |
download | wireshark-2114ffff4c156f233acd0888b36bcae26847f33f.tar.gz wireshark-2114ffff4c156f233acd0888b36bcae26847f33f.tar.bz2 wireshark-2114ffff4c156f233acd0888b36bcae26847f33f.zip |
Some minor corrections in function descriptions
svn path=/trunk/; revision=29625
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -256,9 +256,13 @@ cf_status_t cf_filter_packets(capture_file *cf, gchar *dfilter, gboolean force); */ void cf_reftime_packets(capture_file *cf); +/** + * Return the time it took to load the file + */ gulong cf_get_computed_elapsed(void); + /** - * At least one "Refence Time" flag has changed, rescan all packets. + * The coloring rules have changed, redo coloring * * @param cf the capture file */ |