Re: [Wireshark-dev] error during the compilation.

2009-08-03 Thread Gerald Combs
I modified make-version.pl to look for the "svn" executable by default so that we could add the repository path to svnversion.h. A bug kept it from falling back gracefully if "svn" wasn't present. It should be fixed in r29288. Jaap Keuter wrote: > Hi, > > The scripting around this has recently be

Re: [Wireshark-dev] Memory Leak?

2009-08-03 Thread phishja...@yahoo.com
Still no luck fixing this memory leak... I am using Wireshark v 1.2.0 code as a base. I have looked into tshark, file, and rawshark very closely and I believe I am actually freeing more memory than they are, but still have not been able to figure out why field_info associated with "ti" below i

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

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

Re: [Wireshark-dev] error during the compilation.

2009-08-03 Thread Jaap Keuter
Hi, The scripting around this has recently been changed, so you may be right. Gerald? Thanx, Jaap xourciere@orange-ftgroup.com wrote: > Thank you Florent. > > Installing subversion Cygwin package solves this problem. > > I think this package should be checked by the "nmake -f Makefile.nmak

Re: [Wireshark-dev] tshark without displaying time

2009-08-03 Thread j . snelders
Hi Mark, You can use custom columns. Here are some examples: $ tshark -o column.format:""Time", "%t", "Source", "%s", "Destination","%d", "Protocol", "%p", "Info","%i"" 0.00 192.168.1.44 -> 74.125.77.147 TCP 1414 > 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460 0.015414 74.125.77.147 -> 192.168

[Wireshark-dev] tshark without displaying time

2009-08-03 Thread Mark Ryden
Hello, Is there a way to run thsark without displaying the time column ? Mark ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/opt

Re: [Wireshark-dev] error during the compilation.

2009-08-03 Thread xourciere.ext
Thank you Florent. Installing subversion Cygwin package solves this problem. I think this package should be checked by the "nmake -f Makefile.nmake verify_tools" because subversion seems to be mandatory to compile the trunk. Regards, -- Xavier OURCIERE. F