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

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

2011-08-26 Thread Pascal Quantin
Hi 2011/8/25 Pascal Quantin pascal.quan...@gmail.com Hi all, since the commit for bug 1723 (done in revision 38679), I'm facing issues with text2pcap for really small packet dumps. Let's take this simple file example: 30 00 20 By executing the following command line: text2pcap.exe

[Wireshark-dev] text2pcap regression starting from revision 38679

2011-08-25 Thread Pascal Quantin
Hi all, since the commit for bug 1723 (done in revision 38679), I'm facing issues with text2pcap for really small packet dumps. Let's take this simple file example: 30 00 20 By executing the following command line: text2pcap.exe -q -l 162 temp.txt temp.pcap I get the following binary pcap

[Wireshark-dev] SVN revision 36849 crashing in packet_range_init function

2011-04-26 Thread Pascal Quantin
Hi, with revision 36849, when I call tshark to decode in verbose mode a pcap file containing a single packet I get the following backtrace: tshark -r temp.pcap -V Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb571c8e0 (LWP 11951)] packet_range_init

Re: [Wireshark-dev] SVN revision 36552 on Debian Lenny and gzopen64 function

2011-04-12 Thread Pascal Quantin
Hi Guy, 2011/4/11 Guy Harris g...@alum.mit.edu On Apr 11, 2011, at 9:12 AM, Guy Harris wrote: I'll look at getting rid of the use of the zlib gz* routines for output (just as we've done for input), so that we're not hosed by whatever bogosities particular versions of zlib have in their

Re: [Wireshark-dev] Staus of ASN.1 dissectors - RRC and NAS-EPS (for LTE)

2011-02-18 Thread Pascal Quantin
Hi, 2011/2/18 Karl-Heinz ECKSTEIN karl-heinz.eckst...@stericsson.com Hello Vincent, Hello Anders, It looks like we all have a common mother! J Interesting! Many thanks for your hints! Right now have the problem, that we receive a crash on wireshark, when we open the pcap file

Re: [Wireshark-dev] Staus of ASN.1 dissectors - RRC and NAS-EPS (for LTE)

2011-02-18 Thread Pascal Quantin
Hi, 2011/2/18 Anders Broman anders.bro...@ericsson.com Hi, WS does not crash for me Version 1.5.1 (SVN Rev 35978 from /trunk) it's malformed. I can see that the packet is ony byte short compared with the text version. Probably a fault in text2pcap. You can try the new feature to import

[Wireshark-dev] SVN revision 35005 and heuristic dissectors

2010-11-24 Thread Pascal Quantin
Hi, since revision 35005 and the commit of the ReLOAD framing dissector the UDP heuristic dissector I use (LTE-RLC) no longer works. My RLC PDU is seen as a ReLOAD packet. When looking at the code, the function dissect_reload_framing_heur() calls dissect_reload_framing_message() that does almost

Re: [Wireshark-dev] SVN revision 35005 and heuristic dissectors

2010-11-24 Thread Pascal Quantin
[mailto:wireshark-dev-boun...@wireshark.org] *On Behalf Of *Pascal Quantin *Sent:* den 24 november 2010 09:04 *To:* Developer support list for Wireshark *Subject:* [Wireshark-dev] SVN revision 35005 and heuristic dissectors Hi, since revision 35005 and the commit of the ReLOAD framing dissector

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-14 Thread Pascal Quantin
Hi 2010/11/13 Jaap Keuter jaap.keu...@xs4all.nl Hi, That seems to be the result of the flex version being used. What platform are you using? We'll probably need to take a step back and rework using older mechanisms. I'm facing the same issue with my Debian Lenny. Updating my flex version

[Wireshark-dev] SVN revision 36640 and heuristic dissectors

2010-10-25 Thread Pascal Quantin
Hi, since revision 34640, none of UDP heuristic dissectors I use (LTE-MAC, LTE-RLC or LTE-PDCP) work: all the frames are decoded as ADwin configuration protocol. When looking at the code in function dissect_adwin_config() (file packet-adwin-config.c), the heuristic seems a bit weak: [...]

Re: [Wireshark-dev] SVN revision 34640 and heuristic dissectors

