wireshark/tools/win32-setup.sh
Gerald Combs add36f416d Use the latest libsmi package. Note that we now support OID resolution
on 64-bit Windows.

svn path=/trunk/; revision=37808
2011-06-27 20:48:26 +00:00

13 lines
195 B
Bash
Executable file

#!/bin/bash
#
# $Id$
# 32-bit wrapper for win-setup.sh.
export DOWNLOAD_TAG="2011-06-27"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`
exec $WIN_SETUP $@