[Wireshark-dev] Loading UI description from file

2011-08-29 Thread Anders Broman
Hi, On Linux trying to load the UI description from file the file will be loaded from someting like /usr/local/share/wireshark/ui/ runing Wireshark from the working directory will not find the file unless Wireshark is installed (or the file manually copied). Any suggestions on how to

[Wireshark-dev] How can I judge the fail status of PPP protocal?and unworkable status!

2011-08-29 Thread lookfar
Now,I have to wirte a tool to test the status,like If you are familiar with PPP protocal,Please do me a favor!! thanks.___ Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org Archives:

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-29 Thread Graham Bloice
On 28/08/2011 06:58, Helge Kruse wrote: Am 24.08.2011 11:32, schrieb Guy Harris: On Aug 24, 2011, at 1:52 AM, Graham Bloice wrote: Is there any error message at all from the build after the call to mt.exe? No. From your command prompt after the build fails what is the output from where

[Wireshark-dev] My implementation is finished but how can I put my code into the Wireshark ???

2011-08-29 Thread Moussa . Alawieh
Hello, now I have finished the implementation of my plugin for Wireshark (who decommute frames of a specific protocol) but I don't know, how can I put this plugin into Wireshark now ! Can someone help me ? Regards ZODIAC DATA SYSTEMS SAS AEROSAFETY TECHNOLOGY Moussa ALAWIEH Stagiaire

Re: [Wireshark-dev] [Wireshark-commits] rev 38772: /trunk/gtk/ /trunk/gtk/: main_menubar.c

2011-08-29 Thread Joerg Mayer
On Mon, Aug 29, 2011 at 11:54:36AM +, etx...@wireshark.org wrote: Remove #ifdef's from UIDescription. Directory: /trunk/gtk/ ChangesPath Action +38 -33main_menubar.cModified Which reminds me: What patch is needed to test the new file based ui menu stuff?

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.6-x64

2011-08-29 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX-10.6-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.6-x64/builds/33 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.6-x64

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2011-08-29 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX-10.5-x86 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/31 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86

Re: [Wireshark-dev] [Wireshark-commits] rev 38772: /trunk/gtk/ /trunk/gtk/: main_menubar.c

