Use upstream wireshark to overcome MobileInsight website availability
This commit is contained in:
parent
8f1a608c66
commit
c1b65d744e
|
@ -45,8 +45,8 @@ From: ubuntu:22.04
|
||||||
|
|
||||||
# Download resources
|
# Download resources
|
||||||
cd /build
|
cd /build
|
||||||
wget "http://www.mobileinsight.net/wireshark-{{ WS_VER }}-rbc-dissector.tar.xz" -nv \
|
wget "https://github.com/wireshark/wireshark/archive/refs/tags/v{{ WS_VER }}.tar.gz" \
|
||||||
-O "wireshark-{{ WS_VER }}.tar.xz"
|
-nv -O "wireshark-{{ WS_VER }}.tar.xz"
|
||||||
tar -xf "wireshark-{{ WS_VER }}.tar.xz"
|
tar -xf "wireshark-{{ WS_VER }}.tar.xz"
|
||||||
git clone "https://github.com/mobile-insight/mobileinsight-core.git"
|
git clone "https://github.com/mobile-insight/mobileinsight-core.git"
|
||||||
git -C mobileinsight-core checkout "{{ MI_COMMIT }}"
|
git -C mobileinsight-core checkout "{{ MI_COMMIT }}"
|
||||||
|
|
Loading…
Reference in New Issue