summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 31893dd2ebf2304f2a02bff4f8c7c80244c77fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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