Re: [Wireshark-dev] Fwd: [PATCH] FTBP: ContentsTypeParameterandRelationship are OPTIONAL

2007-06-21 Thread Graeme Lunt
On 21/06/07, Anders Broman (AL/EAB) <[EMAIL PROTECTED]> wrote: Hi, > The BER dissectors will also be changed to use the "field based"(?),method > (-X option) to produce less code. > Tomas has also tried to solve the problem with tagged types (-T option). It > should also be easier > to produce a

Re: [Wireshark-dev] (pre-)release buildbots?

2007-06-21 Thread Gerald Combs
It's at http://buildbot.wireshark.org/release/ . There are only two builders active (Windows and Linux). They're the same machines as the /trunk buildbot. Stephen Fisher wrote: > Gerald, > > Are the (pre-)releases built on the same buildbots as the SVN? Is there > another link to see the (pre

[Wireshark-dev] (pre-)release buildbots?

2007-06-21 Thread Stephen Fisher
Gerald, Are the (pre-)releases built on the same buildbots as the SVN? Is there another link to see the (pre-)release buildbot activity? On Thu, Jun 21, 2007 at 11:34:27PM +, [EMAIL PROTECTED] wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22161 > > User: gerald

Re: [Wireshark-dev] [Wireshark-commits] rev 22127: /trunk/ /trunk/: configure.in

2007-06-21 Thread Stephen Fisher
Yes, it is fixed. Thanks! On Thu, Jun 21, 2007 at 07:38:08PM -0300, Sebastien Tandel wrote: > Hi Steve, > > It should be fixed in rev22157. Could you confirm it is fixed? > > > Regards, > Sebastien Tandel > > On 19 Jun 2007, at 00:34, Stephen Fisher wrote: > > >Could you do some more testing

Re: [Wireshark-dev] [Wireshark-commits] rev 22127: /trunk/ /trunk/: configure.in

2007-06-21 Thread Sebastien Tandel
Hi Steve, It should be fixed in rev22157. Could you confirm it is fixed? Regards, Sebastien Tandel On 19 Jun 2007, at 00:34, Stephen Fisher wrote: Could you do some more testing for this change? It seems to have stopped the inclusion of IPSec ESP support in my Wireshark builds using the

Re: [Wireshark-dev] Fwd: [PATCH] FTBP: ContentsTypeParameterandRelationship are OPTIONAL

2007-06-21 Thread Anders Broman
Hi, Yes of course that's part of the objective too, so far I think the most warning fixes is for PER encoded dissectors(?). But it requires a rewrite of the .cnf files and removal of dummy asn1 code used to overcome previous short comings of asn2wrs. Now when 0.99.6 is branched off we can look at u

Re: [Wireshark-dev] Fwd: [PATCH] FTBP: ContentsTypeParameterandRelationship are OPTIONAL

2007-06-21 Thread Guy Harris
Anders Broman (AL/EAB) wrote: > I guess the only reason to change existing stuff is if it produces less code, ...especially less *unused* code. At least some ASN.1 generated dissectors appear to have lost a lot of the "dissect_[a-zA-Z0-9_]* defined but not used" warnings; do any of those impro

Re: [Wireshark-dev] Fwd: [PATCH] FTBP: ContentsTypeParameterandRelationship are OPTIONAL

2007-06-21 Thread Anders Broman (AL/EAB)
Hi, As you may have noted Tomas Kukosa and I are trying to improve ans2wrs to make it possible to process asn1 files unchanged to make it esaier to maintain and update asn1 based dissectorsa and Of course to create new ones. The BER dissectors will also be changed to use the "field based"(?),met

Re: [Wireshark-dev] wireshark-0.99.5 Segmentation fault on displaying packets

2007-06-21 Thread Martin Peylo
Hi, actually there should be the right rpath set in your executable. You can check that like this: bash$ readelf -a /local/scratch/usr/local/bin/wireshark |grep rpath 0x000f (RPATH) Library rpath: [/local/scratch/usr/local/lib] ... if it looks much different something w

Re: [Wireshark-dev] Fwd: [PATCH] FTBP: ContentsTypeParameter andRelationship are OPTIONAL

2007-06-21 Thread Graeme Lunt
Hi, On 21/06/07, Stig Bjørlykke <[EMAIL PROTECTED]> wrote: > 2007/6/14, Anders Broman <[EMAIL PROTECTED]>: > > I there a reason why this is a separate dissector and not included in > > X.420 as it seems to belong in the same set of asn1 files? > > I don't know. This dissectors where made by Graem

Re: [Wireshark-dev] linking error for rval_to_str function

2007-06-21 Thread Graham Bloice
Stratemeier, Frank wrote: > Hi Community, > > when I try to use the rval_to_str function in my plugin (build for > wireshark version 0.99.5 with MSVC 2005) nmake returns the following > message: > > packet-jetip.obj : error LNK2019: unresolved external symbol > _rval_to_str referenced in functio

Re: [Wireshark-dev] linking error for rval_to_str function

2007-06-21 Thread Anders Broman (AL/EAB)
Hi, Is rval_to_str defined in libwireshark.def? /Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stratemeier, Frank Sent: den 21 juni 2007 15:19 To: wireshark-dev@wireshark.org Subject: [Wireshark-dev] linking error for rval_to_str function

[Wireshark-dev] linking error for rval_to_str function

2007-06-21 Thread Stratemeier, Frank
Hi Community, when I try to use the rval_to_str function in my plugin (build for wireshark version 0.99.5 with MSVC 2005) nmake returns the following message: packet-jetip.obj : error LNK2019: unresolved external symbol _rval_to_str referenced in function _dissect_reply Nevertheless, calls to va

Re: [Wireshark-dev] Fwd: [PATCH] FTBP: ContentsTypeParameter andRelationship are OPTIONAL

2007-06-21 Thread Stig Bjørlykke
2007/6/14, Anders Broman <[EMAIL PROTECTED]>: > I there a reason why this is a separate dissector and not included in > X.420 as it seems to belong in the same set of asn1 files? I don't know. This dissectors where made by Graeme Lunt, maybe he had a reason? -- Stig Bjørlykke _

Re: [Wireshark-dev] [PATCH] TIPC bundler messages and data dissection

2007-06-21 Thread Martin Peylo
Hi, I forgot: I uploaded a sample capture of the "TIPC Bundler Protocol" to Regards, Martin On 6/20/07, Martin Peylo <[EMAIL PROTECTED]> wrote: > Hi, > > please apply the attached patch to pack