Use upstream wireshark to overcome MobileInsight website availability

This commit is contained in:
Jack Yu 2024-05-17 22:27:18 -07:00
parent 8f1a608c66
commit c1b65d744e
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ From: ubuntu:22.04
# Download resources
cd /build
wget "http://www.mobileinsight.net/wireshark-{{ WS_VER }}-rbc-dissector.tar.xz" -nv \
-O "wireshark-{{ WS_VER }}.tar.xz"
wget "https://github.com/wireshark/wireshark/archive/refs/tags/v{{ WS_VER }}.tar.gz" \
-nv -O "wireshark-{{ WS_VER }}.tar.xz"
tar -xf "wireshark-{{ WS_VER }}.tar.xz"
git clone "https://github.com/mobile-insight/mobileinsight-core.git"
git -C mobileinsight-core checkout "{{ MI_COMMIT }}"