wireshark/asn1/tcap
Anders Broman 524db0a082 From Florent DROUIN:
Since the use of the function 'dissect_ber_tagged_type' for DialoguePortion,
the file tcap.cnf must be updated to remove the decoding of the tag and length.
This decoding is now done in the new function 'dissect_ber_tagged_type'.

The file tcap.cnf has been updated to take into account this change. 
But this leads to a change in tcap.asn too, for the definition of the
ExternalPDU.
I think this part of the ASN1 file is specific to Wireshark and can be
modified.

In the meantime, I did update the DEBUG part for packet_ber.c  for the function
(dissect_ber_tagged_type)

svn path=/trunk/; revision=23442
2007-11-13 21:59:53 +00:00
..
Makefile.am - Change Makefiles to include preinc 2007-10-10 19:03:24 +00:00
Makefile.common Update to use the -X and -T asn2wrs flags. 2007-11-07 21:22:25 +00:00
Makefile.nmake - Change Makefiles to include preinc 2007-10-10 19:03:24 +00:00
packet-tcap-template.c Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pane byte highlighting for primitive parameters with tags or lengths longer than 1 octet (contructed ones are OK). Finally, fix up the indenting in this function. 2007-10-11 22:49:52 +00:00
packet-tcap-template.h From Florent Drouin: 2007-07-27 19:24:40 +00:00
tcap.asn From Florent DROUIN: 2007-11-13 21:59:53 +00:00
tcap.cnf From Florent DROUIN: 2007-11-13 21:59:53 +00:00