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

Ethereal-dev: Re: [Ethereal-dev] what does sync_mode mean??

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Mon, 14 Jun 2004 14:37:41 -0700 (PDT)
It means the mode used for "Update list of packets in real time" captures,
in which there are two processes - one that captures the packets, writes
them to a file, and sends to the other process over a pipe messages saying
that a certain number of packets have been added to a file, and one that
receives those messages, reads packets from the file, and updates the
display.