[Wireshark-dev] Wireshark on Android

2012-01-15 Thread Mark Sunders
I'm new to the list. In searching through the archives, I've noticed that there have been several cases where people have successfully cross-compiled Wireshark (or actually, tshark) for the Android platform. I've been attempting to do this, but without success. Would anyone that has been

[Wireshark-dev] Getting a pcap filename from a Lua script

2012-01-15 Thread Maayan Zadik
Hi, I have several Lua scripts that display different analyses on a displayed capture file (*.pcap extension). That is, the capture is opened from outside the script, and only after that can the scripts be run. I want to save these analyses to a log file. Current I save the log file

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Visual-Studio-Code-Analysis

2012-01-15 Thread Ed Beroset
Jeorg, eax.c(32) : fatal error C1083: Cannot open include file: 'gcrypt.h': No such file or directory Ideas anyone? I see you already found and fixed the problem in version 40502. I apologize for accidentally deleting that change from the patch I submitted, Joerg. Thanks for doing that.

[Wireshark-dev] running a lua function via tshark

2012-01-15 Thread Maayan Zadik
HI, I have a lua script range_check.lua It has a function range_check(), which checks the ranges of the fields of each packet in a pcap file, and it is registered to the menu MENU_TOOLS_UNSORTED It runs different tests on each packet and saves to a file the Error Log, using a Listener and

Re: [Wireshark-dev] Getting a pcap filename from a Lua script

2012-01-15 Thread Tony Trinh
On Sun, Jan 15, 2012 at 6:34 AM, Maayan Zadik maay...@designartnetworks.com wrote: ** Is there a way to retrieve the capture file name from inside the Lua script, that way I can name the log: “filename_log”? Someone

Re: [Wireshark-dev] running a lua function via tshark

2012-01-15 Thread Tony Trinh
On Sun, Jan 15, 2012 at 11:04 AM, Maayan Zadik maay...@designartnetworks.com wrote: I have a lua script range_check.lua It has a function range_check(), which checks the ranges of the fields of each packet in a pcap file, and it is registered to the menu “MENU_TOOLS_UNSORTED” I

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Visual-Studio-Code-Analysis

2012-01-15 Thread Joerg Mayer
On Sun, Jan 15, 2012 at 10:55:33AM -0500, Ed Beroset wrote: and I see the code you've commented out. However, that also eliminates some functionality. Specifically that causes autogenerated code to parse the flags. With the code intact, we get this (an extract from tshark): I overdid

[Wireshark-dev] Buildbot status (Ubuntu-10.04-x64)

2012-01-15 Thread Joerg Mayer
The biuldbot Ubuntu-10.04-x64 is not doing anything and hasn't for two days. Pinging works, triggering a build doesn't work. I tried to stop the current build (although it doesn't look like there is one going on) but the system requested a password to do that - and I'm not aware that I have such a

[Wireshark-dev] Use of deprecated glib function

2012-01-15 Thread Joerg Mayer
Hello, compiling with current glib (2.31.6) dies with: [ 95%] Building C object plugins/mate/CMakeFiles/mate.dir/mate_runtime.c.o cc1: warnings being treated as errors /Users/jmayer/wireshark/svn/plugins/mate/mate_runtime.c: In function 'destroy_mate_pdus':

Re: [Wireshark-dev] Use of deprecated glib function

2012-01-15 Thread Bill Meier
On 1/15/2012 12:41 PM, Joerg Mayer wrote: Hello, compiling with current glib (2.31.6) dies with: [ 95%] Building C object plugins/mate/CMakeFiles/mate.dir/mate_runtime.c.o cc1: warnings being treated as errors /Users/jmayer/wireshark/svn/plugins/mate/mate_runtime.c: In function

Re: [Wireshark-dev] Use of deprecated glib function

2012-01-15 Thread Joerg Mayer
On Sun, Jan 15, 2012 at 06:41:33PM +0100, Joerg Mayer wrote: compiling with current glib (2.31.6) dies with: Correction: 2.31.8 -- Joerg Mayer jma...@loplof.de We are stuck with technology when what we really want is just stuff that works. Some say

Re: [Wireshark-dev] [Wireshark-commits] rev 40518: /trunk/ /trunk/epan/: plugins.c timestamp.c /trunk/gtk/: CMakeLists.txt Makefile.am Makefile.common Makefile.nmake Makefile_custom.common STATUS.gtk3

2012-01-15 Thread Guy Harris
On Jan 15, 2012, at 1:59 PM, jma...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=40518 User: jmayer Date: 2012/01/15 01:59 PM Log: Move gtk to ui/gtk. Should those files in the top-level images directory that are only used by UI code be moved a

Re: [Wireshark-dev] [Wireshark-commits] rev 40518: /trunk/ /trunk/epan/: plugins.c timestamp.c /trunk/gtk/: CMakeLists.txt Makefile.am Makefile.common Makefile.nmake Makefile_custom.common STATUS.gtk3

2012-01-15 Thread Joerg Mayer
On Sun, Jan 15, 2012 at 03:05:41PM -0800, Guy Harris wrote: On Jan 15, 2012, at 1:59 PM, jma...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=40518 User: jmayer Date: 2012/01/15 01:59 PM Log: Move gtk to ui/gtk. Should those files in

Re: [Wireshark-dev] GTK3 for OSX

2012-01-15 Thread Joerg Mayer
On Fri, Dec 30, 2011 at 05:11:41PM +0100, Michael Tuexen wrote: On Dec 30, 2011, at 12:41 PM, Joerg Mayer wrote: Just a question I've been toying with: Would it be ok/make sense to move the official builds on OSX from GTK2 to GTK3? Depends on: * Does GTK3 compile? For GTK2 we need some

Re: [Wireshark-dev] Buildbot status (Ubuntu-10.04-x64)

2012-01-15 Thread Gerald Combs
On 1/15/12 9:33 AM, Joerg Mayer wrote: The biuldbot Ubuntu-10.04-x64 is not doing anything and hasn't for two days. Pinging works, triggering a build doesn't work. I tried to stop the current build (although it doesn't look like there is one going on) but the system requested a password to do

Re: [Wireshark-dev] [Wireshark-commits] rev 40518: /trunk/ /trunk/epan/: plugins.c timestamp.c /trunk/gtk/: CMakeLists.txt Makefile.am Makefile.common Makefile.nmake Makefile_custom.common STATUS.gtk3

2012-01-15 Thread Gerald Combs
On 1/15/12 3:05 PM, Guy Harris wrote: On Jan 15, 2012, at 1:59 PM, jma...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=40518 User: jmayer Date: 2012/01/15 01:59 PM Log: Move gtk to ui/gtk. Should those files in the top-level images directory