Re: [Wireshark-dev] asn2wrs problem

2015-06-25 Thread Pascal Quantin
2015-06-25 14:24 GMT-07:00 Pascal Quantin : > Hi Jörg, > > 2015-06-25 14:21 GMT-07:00 Joerg Mayer : > >> Hello, >> >> after running make in the asn1 directory, I found the generated credssp >> dissector changed: >> >> """ >> index d418e17..03eea46 100644 >> --- a/epan/dissectors/packet-credssp.c >

Re: [Wireshark-dev] asn2wrs problem

2015-06-25 Thread Pascal Quantin
Hi Jörg, 2015-06-25 14:21 GMT-07:00 Joerg Mayer : > Hello, > > after running make in the asn1 directory, I found the generated credssp > dissector changed: > > """ > index d418e17..03eea46 100644 > --- a/epan/dissectors/packet-credssp.c > +++ b/epan/dissectors/packet-credssp.c > @@ -387,7 +387,7

[Wireshark-dev] asn2wrs problem

2015-06-25 Thread Joerg Mayer
Hello, after running make in the asn1 directory, I found the generated credssp dissector changed: """ index d418e17..03eea46 100644 --- a/epan/dissectors/packet-credssp.c +++ b/epan/dissectors/packet-credssp.c @@ -387,7 +387,7 @@ dissect_credssp_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tre

Re: [Wireshark-dev] Asn2wrs problem

2009-05-20 Thread Anders Broman
: [Wireshark-dev] Asn2wrs problem Hi All, I have faced some problem during modifying the dissector body which is generated by Asn2wrs compiler.My problem is as mentioned below. The IE filed description in the .asn file are IntraDomainNasNodeSelector ::= SEQUENCE { version

[Wireshark-dev] Asn2wrs problem

2009-05-20 Thread Tapas Chatterjee
Hi All, I have faced some problem during modifying the dissector body which is generated by Asn2wrs compiler.My problem is as mentioned below. The IE filed description in the .asn file are IntraDomainNasNodeSelector ::= SEQUENCE { version

Re: [Wireshark-dev] asn2wrs problem when value needed from tagged type

2007-04-30 Thread Kukosa, Tomas
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders Broman Sent: Monday, April 30, 2007 12:36 PM To: wireshark-dev@wireshark.org Subject: [Wireshark-dev] asn2wrs problem when value needed from tagged type Hi, There is a problem with the tagged type if a value

[Wireshark-dev] asn2wrs problem when value needed from tagged type

2007-04-30 Thread Anders Broman
Hi, There is a problem with the tagged type if a value needs to be returned from it. As the following example from TCAP: #.FN_BODY OrigTransactionID VAL_PTR = parameter_tvb tvbuff_t *parameter_tvb; guint8 len, i; proto_item *tid_item; proto_tree *subtree; tid_item = proto_tree_add_text(tree, tvb,