aboutsummaryrefslogtreecommitdiffstats
path: root/gg_sniff (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP, improve tracerouteLaurent Ghigonis2013-07-091-5/+7
| | | | | | | * del trace on timeout (still WIP) * keep track of nodes traceroute usage * fix IP address storage / transfer * add some debug printf around
* compile gg_map gg_sniff and libglouglou with -O0 -gLaurent Ghigonis2013-07-081-1/+2
|
* gg_sniff: don't send empty traceroute hopsLaurent Ghigonis2013-07-071-1/+3
|
* traceroute improvementsLaurent Ghigonis2013-07-071-1/+6
| | | | | | * don't group traceroute nodes by address * put src ip in traceroute glouglou packet * correctly link nodes in gg_map
* WIP traceroute integration, disabled by defaultLaurent Ghigonis2013-07-061-15/+30
| | | | gg_map is not graphing correctly the route for now
* gg_sniff: do not chroot because of dirty libdnet needs /dev for intf_* stuff :(Laurent Ghigonis2013-07-051-1/+1
|
* gg_sniff: we use libdnet for icmpLaurent Ghigonis2013-06-271-1/+0
|
* gg_sniff: disable traceroute for nowLaurent Ghigonis2013-06-081-1/+1
|
* Merge branch 'master' into tracerouteLaurent Ghigonis2013-06-053-547/+547
|\ | | | | | | | | Conflicts: gg_sniff/pcap.c
| * indent fix, pass 2Laurent Ghigonis2013-06-052-16/+16
| | | | | | | | no functional change
| * convert to tabs, and fix some indent manualyLaurent Ghigonis2013-06-053-520/+520
| | | | | | | | no functionnal change
* | Merge branch 'master' into tracerouteLaurent Ghigonis2013-06-054-22/+40
|\|
| * gg_sniff: be less verboseLaurent Ghigonis2013-06-051-8/+8
| |
| * gg_map: update exampleLaurent Ghigonis2013-06-051-1/+1
| |
| * gg_sniff: add -f <libpcap filter>Laurent Ghigonis2013-06-053-9/+15
| |
| * gg_sniff: update README to match reality and talk about filtersLaurent Ghigonis2013-06-051-5/+17
| |
| * glouglou_localsniff: move to gg_mapLaurent Ghigonis2013-06-051-23/+0
| |
| * localviz: prefer programs from PWDLaurent Ghigonis2013-06-051-0/+2
| |
| * add wrapper script to visualize network activity on local machineLaurent Ghigonis2013-06-051-0/+21
| |
* | Merge branch 'master' into tracerouteLaurent Ghigonis2013-03-102-389/+389
|\|
| * gg_sniff: fix missing usage() \nLaurent Ghigonis2013-03-101-1/+1
| |
| * gg_sniff: replace tabs by 2 spacesLaurent Ghigonis2013-03-011-388/+388
| | | | | | | | no functionnal change
* | work in progress on traceroute and it's integration in gg_sniffLaurent Ghigonis2013-01-121-1/+22
| |
* | if using gg_sniff -a, you are not safe anymoreLaurent Ghigonis2012-12-161-0/+3
|/
* add -a option to gg_sniff (Active), where gg_sniff uses dns functionnality ofLaurent Ghigonis2012-12-153-4/+29
| | | | libggnet_dns and send glouglou PACKET_NAME to glougloud
* forgot to remove old function declaration for dead gg_sniff_dnsLaurent Ghigonis2012-12-151-8/+0
|
* remove dns from gg_sniff now that it's in libggnetLaurent Ghigonis2012-12-153-107/+1
|
* working on ggsniff_dns_reverse()Laurent Ghigonis2012-12-152-4/+77
|
* remove unused var in ip_handle()Laurent Ghigonis2012-12-151-5/+1
| | | | spotted by gcc -Wall
* more doc in commentsLaurent Ghigonis2012-12-141-0/+2
|
* add comments on doc about dns with libeventLaurent Ghigonis2012-12-141-0/+6
|
* fix connection timeout handling by really sending the corresponding gg_packetLaurent Ghigonis2012-12-121-9/+19
| | | | connection del.
* fix new connections encoding, they should never be responsesLaurent Ghigonis2012-12-111-1/+1
|
* better packet encode / decode and size display, and colorisation of blobsLaurent Ghigonis2012-12-111-4/+5
| | | | depending on connection id.
* correctly encode packet size and response typeLaurent Ghigonis2012-12-111-1/+1
|
* follow libgget API breakageLaurent Ghigonis2012-12-102-2/+2
|
* fix "sudo make install" by removing wrong call to useraddLaurent Ghigonis2012-12-041-1/+0
|
* code indentLaurent Ghigonis2012-12-041-12/+12
|
* factorise all ethernet handling in ether_handle()Laurent Ghigonis2012-12-041-61/+35
|
* remove useless ifdef OpenBSD, as we are already in an OpenBSD ifdefLaurent Ghigonis2012-12-041-4/+0
|
* handle listening on any interface, by passing to interface option to gg_sniff.Laurent Ghigonis2012-12-042-23/+114
| | | | therefore, implement LINUX_SLL handling in pcap.c
* fix conntimer event setupLaurent Ghigonis2012-12-041-1/+1
|
* fix signal handler, cmdline args and retvalLaurent Ghigonis2012-12-041-21/+26
|
* cleanup all objectsLaurent Ghigonis2012-12-041-1/+1
|
* work on gg_sniff, now it compilesLaurent Ghigonis2012-12-045-87/+250
|
* mention libbsd in RequirmentsLaurent Ghigonis2012-12-041-0/+1
|
* add functions from old/glougloudLaurent Ghigonis2012-12-041-0/+278
|
* work in progress on gg_sniffLaurent Ghigonis2012-12-045-38/+80
|
* fix typo for ifdef OpenBSDLaurent Ghigonis2012-12-031-1/+1
|
* add _gg_sniff group and user creation on "make install"Laurent Ghigonis2012-12-021-0/+13
|