> Whoah there! :) I just copied WinPcap 4.0 into the 0.99.5 trunk, and
> plan on releasing 0.99.5pre2 later today. I'll send a message when it's
> ready.
>
> I'm hoping to have 0.99.5 final out on Thursday or Friday.
>
This may be premature (or not relevant), but just in case:
Is there a new Wpdpack which should be used when using WinPcap ??
<config.nmake>
# The WinPcap developer's pack version Wireshark is build with.
#
# If you don't have the WPdpack, comment this line out, so that
# WINPCAP_VERSION isn't defined.
#
#WINPCAP_VERSION=3.0
WINPCAP_VERSION=3.1
<Makefile.nmake>
!IFDEF PCAP_DIR
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
. WpdPack_3_1.zip
Bill