Re: [Wireshark-dev] Make "giop plugins" built in dissectors?

2012-06-01 Thread Alexis La Goutte
On Thu, May 31, 2012 at 10:37 PM, Jeff Morriss wrote: > Anders Broman wrote: > >> Hi, >> It should be possible to make the giop plugins built in dissectors now, >> is that something we'd want to do? >> > > I'd be all for it mainly so/if we can put packet-parlay.c at the top of > the list of dissec

wireshark-dev@wireshark.org

2012-05-31 Thread Alexis La Goutte
Hi, it is better to create a bug with your patch in BugTracker ( https://bugs.wireshark.org ) Regards, On Thu, May 31, 2012 at 5:57 AM, Richard Sharpe wrote: > Hi, > > Attached is a patch to handle extended responses for NTCreate&X > requests for CIFS. > > I have tested this patch with capture

Re: [Wireshark-dev] Buildbot llvm/clang/scan-buiild version ?

2012-05-11 Thread Alexis La Goutte
Hi, It is very strange the number of warnings found by Clang, it is not the same with Buildbot The scan-build of 2012-05-11-3 has 15 warnings about Function call argument is an uninitialized value The scan-build of 2012-05-11-4 has 7 warnings about Function call argument is an uninitialized value

Re: [Wireshark-dev] Update Buildbot to add Qt support

2012-04-20 Thread Alexis La Goutte
On Mon, Mar 19, 2012 at 6:03 PM, Gerald Combs wrote: > We might want to simply add a top-level "make" target which triggers a > Qt build. It looks like Guy might be working on this if his last few > checkins are any indication. > > I see the work of Guy but i don't work for me with Autotools I us

Re: [Wireshark-dev] QtShark Translation

2012-04-12 Thread Alexis La Goutte
l ;-) Fil de Requin is a good name ? ;-) > > > Thanks, > Jaap > > > On 03/04/2012 08:21 PM, Alexis La Goutte wrote: > >> Hi, >> >> I realized a patch to add the i10n version of QtShark. The goal is only to >> translate the Gui (not dissector) >> Ac

Re: [Wireshark-dev] BUG: ICMPv6 DNS Search List Option zero padding flagged as an error.

2012-04-01 Thread Alexis La Goutte
On Sat, Mar 31, 2012 at 10:04 PM, Simon Kelley wrote: > Dear Wireshark people, > > > Thanks for an excellent package: it's really invaluable. > > A small bug I've found. > > Display of ICMPv6 DNS search list option (option 31) > > Zero octets following the terminating zero of the last name are fla

Re: [Wireshark-dev] (no subject)

2012-03-21 Thread Alexis La Goutte
Hi Ankitha, What the value of event_fields ? Do you have look other dissector use proto_tree_add_bitmask ? (packet-gsm_sim.c or packet-ieee80211.c ) Regards, On Wed, Mar 21, 2012 at 4:50 PM, wrote: > Hi > I am currently working on developing of MIH protocol plugin. I am > using proto_tree_add

[Wireshark-dev] Update Buildbot to add Qt support

2012-03-18 Thread Alexis La Goutte
Hi Gerald, There is plan to add Qt to the Buildbot ? (Windows & Linux Buildbot) Also update the Windows NSIS installer to add a option to install Qtshark (With a comment : Beta or Preview Technology... ;-) ). I try to launch Qtshark in Windows with Qt Library, only need Qtshark.exe and 2 Library

Re: [Wireshark-dev] QtShark Translation

2012-03-07 Thread Alexis La Goutte
Hi Committed in Revision 41389 and 41390 for you Cmake patch ! (thanks) Regards, On Mon, Mar 5, 2012 at 5:48 PM, Joerg Mayer wrote: > On Mon, Mar 05, 2012 at 10:10:40AM +0100, Alexis La Goutte wrote: > > > You might try the following instructions for cmake: > > > http

Re: [Wireshark-dev] QtShark Translation

2012-03-05 Thread Alexis La Goutte
On Mon, Mar 5, 2012 at 12:14 PM, Joerg Mayer wrote: > Hello Alexis, > > On Mon, Mar 05, 2012 at 10:10:40AM +0100, Alexis La Goutte wrote: > > > You might try the following instructions for cmake: > > > http://www.cmake.org/Wiki/CMake:How_To_Build_Qt4_Software > >

