diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | bpfc.8 (renamed from man/bpfc.8) | 0 | ||||
-rw-r--r-- | curvetun.8 (renamed from man/curvetun.8) | 0 | ||||
-rwxr-xr-x | dissector_fuzz.sh (renamed from test/dissector_fuzz.sh) | 0 | ||||
-rw-r--r-- | ether.conf (renamed from configs/ether.conf) | 0 | ||||
-rw-r--r-- | flowtop.8 (renamed from man/flowtop.8) | 0 | ||||
-rw-r--r-- | geoip.conf (renamed from configs/geoip.conf) | 0 | ||||
-rw-r--r-- | ifpps.8 (renamed from man/ifpps.8) | 0 | ||||
-rw-r--r-- | netsniff-ng.8 (renamed from man/netsniff-ng.8) | 0 | ||||
-rw-r--r-- | oui.conf (renamed from configs/oui.conf) | 0 | ||||
-rw-r--r-- | stddef.h (renamed from configs/stddef.h) | 0 | ||||
-rw-r--r-- | tcp.conf (renamed from configs/tcp.conf) | 0 | ||||
-rw-r--r-- | trafgen.8 (renamed from man/trafgen.8) | 0 | ||||
-rw-r--r-- | udp.conf (renamed from configs/udp.conf) | 0 |
15 files changed, 4 insertions, 4 deletions
@@ -24,7 +24,7 @@ *.a # Testing folders -test/fuzzing/ +fuzzing/ # Ignore if someone adapts Makefile Makefile @@ -238,11 +238,11 @@ astraceroute_distclean_custom: $(Q)$(call RMDIR,$(ETCDIRE)) netsniff-ng_install_custom flowtop_install_custom: - $(Q)$(foreach file,$(NCONF_FILES),$(call INST,configs/$(file),$(ETCDIRE));) + $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));) trafgen_install_custom: - $(Q)$(call INST,configs/stddef.h,$(ETCDIRE)) + $(Q)$(call INST,stddef.h,$(ETCDIRE)) astraceroute_install_custom: - $(Q)$(call INST,configs/geoip.conf,$(ETCDIRE)) + $(Q)$(call INST,geoip.conf,$(ETCDIRE)) $(TOOLS): WFLAGS += $(WFLAGS_EXTRA) $(TOOLS): diff --git a/man/curvetun.8 b/curvetun.8 index 37208b4..37208b4 100644 --- a/man/curvetun.8 +++ b/curvetun.8 diff --git a/test/dissector_fuzz.sh b/dissector_fuzz.sh index 40b6170..40b6170 100755 --- a/test/dissector_fuzz.sh +++ b/dissector_fuzz.sh diff --git a/configs/ether.conf b/ether.conf index 4d65f62..4d65f62 100644 --- a/configs/ether.conf +++ b/ether.conf diff --git a/man/flowtop.8 b/flowtop.8 index 5a4465d..5a4465d 100644 --- a/man/flowtop.8 +++ b/flowtop.8 diff --git a/configs/geoip.conf b/geoip.conf index 43c6238..43c6238 100644 --- a/configs/geoip.conf +++ b/geoip.conf diff --git a/man/netsniff-ng.8 b/netsniff-ng.8 index 023f777..023f777 100644 --- a/man/netsniff-ng.8 +++ b/netsniff-ng.8 diff --git a/configs/oui.conf b/oui.conf index 87a0d10..87a0d10 100644 --- a/configs/oui.conf +++ b/oui.conf diff --git a/configs/stddef.h b/stddef.h index 13688a6..13688a6 100644 --- a/configs/stddef.h +++ b/stddef.h diff --git a/configs/tcp.conf b/tcp.conf index 4eafa41..4eafa41 100644 --- a/configs/tcp.conf +++ b/tcp.conf diff --git a/man/trafgen.8 b/trafgen.8 index 6ead20c..6ead20c 100644 --- a/man/trafgen.8 +++ b/trafgen.8 diff --git a/configs/udp.conf b/udp.conf index a0c57c3..a0c57c3 100644 --- a/configs/udp.conf +++ b/udp.conf |