ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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