Re: [Wireshark-dev] [Wireshark-commits] rev 34856: /t runk/gtk/ /trunk/gtk/: CMakeLists.txt Makefile.am Makef ile.common file_import_dlg.c file_import_dlg.h menus.c text_import.c text_import.h text_i

2010-11-15 Thread Jaap Keuter
On Sun, 14 Nov 2010 23:10:40 +0100, Joerg Mayer jma...@loplof.de wrote: On Fri, Nov 12, 2010 at 10:20:15PM +, j...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=34856 Add text import capability, like text2pcap, directly into the GUI. Is this

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /t runk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Jaap Keuter
Hi, I hear you. I'm already taking that step back, first of all splitting text_import.h and working without this access function so gracefully provided by newer flex versions. On that matter, AFAIK your version should provide this function. Can you have a look at text2pcap.c for instance?

Re: [Wireshark-dev] regarding sgsap procotol

2010-11-15 Thread Anders Broman
Hi, That would be TS 29.118 I think, if you have a sample trace you could Open up an enhancment bug at https://bugs.wireshark.org/bugzilla/ and some one might Take an interest in it. Regards Anders -Original Message- From: wireshark-dev-boun...@wireshark.org

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Anders Broman
Hi, FWIW on windows I have (cygwin)flex 2.5.35 and that works. Jaap: Would it be possible to import the text from the clipboard? that would make this even greater. Regards Anders From: wireshark-dev-boun...@wireshark.org

[Wireshark-dev] Patch for OPC UA protocol

2010-11-15 Thread Gerhard Gappmeier
Hello I attached a patch which fixes some problems in the array handling of OPC UA data when the array length is zero or -1 which is a Null-Array. -- mit freundlichen Grüßen / best regards *Gerhard Gappmeier* ascolab GmbH - automation systems communication laboratory Tel.: +49 9131 691 123

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Pascal Quantin
Hi 2010/11/15 Jaap Keuter jaap.keu...@xs4all.nl Hi, I hear you. I'm already taking that step back, first of all splitting text_import.h and working without this access function so gracefully provided by newer flex versions. On that matter, AFAIK your version should provide this function.

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Anders Broman
Hi, Weird, it works on an old etch here with flex 2.5.33...gcc 4.1.2 20061115(prerelease) /Anders From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Pascal Quantin Sent: den 15 november 2010 14:18 To: Developer

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Anders Broman
Hi, I think the answer to the problem is that the flex generated files needs to be compiled without the -Werror flag. Compare with Makefile.am in epan if HAVE_WARNINGS_AS_ERRORS AM_NON_GENERATED_CFLAGS = -Werror endif : libwireshark_la_SOURCES = \ $(LIBWIRESHARK_SRC) \

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /t runk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Jaap Keuter
Hi, That would be an interesting idea. Now if I can get a file handle on it Thanks, Jaap On Mon, 15 Nov 2010 13:28:08 +0100, Anders Broman wrote: Hi, FWIW on windows I have (cygwin)flex 2.5.35 and that works. Jaap: Would it be possible to import the text from the clipboard? that

Re: [Wireshark-dev] Patch for OPC UA protocol

2010-11-15 Thread Jaap Keuter
Hi, Thanks for working on the patch. Please file a bugreport at bugs.wireshark.org and attach your patch, and possibly a sample capture too, so this won't get lost in the mail archives. Sooner or later someone will pick it up. Thanks, Jaap On Mon, 15 Nov 2010 13:54:56 +0100, Gerhard

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /t runk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Jaap Keuter
Hi, Thanks for looking that up. The same problem hinders the MAC compilers to run to completion. I'll have to work the Makefiles some more. Thanks, Jaap On Mon, 15 Nov 2010 15:11:12 +0100, Anders Broman wrote: Hi, I think the answer to the problem is that the flex generated files needs

Re: [Wireshark-dev] Filter for generated items

2010-11-15 Thread Helge Kruse
2010/11/14 Guy Harris g...@alum.mit.edu How can I either add a hack to my DLL to simulate proto_item_append_string or provide another way to filter and find? You don't: http://www.wireshark.org/lists/wireshark-dev/201011/msg00156.html That fix is scheduled for inclusion in the

Re: [Wireshark-dev] Modify default settings?

2010-11-15 Thread Christopher Maynard
Stephen Fisher st...@... writes: Are we using the best default settings when Wireshark is installed for the first time on a machine? I always make these changes: - uncheck Ask for unsaved capture files - check Welcome screen and title bar shows version - Always start in directory

Re: [Wireshark-dev] Filter for generated items

