Pārlūkot izejas kodu

add copyright

tags/v1.0.0
Pascal Gloor pirms 5 gadiem
vecāks
revīzija
9260847e83
5 mainītis faili ar 72 papildinājumiem un 0 dzēšanām
  1. 14
    0
      Makefile
  2. 16
    0
      README.md
  3. 14
    0
      dhcp_protect.c
  4. 14
    0
      dhcp_protect.h
  5. 14
    0
      perftest.pl

+ 14
- 0
Makefile Parādīt failu

# Copyright 2019 Pascal Gloor
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

CC := gcc CC := gcc
CCFLAGS := -Wall -O2 CCFLAGS := -Wall -O2
LDFLAGS := -lnetfilter_queue LDFLAGS := -lnetfilter_queue

+ 16
- 0
README.md Parādīt failu

Oct 23 16:50:18 router dhcp_protect[9706]: 00000000021b: blacklisting started Oct 23 16:50:18 router dhcp_protect[9706]: 00000000021b: blacklisting started
Oct 23 16:52:18 router dhcp_protect[9706]: 00000000021b: blacklisting ended Oct 23 16:52:18 router dhcp_protect[9706]: 00000000021b: blacklisting ended
``` ```
# Copyright / License
```
Copyright 2019 Pascal Gloor

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

+ 14
- 0
dhcp_protect.c Parādīt failu

// dhcp_protect.c // dhcp_protect.c
// Copyright 2019 Pascal Gloor
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.



#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

+ 14
- 0
dhcp_protect.h Parādīt failu



// Copyright 2019 Pascal Gloor
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

typedef struct dp_conf { typedef struct dp_conf {
int pktint; int pktint;
int interval; int interval;

+ 14
- 0
perftest.pl Parādīt failu

#!/usr/bin/perl #!/usr/bin/perl
# Copyright 2019 Pascal Gloor
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.



use strict; use strict;
use IO::Socket::INET; use IO::Socket::INET;

Notiek ielāde…
Atcelt
Saglabāt