aboutsummaryrefslogtreecommitdiffstats
path: root/gg_sniff/pcap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -a option to gg_sniff (Active), where gg_sniff uses dns functionnality ofLaurent Ghigonis2012-12-151-1/+22
* remove unused var in ip_handle()Laurent Ghigonis2012-12-151-5/+1
* fix connection timeout handling by really sending the corresponding gg_packetLaurent Ghigonis2012-12-121-9/+19
* 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
* correctly encode packet size and response typeLaurent Ghigonis2012-12-111-1/+1
* follow libgget API breakageLaurent Ghigonis2012-12-101-1/+1
* 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-041-15/+103
* fix conntimer event setupLaurent Ghigonis2012-12-041-1/+1
* work on gg_sniff, now it compilesLaurent Ghigonis2012-12-041-69/+198
* add functions from old/glougloudLaurent Ghigonis2012-12-041-0/+278
* work in progress on gg_sniffLaurent Ghigonis2012-12-041-9/+32
* work in progress on gg_sniffLaurent Ghigonis2012-12-021-0/+146