Skip to content

Commit 81b89a2

Browse files
committed
Move from libpcap to pnet and pcap-file
1 parent 8d5ce7b commit 81b89a2

File tree

7 files changed

+382
-331
lines changed

7 files changed

+382
-331
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Install system dependencies
22-
run: |
23-
sudo apt-get update
24-
sudo apt-get install -y libpcap-dev
25-
2621
- name: Install Rust
2722
uses: dtolnay/rust-toolchain@stable
2823

@@ -72,12 +67,6 @@ jobs:
7267
fetch-depth: 0
7368
fetch-tags: true
7469

75-
- name: Install system dependencies (Linux)
76-
if: matrix.os == 'ubuntu-latest'
77-
run: |
78-
sudo apt-get update
79-
sudo apt-get install -y libpcap-dev
80-
8170
- name: Install Rust toolchain with target
8271
uses: dtolnay/rust-toolchain@stable
8372
with:

0 commit comments

Comments
 (0)