summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..31893dd2e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,14 @@
+[submodule "libnDPI"]
+ path = libnDPI
+ url = https://github.com/ntop/nDPI
+ branch = dev
+ update = rebase
+[submodule "examples/js-rt-analyzer"]
+ path = examples/js-rt-analyzer
+ url = https://gitlab.com/verzulli/ndpid-rt-analyzer.git
+[submodule "examples/js-rt-analyzer-frontend"]
+ path = examples/js-rt-analyzer-frontend
+ url = https://gitlab.com/verzulli/ndpid-rt-analyzer-frontend.git
+[submodule "examples/cxx-graph"]
+ path = examples/cxx-graph
+ url = https://github.com/utoni/nDPId-Graph.git