2010-10-25 Thread Pascal Quantin
Hi, 2010/10/25 Jeff Morriss jeff.morriss...@gmail.com Pascal Quantin wrote: Hi, since revision 34640, none of UDP heuristic dissectors I use (LTE-MAC, LTE-RLC or LTE-PDCP) work: all the frames are decoded as ADwin configuration protocol. When looking at the code in function

Re: [Wireshark-dev] SVN revision 34640 and heuristic dissectors

2010-10-25 Thread Pascal Quantin
Hi 2010/10/25 Pascal Quantin pascal.quan...@gmail.com Hi, 2010/10/25 Jeff Morriss jeff.morriss...@gmail.com Pascal Quantin wrote: Hi, since revision 34640, none of UDP heuristic dissectors I use (LTE-MAC, LTE-RLC or LTE-PDCP) work: all the frames are decoded as ADwin configuration

Re: [Wireshark-dev] Dissection of LTE-RRC

2010-08-31 Thread Pascal Quantin
Hi, Le 31 août 2010 à 09:38, Vishal Kumar Singh vishal.is...@gmail.com a écrit : Hi All, I have been trying to make RRC Dissector using the source code available at http://anonsvn.wireshark.org/viewvc/trunk-1.4/epan/dissectors/. Simply, I am trying to build a library in any directory.

Re: [Wireshark-dev] trunk-1.0 fails to compile on Windows with VS2008EE

2010-05-19 Thread Pascal Quantin
Hi 2010/5/19 Maynard, Chris christopher.mayn...@gtech.com As the subject line indicates, trunk-1.0 fails to compile on Windows with VS2008EE. The error log is attached. VS2008EE compilation was added in wireshark 1.2. That's why. If really needed, you can try to backport the patchs

Re: [Wireshark-dev] [Wireshark-commits] rev 32006: /trunk/ /trunk/epan/: oids.c: Messages each time Wireshark/tshark started

2010-03-02 Thread Pascal Quantin
Hi, 2010/3/2 Balint Reczey balint.rec...@ericsson.com Hi Pascal, It seems that libsmi 0.4.8 is more picky than 0.4.7 I tested my patch with. :-( I plan to remove the workaround from Wireshark as it makes more problems than it solves. It means that

Re: [Wireshark-dev] [Wireshark-commits] rev 32006: /trunk/ /trunk/epan/: oids.c: Messages each time Wireshark/tshark started

2010-03-01 Thread Pascal Quantin
Hi 2010/2/26 Balint Reczey balint.rec...@ericsson.com Balint Reczey wrote: Balint Reczey wrote: Bill Meier wrote: Log: Prevent potential crash in libsmi. From: Vincent Bernat ber...@debian.org Since SVN #32006 was committed, the following messages appear when tshark and

Re: [Wireshark-dev] Small issue with Wireshark exe on windows

2010-01-28 Thread Pascal Quantin
-- *From:* wireshark-dev-boun...@wireshark.org [mailto: wireshark-dev-boun...@wireshark.org] *On Behalf Of *Pascal Quantin *Sent:* Friday, January 22, 2010 4:31 PM *To:* Developer support list for Wireshark *Cc:* Sanjay Dhand *Subject:* Re: [Wireshark-dev] Small issue with Wireshark exe

Re: [Wireshark-dev] Small issue with Wireshark exe on windows

2010-01-22 Thread Pascal Quantin
Hi, the file open window code got patched so as to be functional when compiled with MSVC2005 or 2008. So you should backport this to you 1.0.10 tree. BTW, you might face other issues (mostly related to DLLs dependencies and so on). For example, the adns dll needed a patch to compile properly with

[Wireshark-dev] win-setup.sh text mode

2010-01-15 Thread Pascal Quantin
Hi all, since I updated my trunk tree to revision 31528, I cannot compile Wireshark on my Windows box (WinXP, MSVC2008SP1, cygwin 1.7.1). I get the following error: C:\wireshark\trunknmake -f Makefile.nmake all Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C)

Re: [Wireshark-dev] win-setup.sh text mode

2010-01-15 Thread Pascal Quantin
Hi Gerald, Le 15/01/2010 21:12, Gerald Combs a écrit : Pascal Quantin wrote: Hi all, since I updated my trunk tree to revision 31528, I cannot compile Wireshark on my Windows box (WinXP, MSVC2008SP1, cygwin 1.7.1). I get the following error: C:\wireshark\trunknmake -f Makefile.nmake

