1 Guidelines for contributing
2 ===========================
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
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 the
14 [bug tracker](https://github.com/the-tcpdump-group/libpcap/issues)
15 and check if the problem has already been reported. If it has not, please open
16 a new issue and provide the following details:
18 * libpcap version (e.g. from `tcpdump --version`, `pcap-config --version` or
20 * operating system name and version and any other details that may be relevant
21 (`uname -a`, compiler name and version, CPU type etc.)
22 * `configure` or `cmake` flags if any were used
23 * statement of the problem
26 Please note that if you know exactly how to solve the problem and the solution
27 would not be too intrusive, it would be best to contribute some development time
28 and open a pull request instead.
30 Still not sure how to do? Feel free to [subscribe](https://www.tcpdump.org/#mailing-lists)
31 to the mailing list tcpdump-workers@lists.tcpdump.org and ask!