]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libpcap/CONTRIBUTING.md
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / contrib / libpcap / CONTRIBUTING.md
1 Guidelines for contributing
2 ===========================
3
4 To report a security issue (segfault, buffer overflow, infinite loop, arbitrary
5 code execution etc) please send an e-mail to security@tcpdump.org, do not use
6 the bug tracker!
7
8 To report a non-security problem (failure to compile, failure to capture packets
9 properly, missing support for a network interface type or DLT) please check
10 first that it reproduces with the latest stable release of libpcap. If it does,
11 please check that the problem reproduces with the current git master branch of
12 libpcap. If it does (and it is not a security-related problem, otherwise see
13 above), please navigate to https://github.com/the-tcpdump-group/libpcap/issues
14 and check if the problem has already been reported. If it has not, please open
15 a new issue and provide the following details:
16
17 * libpcap version (e.g. from tcpdump --version)
18 * operating system name and version and any other details that may be relevant
19   (uname -a, compiler name and version, CPU type etc.)
20 * configure flags if any were used
21 * statement of the problem
22 * steps to reproduce
23
24 Please note that if you know exactly how to solve the problem and the solution
25 would not be too intrusive, it would be best to contribute some development time
26 and open a pull request instead.
27
28 Still not sure how to do? Feel free to [subscribe](https://www.tcpdump.org/#mailing-lists)
29 to the mailing list tcpdump-workers@lists.tcpdump.org and ask!