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

Ethereal-dev: Re: [Ethereal-dev] Bug in util.c

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: Thu, 10 Jul 2003 23:46:21 -0700
On Fri, Jul 11, 2003 at 10:34:19AM +0800, smhuang@xxxxxxxxxxxxxxxxxxxx wrote:
> In util.c line 138:
>     g_string_append("with libpcap (version unknown)");
> should be
>     g_string_append(str, "with libpcap (version unknown)");

Checked in.  (On what OS were you compiling this?  Its libpcap doesn't
have a "pcap_version" string.)