aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t125
AgeCommit message (Collapse)AuthorFilesLines
2008-11-06Indicate T.125 payload in the info column.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=26707
2008-07-24Get rid of unused code warnings.Anders Broman1-1/+1
svn path=/trunk/; revision=25819
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-11-15only dissect it as t125 if it looks like t125Ronnie Sahlberg2-17/+19
dissect_ber_choice() returns the index of the choice taken not the tag value svn path=/trunk/; revision=23460
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-1/+1
svn path=/trunk/; revision=23390
2007-10-29add a asn2wrs generated T.125 MCP dissectorRonnie Sahlberg7-0/+744
This dissects the initial Connect-Initial and Connect-confirm pdus of setting up t.125 The dissector needs to be enhanced to also decode the data payload so that it can decode any furhter packets on the connection after these two initial handshake packets svn path=/trunk/; revision=23307