Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Summary does not show packet drops for saved files

From: Anders Broman <a.broman@xxxxxxxxxxxx>
Date: Tue, 05 Nov 2013 21:42:13 +0100
Hi,
In summary_dlg.c we have the following:
  /* initial computations */
  summary_fill_in(&cfile, &summary);
#ifdef HAVE_LIBPCAP
  summary_fill_in_capture(&cfile, &global_capture_opts, &summary);
#endif

The last should probably only be called for live captures, do we have a method to find weather a live capture is going on or not?

Regards
Anders