Most of the changes and improvements to arp-scan came from the community. So contributions are very welcome.
- Pull Requests: Please see the coding guidelines below.
- Issues: For bug reports, feature requests, build problems, packaging issues, ideas, strange things you can't explain etc. Please check existing issues (both open and closed) and the appropriate manual page before reporting, thanks.
Please read these guidelines if you're submitting a pull request:
- Must build and run on all supported platforms (possible exception for Solaris because it's moribund). The
arp-scanteam can help with porting, autoconf checks, unit tests etc. - Must compile without warnings with the GCC/Clang options that
arp-scanbuilds with. - Source formatting style is
clang-formatwith the following options (with a few exceptions):BasedOnStyle: LLVMIndentWidth: 3AlwaysBreakAfterDefinitionReturnType: AllIndentCaseLabels: true