diff options
Diffstat (limited to 'projects/wireshark')
-rw-r--r-- | projects/wireshark/Dockerfile | 2 | ||||
-rw-r--r-- | projects/wireshark/project.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/wireshark/Dockerfile b/projects/wireshark/Dockerfile index 4baee807..bddbf98e 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 77496503..d4b2afe1 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' |