Re: [Wireshark-dev] patch for BGP MDT decods

2007-06-03 Thread Joerg Mayer
On Sun, Jun 03, 2007 at 10:19:41PM -0400, Aamer Akhter wrote: > Please find attached a patch for support of > 'draft-nalawade-idr-mdt-safi'. This draft is the basis of the current > Multicast MVPN BGP support. What's the reason for this change: @@ -556,7 +598,7 @@

[Wireshark-dev] patch for BGP MDT decods

2007-06-03 Thread Aamer Akhter
Folks, Please find attached a patch for support of 'draft-nalawade-idr-mdt-safi'. This draft is the basis of the current Multicast MVPN BGP support. Also, is there an emacs settings file for conforming to the wireshark indentation spec? Comments and corrections appreciated, -- Aamer Akhter / [

Re: [Wireshark-dev] difference in plugin and dissector for asngenerated code

2007-06-03 Thread yin sun
Never mind the BER part, it is my mistake. When I tried the test with BER I forgot to include packet-ber.h and gave up too easily for help. Thanks, On 6/3/07, Anders Broman <[EMAIL PROTECTED]> wrote: > Hi, > I've added dissect_per_enumerated in revision 22032. > If you compile the BER dissector w

Re: [Wireshark-dev] difference in plugin and dissector for asngenerated code

2007-06-03 Thread Anders Broman
Hi, I've added dissect_per_enumerated in revision 22032. If you compile the BER dissector with the -X option Which is the new preferred way, what errors do you get? Regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För yin sun Skickat: den 3 juni 2

[Wireshark-dev] difference in plugin and dissector for asn generated code

2007-06-03 Thread yin sun
Hello, I am new here. I want to write plugin (not dissector as it is fast to compile and easy to depoly) with asn2wrs generated code. But I notice that some functions are not included in libwireshark (for example dissect_per_enumerated). Can someone tell me why? Also if I generate code with BER en

[Wireshark-dev] INAP regenerated with IN CS4 asn1 files

2007-06-03 Thread Anders Broman
Hi, I have regenerated the INAP dissector with INCS4 files, please test foor regression. If any one could donate INAP trace files with EXTENSIONS and these constructs: Component ::= CHOICE { componentInfo [0] OCTET STRING(SIZE (1..118)), -- Contains the operation value (object identif

Re: [Wireshark-dev] AMQP dissector patch

2007-06-03 Thread Luis Ontanon
You could use _U_ in the template for all those arguments that might not be used, regardless of whether they're actually used or not. If _U_ is not necessary there's no problem if it is present. L On 6/1/07, Martin Sustrik <[EMAIL PROTECTED]> wrote: > Steve, > > The problem is that the code is ge