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

Ethereal-users: Re: [WinPcap] Re: [Ethereal-users] Re: ethereal on Win XP

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 13 Feb 2002 12:04:02 -0800 (PST)
> I had a look at the sources of Ethereal 0.9.0.
> I think the bug is somewhere in file pcap_util.c
> 
>     #LINE 436
>     GList *get_interface_list(....)

If that were the case, he'd have been able to type the name of the
device into the combo box and still be able to capture on the device. 
All "get_interface_list()" does is provide the list of devices to
display in the combo box; however, you can type an arbitrary string into
the combo box's text entry field, even if it's not in the list.

However, he said that even if he did that, it didn't work.