[Wireshark-dev] *** No rule to make target `inet_pton.lo', needed by `libwireshark.la'. Stop.

2008-05-30 Thread Guillaume Bienkowski
Hello guys, I have a problem compiling Wireshark 1.0.0; I get the following error: make[3]: Entering directory `/home/gbien/work/wireshark-1.0.0/epan' make[3]: *** No rule to make target `inet_pton.lo', needed by `libwireshark.la'. Stop. make[3]: Leaving directory `/home/gbien/work/wireshark-1.

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

2008-05-30 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/builders/Windows-XP-x86/builds/4422 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason

[Wireshark-dev] Is it must to have dumpcap built in wireshark-1.0.0 in order to do capturing.

2008-05-30 Thread Moheed Moheed Ahmad
Hi Devs, I built tshark with --disable-dumpcap configure option and it builts. But on running tshark it Errors out: It can't fork child process dumpcap. But I don't understant why? Is it must to have dumpcap built along with tshark to get packet captured? and if it can't run without dumpcap the

Re: [Wireshark-dev] Is it must to have dumpcap built in wireshark-1.0.0 in order to do capturing.

2008-05-30 Thread Moheed Moheed Ahmad
Sorry Devs, My bad, I just got the answer from wireshark-users list. Moheed On Fri, May 30, 2008 at 9:04 PM, Moheed Moheed Ahmad <[EMAIL PROTECTED]> wrote: > Hi Devs, > > I built tshark with --disable-dumpcap configure option and it builts. > But on running tshark it Errors out: It can't fork c

[Wireshark-dev] About io graph

2008-05-30 Thread khurram Iqbal
Dear all, I have a question regarding io graph. Actually, I wanna see negative y-axis in io graph because there are few parameters that have negative values. If somebody know thta how can I modify the code for the negative y axis on io graph. regards Khurram _

Re: [Wireshark-dev] Is it must to have dumpcap built in wireshark-1.0.0in order to do capturing.

2008-05-30 Thread Lars Ruoff
> Is it must to have dumpcap built along with tshark to get packet captured? Yes. > and if it can't run without dumpcap then why the configure option of disable-dumpcap? You can run tshark on files (see option -r) rather than on life capture data. In this mode you do NOT need dumpcap, hence th