Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/new_unfinished_workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,8 @@ jobs:

- name: Install Linux dependencies
if: runner.os == 'Linux' && steps.check-artifact.outputs.needs_build == 'true'
run: sudo apt-get update && sudo apt-get install -y libpcap-dev gcc
run: sudo apt-get update && sudo apt-get install -y gcc

- name: Install macOS dependencies
if: runner.os == 'macOS' && steps.check-artifact.outputs.needs_build == 'true'
run: brew install libpcap

- name: Build backend (Linux)
if: runner.os == 'Linux' && steps.check-artifact.outputs.needs_build == 'true'
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,8 @@ jobs:

- name: Install Linux Deps
if: runner.os == 'Linux' && steps.download.outcome != 'success'
run: sudo apt-get update && sudo apt-get install -y libpcap-dev gcc
run: sudo apt-get update && sudo apt-get install -y gcc

- name: Install macOS Deps
if: runner.os == 'macOS' && steps.download.outcome != 'success'
run: brew install libpcap

- name: Build Binary
if: steps.download.outcome != 'success'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/go_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Install libpcap
run: sudo apt-get update && sudo apt-get install -y libpcap-dev
go-version: '1.23'


- name: Download dependencies
run: go mod download
Expand Down
47 changes: 0 additions & 47 deletions backend/pkg/transport/network/sniffer/decoder.go

This file was deleted.

124 changes: 0 additions & 124 deletions backend/pkg/transport/network/sniffer/decoder_test.go

This file was deleted.

141 changes: 0 additions & 141 deletions backend/pkg/transport/network/sniffer/sniffer.go

This file was deleted.

Loading
Loading