Skip to content

Commit

Permalink
legallamadingdong
Browse files Browse the repository at this point in the history
closes #23
  • Loading branch information
Lennart Koopmann committed Jul 17, 2017
1 parent b548671 commit dd749ca
Show file tree
Hide file tree
Showing 40 changed files with 1,321 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lennart Koopmann <koopmann.lennart@gmail.com>
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/Logging.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme;

import org.apache.logging.log4j.Level;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/Main.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme;

import com.beust.jcommander.JCommander;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/Nzyme.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme;

import horse.wtf.nzyme.channels.ChannelHopper;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/NzymeImpl.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme;

import com.beust.jcommander.internal.Lists;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/NzymeInitializationException.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme;

public class NzymeInitializationException extends Exception {
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/Tools.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme;

import java.nio.ByteBuffer;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/channels/ChannelHopper.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.channels;

import com.google.common.collect.ImmutableList;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/channels/Lock.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.channels;

import java.util.concurrent.atomic.AtomicBoolean;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/configuration/CLIArguments.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.configuration;

import com.beust.jcommander.Parameter;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/configuration/Configuration.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.configuration;

import com.beust.jcommander.internal.Lists;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.configuration;

import com.github.joschi.jadconfig.ValidationException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.configuration;

import com.github.joschi.jadconfig.ValidationException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/dot11/Dot11LeavingReason.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.dot11;

import com.google.common.collect.ImmutableMap;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/dot11/Dot11ManagementFrame.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.dot11;

import org.pcap4j.packet.Dot11ManagementPacket;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/dot11/Dot11MetaInformation.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.dot11;

import org.pcap4j.packet.*;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/dot11/Dot11SSID.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.dot11;

import horse.wtf.nzyme.Tools;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/dot11/MalformedFrameException.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.dot11;

public class MalformedFrameException extends Throwable {
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/horse/wtf/nzyme/graylog/GraylogAddress.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Nzyme.
*
* Nzyme is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Nzyme is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Nzyme. If not, see <http://www.gnu.org/licenses/>.
*/

package horse.wtf.nzyme.graylog;

public class GraylogAddress {
Expand Down
Loading

0 comments on commit dd749ca

Please sign in to comment.