Point MI to custom build with SparkReplayer
This commit is contained in:
parent
4e3942eb31
commit
3b9988ebcc
|
@ -4,7 +4,7 @@ From: ubuntu:22.04
|
|||
%arguments
|
||||
NUM_THREADS=1
|
||||
WS_VER=3.4.0
|
||||
MI_COMMIT=4b204e0
|
||||
MI_COMMIT=6898f42
|
||||
|
||||
%files
|
||||
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" \
|
||||
-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 clone "https://github.com/xythrez/mobileinsight-core.git"
|
||||
git -C mobileinsight-core checkout "{{ MI_COMMIT }}"
|
||||
|
||||
# Compile and install wireshark
|
||||
|
|
Loading…
Reference in New Issue