2010-11-15 Thread Stephen Fisher
On Mon, Nov 15, 2010 at 07:36:46AM +0100, Helge Kruse wrote: Thank you for fixing. But since I need to deploy the DLL to existing Wireshark installations, this would not help in this case. I cannot force to install a specific version of Wireshark just to support my dissector. Please note

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Stephen Fisher
On Sat, Nov 13, 2010 at 04:06:35PM +, Martin Mathieson wrote: This still doesn't fix the build for me. There is an undefined reference to text_importset_in() in gtk/file_import_dlg.c:504 I'm seeing this problem too on FreeBSD 8.1-RELEASE. It's using the default system flex in /usr/bin

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Stephen Fisher
On Mon, Nov 15, 2010 at 03:39:56PM -0700, Stephen Fisher wrote: the configure script doesn't seem to provide a way to specify an alternate path to the flex binary to use. Correction: define the LEX environment variable to the full path, i.e: setenv LEX /usr/local/bin/flex

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Stephen Fisher
On Mon, Nov 15, 2010 at 02:17:59PM +0100, Pascal Quantin wrote: It looks like I forgot to clean my objects after upgrading flex... After pointing the configure script to my newer version of flex on FreeBSD, I still have that problem with an undefined symbol. Did your flex upgrade update

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Stephen Fisher
On Mon, Nov 15, 2010 at 04:51:59PM -0700, Stephen Fisher wrote: On Mon, Nov 15, 2010 at 02:17:59PM +0100, Pascal Quantin wrote: It looks like I forgot to clean my objects after upgrading flex... After pointing the configure script to my newer version of flex on FreeBSD, I still have

[Wireshark-dev] SIP Registrations Module

2010-11-15 Thread Danny Beutler
Hello, I am interested in coding a SIP Registration module; similar in appearance to the VoIP Calls module. This module would track the registrations of VoIP endpoints by user-ID and would be useful in troubleshooting problem endpoints. Before I get started, I would like to know 1) If anyone

Re: [Wireshark-dev] [Wireshark-commits] rev 34856: /trunk/gtk/ /trunk/gtk/:?CMakeLists.txt Makefile.am Makefile.common file_import_dlg.c?file_import_dlg.h menus.c text_import.c text_import.h?text_impo

2010-11-15 Thread Joerg Mayer
On Mon, Nov 15, 2010 at 12:53:19PM +0100, Jaap Keuter wrote: Add text import capability, like text2pcap, directly into the GUI. Is this completley new code or does it share the analysis of the input file with text2pcap? It's a text2pcap based development, the analysis code is

Re: [Wireshark-dev] Filter for generated items

2010-11-15 Thread Joerg Mayer
On Mon, Nov 15, 2010 at 10:01:33AM -0700, Stephen Fisher wrote: On Mon, Nov 15, 2010 at 07:36:46AM +0100, Helge Kruse wrote: Thank you for fixing. But since I need to deploy the DLL to existing Wireshark installations, this would not help in this case. I cannot force to install a

[Wireshark-dev] GTK assertions with UI MANAGER

2010-11-15 Thread Joerg Mayer
jma...@egg:~ wireshark 03:08:04 Warn Branch Telephony-IAX2 03:08:04 Warn Branch Telephony-SCTP 03:08:04 Warn Branch Telephony-ANSI 03:08:04 Warn Branch Telephony-GSM 03:08:04 Warn Branch Telephony-GSM-A-Interface DTAP 03:08:04 Warn Branch

Re: [Wireshark-dev] [Wireshark-commits] rev 34856: /trunk/gtk/ /trunk/gtk/:?CMakeLists.txt Makefile.am Makefile.common file_import_dlg.c?file_import_dlg.h menus.c text_import.c text_import.h?text_impo

2010-11-15 Thread Jaap Keuter
On 11/16/2010 02:48 AM, Joerg Mayer wrote: On Mon, Nov 15, 2010 at 12:53:19PM +0100, Jaap Keuter wrote: Add text import capability, like text2pcap, directly into the GUI. Is this completley new code or does it share the analysis of the input file with text2pcap? It's a text2pcap based

Re: [Wireshark-dev] Filter for generated items

2010-11-15 Thread Jaap Keuter
On 11/16/2010 02:57 AM, Joerg Mayer wrote: On Mon, Nov 15, 2010 at 10:01:33AM -0700, Stephen Fisher wrote: On Mon, Nov 15, 2010 at 07:36:46AM +0100, Helge Kruse wrote: Thank you for fixing. But since I need to deploy the DLL to existing Wireshark installations, this would not help in this