wireshark/asn1/tcap
Anders Broman 1e1df99990 From Tim Endean:
Small patch to ber.c

The tcap dissector has been updated to use this length. I have not tested other asn.1 dissectors to ensure that they correctly use the indefinite encoding flag instead of the length value returning zero. 

There may also be some problems when re-assembly is needed, but the ability to deal with indefinite length is much more useful.

For developers the get_ber_length now returns the length of the pdu including the EOC, where you have dissectors that use packet-ber.c the eoc may need to be dealt with separately.

The tcap dissector has had numerous changes to make it less cluttered, and the useful feature of the previous version where a dialogue could be filtered out by selecting either the source or destination transaction ID has been incorporated into this version.

svn path=/trunk/; revision=15414
2005-08-18 21:36:59 +00:00
..
Makefile Add the asn2eth generated TCAP dissector made by Tim Endean to the SVN tree. 2005-06-06 15:39:20 +00:00
Makefile.nmake Add makefile.nmake 2005-06-06 17:40:07 +00:00
packet-tcap-template.c From Tim Endean: 2005-08-18 21:36:59 +00:00
packet-tcap-template.h move two functions that are not used by tcap and only used by gsm_a and gsm_ss into gsm_ss. 2005-06-20 07:18:10 +00:00
tcap.asn Some fixes from Tim Endean 2005-06-07 20:30:04 +00:00
tcap.cnf From Tim Endean: 2005-08-18 21:36:59 +00:00