Re: [Wireshark-dev] QtShark Translation

2012-03-05 Thread Alexis La Goutte
Hi Joerg, On Sun, Mar 4, 2012 at 10:50 PM, Joerg Mayer wrote: > Hello Alexis, > > nice piece of work. I have one annotation and one question: > > You might try the following instructions for cmake: > http://www.cmake.org/Wiki/CMake:How_To_Build_Qt4_Software > but I'd be willing to do this once i

Re: [Wireshark-dev] Query

2012-03-01 Thread Alexis La Goutte
Hi, Sur ! it is not a problem ! :-) Regards On Thu, Mar 1, 2012 at 12:11 PM, Tyson Key wrote: > Hi Krishnamurthy, > > Whilst I'm not a core developer, I don't see why that would be a > problem. (In fact, that's how I submitted some of my own dissectors). > > Tyson. > > On 1 March 2012 03:01, K

Re: [Wireshark-dev] [Wireshark-commits] rev 40877: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dns.c

2012-02-08 Thread Alexis La Goutte
On Wed, Feb 8, 2012 at 3:16 PM, Jeff Morriss wrote: > Joerg Mayer wrote: > [...] > > So more than half of all the stuff is added by using proto_tree_add_text. >> As long as the ratio is that way, people are likely to continue using it >> inside this dissector. >> Any volunteer(s) to get this down

Re: [Wireshark-dev] [Wireshark-commits] rev 40877: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dns.c

2012-02-06 Thread Alexis La Goutte
Hi, On Tue, Feb 7, 2012 at 8:20 AM, Joerg Mayer wrote: > On Mon, Feb 06, 2012 at 04:36:23PM +, alagou...@wireshark.org wrote: > > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40877 > > > > From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6704 > > DNS KEY RDATA c

Re: [Wireshark-dev] Meeting minutes from (pre)FOSDEM meeting

2012-02-04 Thread Alexis La Goutte
Thanks, for the minute ! On Fri, Feb 3, 2012 at 4:51 PM, Joerg Mayer wrote: > > [...] > > i10n: > - for the GUI OK > - for the dissectors not OK > - if someone wants to do it: don't stop him or her > I work on this topic with qtshark. I will send a patch soon with i10n support of qtshark (wit

Re: [Wireshark-dev] GOOSE dissector update

2012-01-20 Thread Alexis La Goutte
On Thu, Jan 19, 2012 at 2:28 PM, Martin Lutz wrote: > Hi Developers, > I’ve updated the GOOSE dissector ASN.1 file to be able to display data for > UTC timestamps. Could you please update the asn1/goose/goose.asn file with > the attached one. > Thanks, > Martin. > Hi, Please add your update in

Re: [Wireshark-dev] Wireshark Crashes When Wireshark Flow Graph window is "CANCELLED" before closing the "Graph Analysis Window"

2012-01-18 Thread Alexis La Goutte
On Tue, Jan 17, 2012 at 10:03 PM, James Burnie wrote: > H.W: Intel core i7; 8G RAM etc… > > Windows Version: 7 64 Bit; patched current as of e-mail date > > Wireshark Version: 1.6.5 > > ** ** > > Issue: Wireshark Crashes When Wireshark Flow Graph window is "CANCELLED" > before closing

Re: [Wireshark-dev] [Wireshark-commits] rev 40312: /trunk/ /trunk/epan/dissectors/: packet-bt-dht.c packet-gopher.c packet-gsm_ipa.c packet-meta.c packet-mux27010.c packet-nfs.c packet-rdp.c packet-sa

2012-01-09 Thread Alexis La Goutte
> > > > I can (and will) update the 1.6 trunk (and release notes & etc) if > > there's time and you think it's appropriate. > > > Sure. I can postpone the release a day or two if needed. > Hi, It is possible to add this bug 6614 ( https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6614 ) ? to th

Re: [Wireshark-dev] wishlist: HIPv2 and RFC 6028 HIP dissector

2012-01-09 Thread Alexis La Goutte
Hi, Please create a new bug in Wireshark BugZilla ( https://bugs.wireshark.org/) with some sample of HIPv2 Regards, On Thu, Jan 5, 2012 at 11:11 AM, Vidal Meca, Paco < francisco.vidal.m...@philips.com> wrote: > Hi all, > > > > I’ve been checking the wishlist in the Wireshark wiki, and I’d like

Re: [Wireshark-dev] [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h

2012-01-01 Thread Alexis La Goutte
On Sat, Dec 31, 2011 at 1:55 AM, Joerg Mayer wrote: > On Fri, Dec 30, 2011 at 04:40:34PM -0800, Gerald Combs wrote: > > > What's the motivation for this? > > > > I plan to check in Qt code soon. > > Nice!!! > > +1 Very nice ! Also Bonne année ! __

Re: [Wireshark-dev] Regenerate GIOP Plugins

2011-11-23 Thread Alexis La Goutte
at > > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527 as well? > > at least patch1. > > Regards > > Anders > > > > ---- > > *From:* wireshark-dev-boun...@wireshark.org > > [mai

[Wireshark-dev] Regenerate GIOP Plugins

2011-11-15 Thread Alexis La Goutte
Hi, Anybody, how to regenerate the GIOP Plugins ? (plugins/giop/packet-*) because, i want to fix GCC/Clang Warning in this folder and i see the header of file indicate it is a Autogenerated from id2wrs. I sent a e-mail to the Authors (Frank Singleton) but i have receipt a error with not found thi

Re: [Wireshark-dev] misleading description on Wireshark Download page

2011-11-02 Thread Alexis La Goutte
On Wed, Nov 2, 2011 at 6:07 PM, Gerald Combs wrote: > Excellent question. We were holding off on making a development release > over the summer until the multi-interface capture support settled down. > Is there any reason to delay 1.7.0 at this point? > > On 11/2/11 12:51 AM, Dirk Jagdmann wrote:

Re: [Wireshark-dev] [Wireshark-commits] rev 39143: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-dvbci.c

2011-09-27 Thread Alexis La Goutte
On Tue, Sep 27, 2011 at 6:22 AM, Dirk Jagdmann wrote: > > So that would be option (c) then? > > c) Define ENC_NA differently from both ENC_LITTLE_ENDIAN and > ENC_BIG_ENDIAN. > > > > The impact of this would imply these other changes: > > > > For every proto_tree_add_*() function: > > -> Change t

Re: [Wireshark-dev] [BUG] Wireshark 1.6.1 improperly parsing 802.11 Beacon

2011-08-24 Thread Alexis La Goutte
On Tue, Aug 23, 2011 at 4:08 PM, Daniel Smith wrote: > Greetings, > > Recently my group stumbled on an issue with Wireshark 1.6.1 marking > beacons from one of our AP's as malformed. Upon inspection it was > determine that when parsing the Country IE in the management frame > wireshark would attem

Re: [Wireshark-dev] [Wireshark-commits] rev 38106: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-bacapp.c

2011-07-22 Thread Alexis La Goutte
On Thu, Jul 21, 2011 at 9:45 PM, Bill Meier wrote: > On 7/21/2011 3:35 PM, Jeff Morriss wrote: > >> Guy Harris wrote: >> >>> On Jul 18, 2011, at 10:19 PM, Maynard, Chris wrote: >>> Assuming the reporter of bug 5769 is correct and the Info column displays the values of the low and high l

Re: [Wireshark-dev] Finding duplicate (conflicting) value_string entries

2011-05-18 Thread Alexis La Goutte
On Wed, May 18, 2011 at 1:13 PM, Martin Mathieson < martin.r.mathie...@googlemail.com> wrote: > Hi, > > I've written a patch to check for duplicate entries (i.e. the same value) > in the value_string used for hf items. > What I found was there are places where error codes are taken from multiple >

Re: [Wireshark-dev] Saving 802.11 WPA/WPA2 decrypted packets

2011-05-01 Thread Alexis La Goutte
Hi, Wireshark is not the better software for this. Why not use airdecap-ng ( http://www.aircrack-ng.org/doku.php?id=airdecap-ng) from Aircrack-ng suite ? and use Wireshark ( tshark ? ) after for split pcap file Regards, On Sun, May 1, 2011 at 10:10 AM, Sreenivasulu Yellamaraju < sreenivasulu.ye

Re: [Wireshark-dev] [Wireshark-commits] rev 36772: /trunk/plugins/profinet/ /trunk/plugins/profinet/: packet-dcerpc-pn-io.c

2011-04-22 Thread Alexis La Goutte
On Fri, Apr 22, 2011 at 5:18 PM, Jeff Morriss wrote: > Stephen Fisher wrote: > >> On Fri, Apr 22, 2011 at 03:09:01PM +0200, Alexis La Goutte wrote: >> >> Why not add a check (in checkAPIs.pl) if proto_item_add_subtree always >>> return a value ? >>> &

Re: [Wireshark-dev] [Wireshark-commits] rev 36772: /trunk/plugins/profinet/ /trunk/plugins/profinet/: packet-dcerpc-pn-io.c

2011-04-22 Thread Alexis La Goutte
2011/4/21 Stig Bjørlykke > On Thu, Apr 21, 2011 at 10:31 PM, Alexis La Goutte > wrote: > > I based my change on the previous revision of jmayer (rev36724) in this > file > > and there is the same mistake ! > > Hmm, after a closer look I find that proto_item_add_su

Re: [Wireshark-dev] [Wireshark-commits] rev 36772: /trunk/plugins/profinet/ /trunk/plugins/profinet/: packet-dcerpc-pn-io.c

2011-04-21 Thread Alexis La Goutte
2011/4/21 Stig Bjørlykke > On Thu, Apr 21, 2011 at 6:01 PM, wrote: > > Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang > > -flags1_tree = proto_item_add_subtree(flags1_item, > ett_pn_io_profisafe_f_parameter_prm_flag1); > +proto_item_add_subtree(flags1_item, > e

Re: [Wireshark-dev] [Wireshark-commits] rev 36755: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-l2tp.c

2011-04-21 Thread Alexis La Goutte
2011/4/21 Stig Bjørlykke > On Thu, Apr 21, 2011 at 3:32 PM, wrote: > > Fix Dead Store (Dead nested assignment) Warning found by Clang > > - msg_type = tvb_get_ntohs(tvb, > (tmp_idx+=2)); > + msg_type = tvb_get_ntohs(tv

[Wireshark-dev] About Dead Store in clang Analysis

2011-03-24 Thread Alexis La Goutte
Hi, I take a look in Clang Analysis report ( http://www.wireshark.org/download/automated/analysis/ ). And there is a lot of Dead increment Example : in the packet-ieee80211.c 6390case TAG_POWER_CONSTRAINT: /* 7.3.2.15 Power Constraint element (32) */ 6391{ 6392 if (tag_len != 1) 6

[Wireshark-dev] Header field (hf_) in packet-ieee80211.c

2011-01-21 Thread Alexis La Goutte
Hi, I work on the file packet-ieee80211.c and I found that some header field ( tag_interpretation, cf_version ...) will not begin by hf_ There is a historic reason ? Because if I'm not mistaken, The checkhf.pl file only verified header fields starting with hf_ ? Regards, ___

Re: [Wireshark-dev] tree view structuring

2011-01-07 Thread Alexis La Goutte
On Wed, Jan 5, 2011 at 9:35 PM, Guy Harris wrote: > > On Jan 5, 2011, at 12:02 PM, Brian Oleksa wrote: > > [...] > The ett_ value identifies a particular type of subtree; if you expand one > of them, Wireshark keeps track of that and, when you click on another > packet, it automatically opens all

Re: [Wireshark-dev] Query regarding PPP PAP decoding

2010-10-16 Thread Alexis La Goutte
On Tue, Oct 12, 2010 at 2:47 PM, Chris Maynard wrote: > > > I don't think there's any particular reason why the bytes are not shown > except > that that's how the author of the PAP dissector (Laurent Rabret as far as I > can > tell) wrote the code way back in 2001. > > Feel free to submit a patch

<    1   2   3   4   5   6