2011-08-29 Thread Anders Broman
Hi, Un comment: 3215 /*char *gui_desc_file_name;*/ : 3387 /*gui_desc_file_name = g_strdup_printf(%s G_DIR_SEPARATOR_S ui G_DIR_SEPARATOR_S main-menubar-ui.xml, get_datafile_dir()); gtk_ui_manager_add_ui_from_file ( ui_manager_main_menubar, gui_desc_file_name,

Re: [Wireshark-dev] My implementation is finished but how can I put my code into the Wireshark ???

2011-08-29 Thread Andreas
moussa.alaw...@zodiacaerospace.com wrote in message news:of2443e776.b8777d40-onc12578fb.003d121e-c12578fb.003d6...@zodiacaerospace.com... Hello, now I have finished the implementation of my plugin for Wireshark (who decommute frames of a specific protocol) but I don't know, how can I put

Re: [Wireshark-dev] [Wireshark-commits] rev 38772: /trunk/gtk/ /trunk/gtk/: main_menubar.c

2011-08-29 Thread Joerg Mayer
and the patch I forgot to attach -- Joerg Mayer jma...@loplof.de We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. Index: print.c

Re: [Wireshark-dev] [Wireshark-commits] rev 38772: /trunk/gtk/ /trunk/gtk/: main_menubar.c

2011-08-29 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Joerg Mayer Sent: den 29 augusti 2011 15:41 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 38772: /trunk/gtk/

[Wireshark-dev] RFC: Add fallback path to get_datafile_dir

2011-08-29 Thread Joerg Mayer
Hello, as the problem recently popped up how to load auxillary files in the source directory that have not been installed to their final paths, I've created a patch that will add a fallback directory path to get_datafile_dir. So far get_datafile_dir would check wether some magic variable were set

Re: [Wireshark-dev] RFC: Add fallback path to get_datafile_dir

2011-08-29 Thread Joerg Mayer
And one day I will learn to attach patches directly to the mail... On Mon, Aug 29, 2011 at 04:50:25PM +0200, Joerg Mayer wrote: as the problem recently popped up how to load auxillary files in the source directory that have not been installed to their final paths, I've created a patch that

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

2011-08-29 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Windows-7-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/38 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build:

Re: [Wireshark-dev] [Wireshark-commits] rev 38619: / /trunk/gtk/: Makefile.common main_menubar.c menus.c

2011-08-29 Thread Stephen Fisher
There are some g_warning() lines in this commit such as: g_warning(timestamp_precision_new_cb, value %u, recent.gui_time_precision %u,value, recent.gui_time_precision); Are they still needed? On Fri, Aug 19, 2011 at 12:40:52PM +, etx...@wireshark.org wrote:

Re: [Wireshark-dev] [Wireshark-commits] rev 38756: /trunk/ /trunk/packaging/nsis/: wireshark.nsi /trunk/: Makefile.am Makefile.nmake

2011-08-29 Thread Stephen Fisher
The makefile.am change seems to be fine. It caused a gmake install to put that file (bytes-view-ui.xml) into /usr/local/share/wireshark/ui/ on my FreeBSD box. On Sun, Aug 28, 2011 at 03:08:32PM +, etx...@wireshark.org wrote:

Re: [Wireshark-dev] Loading UI description from file

2011-08-29 Thread Stephen Fisher
On Mon, Aug 29, 2011 at 10:05:33AM +0200, Anders Broman wrote: On Linux trying to load the UI description from file the file will be loaded from someting like /usr/local/share/wireshark/ui/ runing Wireshark from the working directory will not find the file unless Wireshark is installed

[Wireshark-dev] buildbot failure in Wireshark (development) on Clang-Code-Analysis

2011-08-29 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Clang-Code-Analysis while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Clang-Code-Analysis/builds/391 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-29 Thread Guy Harris
On Aug 27, 2011, at 10:58 PM, Helge Kruse wrote: What program package is EVAR, never heard about it. It's not a package, it's just me being sarcastic about Cygwin providing a port of the UN*X mt command; EVAR is a misspelling of, and capitalization of, ever, in the style of mocking

Re: [Wireshark-dev] RFC: Add fallback path to get_datafile_dir

2011-08-29 Thread Guy Harris
On Aug 29, 2011, at 7:50 AM, Joerg Mayer wrote: as the problem recently popped up how to load auxillary files in the source directory that have not been installed to their final paths, I've created a patch that will add a fallback directory path to get_datafile_dir. So far get_datafile_dir

Re: [Wireshark-dev] RFC: Add fallback path to get_datafile_dir

2011-08-29 Thread Joerg Mayer
On Mon, Aug 29, 2011 at 11:38:55AM -0700, Guy Harris wrote: as the problem recently popped up how to load auxillary files in the source directory that have not been installed to their final paths, I've created a patch that will add a fallback directory path to get_datafile_dir. So far

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-29 Thread Ed Beroset
Guy Harris wrote: I think at least once I've had my path set incorrectly when building Wireshark on Windows, and getting the wrong command run - a Cygwin port of some UN*X command being run instead of some other Windows tool that had the same name but was a different tool. I think that's

Re: [Wireshark-dev] Loading UI description from file

2011-08-29 Thread Guy Harris
On Aug 29, 2011, at 10:48 AM, Stephen Fisher wrote: On Mon, Aug 29, 2011 at 10:05:33AM +0200, Anders Broman wrote: On Linux trying to load the UI description from file the file will be loaded from someting like /usr/local/share/wireshark/ui/ runing Wireshark from the working directory

[Wireshark-dev] Compiling without libpcap fails

2011-08-29 Thread Joerg Mayer
I just tried to compile wireshark without libpcap and it fails. The idea came from looking at the buildbot on osx failures where there now is a callback to capture_if_cb, which only exists with pcap present. I'm trying to find out whether this is easy to fix - I just have to fix all the cmake

Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

2011-08-29 Thread Gerald Combs
On 8/29/11 11:18 AM, Guy Harris wrote: On Aug 27, 2011, at 10:58 PM, Helge Kruse wrote: What program package is EVAR, never heard about it. It's not a package, it's just me being sarcastic about Cygwin providing a port of the UN*X mt command; EVAR is a misspelling of, and capitalization

Re: [Wireshark-dev] Compiling without libpcap fails

2011-08-29 Thread Stephen Fisher
On Mon, Aug 29, 2011 at 09:20:22PM +0200, Joerg Mayer wrote: I just tried to compile wireshark without libpcap and it fails. The idea came from looking at the buildbot on osx failures where there now is a callback to capture_if_cb, which only exists with pcap present. I'm trying to find

Re: [Wireshark-dev] [Wireshark-commits] rev 38782: /trunk/gtk/ /trunk/gtk/: main_menubar.c stock_icons.c

2011-08-29 Thread Joerg Mayer
On Mon, Aug 29, 2011 at 07:47:53PM +, sfis...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=38782 User: sfisher Date: 2011/08/29 12:47 PM Log: Fix compilation when compiling without libpcap (configure script parameter --without-pcap) ...

Re: [Wireshark-dev] [Wireshark-commits] rev 38782: /trunk/gtk/ /trunk/gtk/: main_menubar.c stock_icons.c

2011-08-29 Thread Joerg Mayer
On Mon, Aug 29, 2011 at 10:09:01PM +0200, Joerg Mayer wrote: On Mon, Aug 29, 2011 at 07:47:53PM +, sfis...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=38782 User: sfisher Date: 2011/08/29 12:47 PM Log: Fix compilation when compiling

Re: [Wireshark-dev] RFC: Add fallback path to get_datafile_dir

2011-08-29 Thread Guy Harris
On Aug 29, 2011, at 11:48 AM, Joerg Mayer wrote: On Mon, Aug 29, 2011 at 11:38:55AM -0700, Guy Harris wrote: as the problem recently popped up how to load auxillary files in the source directory that have not been installed to their final paths, I've created a patch that will add a fallback

Re: [Wireshark-dev] [Wireshark-commits] rev 38782: /trunk/gtk/ /trunk/gtk/: main_menubar.c stock_icons.c

2011-08-29 Thread Guy Harris
On Aug 29, 2011, at 1:09 PM, Joerg Mayer wrote: Adding back to #ifdef HAVE_LIBPCAP is not the nicest way. We have way too many places with #ifdef somethingorother. IIRC the intention of the patch that caused the problem was to always have all features in the menu, some of them just not

Re: [Wireshark-dev] [Wireshark-commits] rev 38782: /trunk/gtk/ /trunk/gtk/: main_menubar.c stock_icons.c

2011-08-29 Thread Anders Broman
Guy Harris skrev 2011-08-29 22:49: On Aug 29, 2011, at 1:09 PM, Joerg Mayer wrote: Adding back to #ifdef HAVE_LIBPCAP is not the nicest way. We have way too many places with #ifdef somethingorother. IIRC the intention of the patch that caused the problem was to always have all features in the

Re: [Wireshark-dev] Loading UI description from file

2011-08-29 Thread Anders Broman
Guy Harris skrev 2011-08-29 21:15: On Aug 29, 2011, at 10:48 AM, Stephen Fisher wrote: On Mon, Aug 29, 2011 at 10:05:33AM +0200, Anders Broman wrote: On Linux trying to load the UI description from file the file will be loaded from someting like /usr/local/share/wireshark/ui/ runing

Re: [Wireshark-dev] text2pcap regression starting from revision 38679

2011-08-29 Thread Pascal Quantin
Hi, 2011/8/26 Chris Maynard chris.mayn...@gtech.com Pascal Quantin pascal.quantin@... writes: Hi all,since the commit for bug 1723 (done in revision 38679), I'm facing issues with text2pcap for really small packet dumps. I guess this is unexpected behavior and should be considered as a

Re: [Wireshark-dev] [Wireshark-commits] rev 38784: /trunk/ /trunk/gtk/: main.c /trunk/test/: config.sh suite-capture.sh /trunk/: capture_opts.c /trunk/docbook/wsug_src/: WSUG_chapter_customize.xml

2011-08-29 Thread Guy Harris
On Aug 29, 2011, at 2:16 PM, ger...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=38784 User: gerald Date: 2011/08/29 02:16 PM Log: Replace -Q with WIRESHARK_QUIT_AFTER_CAPTURE as discussed in bug 6256. The man page should be updated as well. As

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.6-x64

2011-08-29 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX-10.6-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.6-x64/builds/49 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.6-x64

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2011-08-29 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX-10.5-x86 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/47 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86