|
| 1 | +# Copyright 2023-2024 Ayoub Kaanich <[email protected]> |
| 2 | +# SPDX-License-Identifier: MIT |
| 3 | +version = 1 |
| 4 | +SPDX-PackageName = "sharppcap" |
| 5 | +SPDX-PackageSupplier = "Chris Morgan <[email protected]>" |
| 6 | +SPDX-PackageDownloadLocation = "https://github.com/dotpcap/sharppcap" |
| 7 | + |
| 8 | +[[annotations]] |
| 9 | +path = [ |
| 10 | + "Examples/**", |
| 11 | + "SharpPcap.sln", |
| 12 | + "Test/capture_files/10k_packets.pcap", |
| 13 | + "Test/capture_files/arp_request_response.pcap", |
| 14 | + "Test/capture_files/ipv6_http.pcap", |
| 15 | + "Test/capture_files/ipv6_icmpv6_packet.pcap", |
| 16 | + "Test/capture_files/ip_packet_bogus_length.pcap", |
| 17 | + "Test/capture_files/README", |
| 18 | + "Test/capture_files/tcp.pcap", |
| 19 | + "Test/capture_files/tcp_with_extra_bytes.pcap", |
| 20 | + "Test/capture_files/test_stream.pcap", |
| 21 | + "Test/capture_files/udp_dns_request_response.pcap", |
| 22 | +] |
| 23 | +precedence = "aggregate" |
| 24 | +SPDX-FileCopyrightText = [ |
| 25 | + |
| 26 | + "Chris Morgan <[email protected]>", |
| 27 | +] |
| 28 | +SPDX-License-Identifier = "MIT" |
| 29 | + |
| 30 | +[[annotations]] |
| 31 | +path = ["Tutorial/**", "History.md", "README.md", "renovate.json"] |
| 32 | +precedence = "aggregate" |
| 33 | +SPDX-FileCopyrightText = "Chris Morgan <[email protected]>" |
| 34 | +SPDX-License-Identifier = "MIT" |
| 35 | + |
| 36 | +[[annotations]] |
| 37 | +path = "Test/capture_files/arp_with_vlan.pcap" |
| 38 | +precedence = "aggregate" |
| 39 | +SPDX-FileCopyrightText = "Houcem Benali <[email protected]>" |
| 40 | +SPDX-License-Identifier = "MIT" |
0 commit comments