aboutsummaryrefslogtreecommitdiffstats
path: root/gg_sniff/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gg_sniff/README.txt')
-rw-r--r--gg_sniff/README.txt22
1 files changed, 17 insertions, 5 deletions
diff --git a/gg_sniff/README.txt b/gg_sniff/README.txt
index 2a43d02..fddbb3f 100644
--- a/gg_sniff/README.txt
+++ b/gg_sniff/README.txt
@@ -1,7 +1,5 @@
gg_sniff - glouglou probe client for network activity
-WARNING: Work in progress, don't expect this to work !
-
Requirements
============
@@ -13,14 +11,28 @@ Requirements
Installation
============
-git clone git@meg:glouglou
-cd gg_sniff
make && sudo make install
Usage
=====
-gg_sniff -i eth0
+sudo gg_sniff
+
+sudo gg_sniff -i eth0
+
+sudo gg_sniff -i eth0 10.137.2.9
+
+sudo gg_sniff -v -f "not port 4430 and not port 4431 and net 10.137.2.0/24" 10.137.2.9
+
+(10.137.2.9 is where glougloud is)
+
+Notes on capture
+================
+
+By default gg_sniff captures on any interfaces (works on Linux only).
+By default the capture filter is "not port 4430 and not port 4431 and not port 53".
+You can change it via -f, but dont forget to keep filtering out port 4430 and
+port 4431 because those are the ports used by glouglou itself !
Notes on architecture and security
==================================