Re: [Wireshark-dev] Request

2009-10-06 Thread Pascal Quantin
Hi, GAN (Generic Access Network) is the integration of UMA (Unlicensed Mobile Access) in 3GPP specifications with only a few changes . UMA is already supported in wireshark and you can easily add support for GAN messages by modifying packet-uma.c file (even better, add a preference to switch

Re: [Wireshark-dev] Visual C++ 2008 EE

2009-08-18 Thread Pascal Quantin
Really ? You will find all the relevant information here: http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#ChSetupMSVC If you follow each step carefully, you will be able to compile the source code. Then to debug, you can follow those tips:

Re: [Wireshark-dev] Win64 build support

2009-03-17 Thread Pascal Quantin
Hi Brian, As stated here (http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html), you need to install cygwin and python to be able to compile Wireshark on your box. If you follow the guide, it will work flawlessly :) Regards, Pascal. 2009/3/17 Brian Daniel

Re: [Wireshark-dev] MSVC variant problem in v1.0.5

2009-01-30 Thread Pascal Quantin
2009/1/30 gogr...@wi.rr.com: I'm trying to build wireshark v1.0.5. But i'm getting this error C:\wiresharknmake -f makefile.nmake setup Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. config.nmake(439) : fatal

Re: [Wireshark-dev] MSVC variant problem in v1.0.5

2009-01-30 Thread Pascal Quantin
] On Behalf Of Pascal Quantin Sent: Friday, January 30, 2009 10:09 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] MSVC variant problem in v1.0.5 2009/1/30 gogr...@wi.rr.com: I'm trying to build wireshark v1.0.5. But i'm getting this error C:\wiresharknmake -f

Re: [Wireshark-dev] MSVC variant problem in v1.0.5

2009-01-30 Thread Pascal Quantin
be the best thing to do so that my plugin will be compatible across many of the release versions? Greg -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Pascal Quantin Sent: Friday, January 30, 2009 10:18 AM

Re: [Wireshark-dev] MSVC variant problem in v1.0.5

2009-01-30 Thread Pascal Quantin
should just be able to be copy pasted into the stable version? Thanks for all your help, Greg -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Pascal Quantin Sent: Friday, January 30, 2009 10:35 AM To: Developer

Re: [Wireshark-dev] Package issue under Windows XP

2009-01-08 Thread Pascal Quantin
or later when it shows up at http://www.wireshark.org/download/prerelease/ in the next hour or so. Pascal Quantin wrote: Hi, I submitted a patch to Gerald allowing to build 1.0.X branch with VS2008 and VS2008EE. Wait for its delivery or switch to trunk in the meantime. Regards, Pascal

Re: [Wireshark-dev] E212 Mobile network code is not caculated correctly?

2009-01-08 Thread Pascal Quantin
Hi, you are right and this was fixed in trunk by revision 24759 ( http://anonsvn.wireshark.org/viewvc?view=revrevision=24759 ). Regards, Pascal. 2009/1/9 Zhang, Long (Roger) zha...@alcatel-lucent.com: Hi, I am developing based on Wireshark 1.0.0. I found the mnc in E212 may not be

Re: [Wireshark-dev] Package issue under Windows XP

2009-01-07 Thread Pascal Quantin
Hi, I submitted a patch to Gerald allowing to build 1.0.X branch with VS2008 and VS2008EE. Wait for its delivery or switch to trunk in the meantime. Regards, Pascal. 2009/1/7 Sean yun...@yahoo.com: After modifying from VS2008 PE to EE, the installer still doesn't work. Can anyone help me on

Re: [Wireshark-dev] Wireshark-dev: make it possible to use VS2008/VS2008EE to compile 1.0x?

2009-01-06 Thread Pascal Quantin
Hi, As the question has come up a number of times and 1.0.x should live for another 6 month or so, do we wish to port over the changes necessary to compile 1.0.x with VS 2008? Perhaps not for the official build but still possible. Regards Anders Hi, I'm the one who provided the original patch to

<    4   5   6   7   8   9