Re: [Wireshark-dev] ADNS alternative

2008-05-03 Thread Jaap Keuter
Hi, Quoting UDNS: "Most applications that requires asyncronous DNS processing either implements their own resolver modules (which, again, is not a trivial task, and sometimes leads to incompatibilities with other resolver libraries and bugs which are difficult to find), or uses forked-resolver

Re: [Wireshark-dev] ADNS alternative

2008-05-03 Thread Sébastien Tandel
True, but the DNS resolver is based on the event loop library it's part of. > So > this would have to be used as our event loop as well. Which will bring us > in > conflict with the GTK event loop I guess. > Right ... That's too bad :-/ Regards, Sebastien Tandel _

Re: [Wireshark-dev] ADNS alternative

2008-05-03 Thread Sébastien Tandel
> > > Maybe this is something we should build into Wireshark since it is such > an important feature? or as a separate lib using glib functions "à la libevent"? (which might be included in glib itself ... don't know whether they have an interest in it) Regards, Sebastien Tandel

Re: [Wireshark-dev] ADNS alternative

2008-05-03 Thread Stephen Fisher
All very interesting alternatives to adns. I found a few others searching the Internet. Why is everyone starting but not maintaining an async dns library? :) I don't like adns because it isn't maintained very much, but I'm afraid of trying something else and it being less stable. Maybe this i

Re: [Wireshark-dev] Help: How to add files to Wireshark

2008-05-03 Thread Stephen Fisher
On Sat, May 03, 2008 at 10:21:02AM +0300, goitom kahsay wrote: > I added the name of the file to the gtk/Makefile.commom. But the file > does not compile and create any object file. That's all that is needed to compile it. Where did you add the filename? It should be listed under WIRESHARK_GT

Re: [Wireshark-dev] ADNS alternative

2008-05-03 Thread Jaap Keuter
Hi, True, but the DNS resolver is based on the event loop library it's part of. So this would have to be used as our event loop as well. Which will bring us in conflict with the GTK event loop I guess. Thanx, Jaap Sébastien Tandel wrote: > Hi, > > there is also libevent which is portable,

Re: [Wireshark-dev] ADNS alternative

2008-05-03 Thread Sébastien Tandel
Hi, there is also libevent which is portable, maintained and seems well-documented :-) http://monkey.org/~provos/libevent/doxygen-1.4.3/evdns_8h.html Regards, Sebastien On Fri, May 2, 2008 at 9:08 AM, Jaap Keuter <[EMAIL PROTECTED]> wrote: > Hi, > > Looking at the suggestions I see this: > P

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2008-05-03 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/Windows-XP-x86/builds/4305 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason: Build

Re: [Wireshark-dev] Help: How to add files to Wireshark

2008-05-03 Thread Jaap Keuter
Well, you can always 'make distclean' first but that requires you to have all relevant development tools as well. Shouldn't be a problem though. Thanx, Jaap goitom kahsay wrote: > Hi , > > Thank you alot for ur help. And i am using linux. > > I run the commands but it does not compile the new

Re: [Wireshark-dev] Help: How to add files to Wireshark

2008-05-03 Thread goitom kahsay
Hi Jaap, Thank you for ur help. I added the name of the file to the gtk/Makefile.commom. But the file does not compile and create any object file. with best regards On Wed, Apr 30, 2008 at 11:48 AM, Jaap Keuter <[EMAIL PROTECTED]> wrote: > Hi, > > gtk/Makefile.common is the place for that. > > T

Re: [Wireshark-dev] Help: How to add files to Wireshark

2008-05-03 Thread goitom kahsay
Hi , Thank you alot for ur help. And i am using linux. I run the commands but it does not compile the new file added to the GTK folder. thank you. with best regards On Wed, Apr 30, 2008 at 6:57 PM, Luis EG Ontanon <[EMAIL PROTECTED]> wrote: > On unix: > > make clean > ./autogen.sh > ./co