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

Ethereal-dev: [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.

Date: Fri, 11 Jul 2003 10:34:19 +0800
In util.c line 138:
    g_string_append("with libpcap (version unknown)");
should be
    g_string_append(str, "with libpcap (version unknown)");