Wireshark-bugs: [Wireshark-bugs] [Bug 6765] ipp - last packet is always malformed
Date: Wed, 25 Jan 2012 07:46:48 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6765

--- Comment #2 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2012-01-25 07:46:47 PST ---
(In reply to comment #1)
> BTW, why is libpcap with its version not recognizes ?

It's the difference between "compiled with" and "running with":

> Compiled (32-bit) .... with libpcap (version unknown)
> Running on Linux 3.2.2 ... with libpcap version 1.1.1

Refer to the comments in capture-pcap-util-unix.c:get_compiled_pcap_version()
for a more detailed explanation.

But maybe it's less confusing to change:
        g_string_append(str, "with libpcap (version unknown)");
to simply:
        g_string_append(str, "with libpcap");

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.