aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libggnet_dns.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix dns resolving: evdns eats network byte order !Laurent Ghigonis2012-12-151-1/+4
|
* call the user callback even on error but with NULL as nameLaurent Ghigonis2012-12-151-10/+6
|
* fix handling of name returned by evdns.Laurent Ghigonis2012-12-151-2/+8
| | | | their documentation is wrong, i will send them an email.
* add necessary code in libggnet to do resolving of nodes names.Laurent Ghigonis2012-12-151-19/+17
| | | | modify libggnet_dns structure to fit with these changes.
* variable rename to avoid confusionLaurent Ghigonis2012-12-151-17/+17
|
* integrate gg_sniff dns handling into libggnetLaurent Ghigonis2012-12-151-0/+113
it can be enabled in ggnet by calling ggnet_set_dns(), or can be used independently by including <libggnet_dns.h> an calling ggnet_dns_new(), ggnet_dns_free() and ggnet_dns_reverse() WARNING: not tested yet, only compiles