Ethereal-dev: [Ethereal-dev] version_info.c: winpacap support missing

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

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Fri, 16 Jan 2004 20:50:20 +0100
Hello,

is someone will willing to add winpcap support so versioninfo.c?
Especially the Fact, that current version of winpcap don't support
serial interfaces (or ptp interfaces)? The following code provided
the "inspiration" :)

#ifndef HAVE_LIBPCRE
        break_point = str->len - 1;
        g_string_append(str,
                "\nNOTE: this build does not support the \"matches\" operator"
                "\nfor Ethereal filter syntax.\n");
        do_word_wrap(str, break_point);
#endif  /* HAVE_LIBPCRE */

        Ciao
           Jörg

-- 
Joerg Mayer                                           <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.