You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signed release packages using Github artifact attestation (#1390)
* Add attestation steps for packaging
* tab to spaces
* update permissions
* Update README for verify procedure
* fix
* version to commit hash
* update
* remove ubuntu 18.04
* move permissions
* should be package dir
* remove wildcard
* bump version str
* remove unnecessary id
* revert test version bump
* add link to attestation page
---------
Co-authored-by: Liu, An-Chi <[email protected]>
Follow the build instructions according to your platform in the [Build From Source](https://pcapplusplus.github.io/docs/install#build-from-source) page in PcapPlusPlus web-site.
98
98
99
+
### Verify your packages
100
+
101
+
PcapPlusPlus releases which newer than v23.09 are signed with GitHub attestation. All of the attestations can be found [here](https://github.com/seladb/PcapPlusPlus/attestations). You can verify the attestation of these packages with GitHub CLI. To verify packages you can follow the most recent instructions from [gh attestation verify](https://cli.github.com/manual/gh_attestation_verify). For simple instructions you can use the following command:
and you should see the following output in your terminal:
108
+
109
+
```shell
110
+
✓ Verification succeeded!
111
+
```
112
+
99
113
## Feature Overview
100
114
101
115
-__Packet capture__ through an easy to use C++ wrapper for popular packet capture engines such as [libpcap](https://www.tcpdump.org/), [WinPcap](https://www.winpcap.org/), [Npcap](https://nmap.org/npcap/), [Intel DPDK](https://www.dpdk.org/), [eBPF AF_XDP](https://www.kernel.org/doc/html/next/networking/af_xdp.html), [ntop’s PF_RING](https://www.ntop.org/products/packet-capture/pf_ring/) and [raw sockets](https://en.wikipedia.org/wiki/Network_socket#Raw_socket)[[Learn more](https://pcapplusplus.github.io/docs/features#packet-capture)]
0 commit comments