From c1b65d744e339f74566f6d8b882cf43db87ca9b1 Mon Sep 17 00:00:00 2001 From: Yiyao Yu Date: Fri, 17 May 2024 22:27:18 -0700 Subject: [PATCH] Use upstream wireshark to overcome MobileInsight website availability --- mobileinsight.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobileinsight.def b/mobileinsight.def index 84b3263..a1eaa28 100644 --- a/mobileinsight.def +++ b/mobileinsight.def @@ -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 }}"