ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Confused about the "packet_list".Thanks!

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Wed, 13 May 2009 12:13:03 -0600
On Wed, May 13, 2009 at 09:30:30AM +0000, Liwun Qiu wrote:
> 
> The packet_list is initialized by the following statement:
> 
>        packet_list = gtk_clist_new(cfile.cinfo.num_cols);
> 
> But if we capture on the real time instead of opening a capture 
> file,how the value of packet_list is assigned?

The value of packet_list is a GTK+ CList that is populated later by 
data from either a capture file or the real-time capture.


Steve