diff --git a/projects/wireshark/Dockerfile b/projects/wireshark/Dockerfile index 4baee807a..bddbf98ef 100644 --- a/projects/wireshark/Dockerfile +++ b/projects/wireshark/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y ninja-build cmake \ flex bison libc-ares-dev \ libglib2.0-dev libgcrypt20-dev -RUN git clone --depth=1 https://code.wireshark.org/review/wireshark +RUN git clone --depth=1 https://gitlab.com/wireshark/wireshark.git RUN git clone --depth=1 https://bitbucket.org/jwzawadzki/wireshark-fuzzdb.git WORKDIR wireshark diff --git a/projects/wireshark/project.yaml b/projects/wireshark/project.yaml index 774965030..d4b2afe1c 100644 --- a/projects/wireshark/project.yaml +++ b/projects/wireshark/project.yaml @@ -14,4 +14,4 @@ fuzzing_engines: - libfuzzer - honggfuzz - afl -main_repo: 'https://code.wireshark.org/review/wireshark' +main_repo: 'https://gitlab.com/wireshark/wireshark'