current stuff, untested
[netsniff-ng.git] / HACKING
blob77d2c264ecfc0576b7a84677c56f0759cb7fb138
1 Some information about potential netsniff-ng hackers can be found here!
2 First of all, you might want to clone our git repository before you start
3 hacking on anything:
5  $ git clone git://repo.or.cz/netsniff-ng.git
7 The best way to propose your ideas is to outline them in a short mail to
8 workgroup@netsniff-ng.org or to our public mailing list address
9 netsniff-ng@googlegroups.com. We are looking forward for your proposals!
10 Of course, keep in mind that you can mail smaller portions of code like
11 bug fixes immediately.
13 The best way to make a contribution to netsniff-ng is to send us your 
14 code in the form of a unified diff against the latest released or
15 development version and, preferably, the branch from our Git repository.
16 Your patch should then be sent to workgroup@netsniff-ng.org or 
17 bugs@netsniff-ng.org.
19 Before submitting your patch make sure to indent your code appropriate.
20 For this, have a look at our coding conventions within the CODING file.
22 Well, I guess most has been said ... so happy packet hacking! We're looking
23 forward for your patches, ideas and improvements!