Compare commits

..

5 Commits

Author SHA1 Message Date
Jack Yu 1e5cb0ba9f mobile_insight commit update 2024-06-09 00:12:25 -07:00
Jack Yu a0231b5002 mobile_insight commit update 2024-05-23 15:16:46 -07:00
Jack Yu d96cd4cc5e mobile_insight commit update 2024-05-21 21:41:15 -07:00
Jack Yu dc72ee0439 mobile_insight commit update 2024-05-21 19:23:16 -07:00
Jack Yu 3b9988ebcc Point MI to custom build with SparkReplayer 2024-05-21 15:53:34 -07:00
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ From: ubuntu:22.04
%arguments %arguments
NUM_THREADS=1 NUM_THREADS=1
WS_VER=3.4.0 WS_VER=3.4.0
MI_COMMIT=4b204e0 MI_COMMIT=1b4ae14f7f559b8cdbc11f8e0be9a11573e1cd2d
%files %files
00-cpp_compat.patch /build/00-cpp_compat.patch 00-cpp_compat.patch /build/00-cpp_compat.patch
@ -49,7 +49,7 @@ From: ubuntu:22.04
wget "https://github.com/wireshark/wireshark/archive/refs/tags/v{{ WS_VER }}.tar.gz" \ wget "https://github.com/wireshark/wireshark/archive/refs/tags/v{{ WS_VER }}.tar.gz" \
-nv -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/xythrez/mobileinsight-core.git"
git -C mobileinsight-core checkout "{{ MI_COMMIT }}" git -C mobileinsight-core checkout "{{ MI_COMMIT }}"
# Compile and install wireshark # Compile and install wireshark