xref: /freebsd/contrib/file/magic/Magdir/communications (revision 246e7a2b6494cd991b08ac669ed761ecea0cc98c)
1*b6cee71dSXin LI
2*b6cee71dSXin LI#----------------------------------------------------------------------------
3*b6cee71dSXin LI# $File: communications,v 1.5 2009/09/19 16:28:08 christos Exp $
4*b6cee71dSXin LI# communication
5*b6cee71dSXin LI
6*b6cee71dSXin LI# TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
7*b6cee71dSXin LI# It is used for conformance testing of communication protocols.
8*b6cee71dSXin LI# Added by W. Borgert <debacle@debian.org>.
9*b6cee71dSXin LI0	string		$Suite			TTCN Abstract Test Suite
10*b6cee71dSXin LI>&1	string		$SuiteId
11*b6cee71dSXin LI>>&1	string		>\n			%s
12*b6cee71dSXin LI>&2	string		$SuiteId
13*b6cee71dSXin LI>>&1	string		>\n			%s
14*b6cee71dSXin LI>&3	string		$SuiteId
15*b6cee71dSXin LI>>&1	string		>\n			%s
16*b6cee71dSXin LI
17*b6cee71dSXin LI# MSC (message sequence charts) are a formal description technique,
18*b6cee71dSXin LI# described in ITU-T Z.120, mainly used for communication protocols.
19*b6cee71dSXin LI# Added by W. Borgert <debacle@debian.org>.
20*b6cee71dSXin LI0	string		mscdocument	Message Sequence Chart (document)
21*b6cee71dSXin LI0	string		msc		Message Sequence Chart (chart)
22*b6cee71dSXin LI0	string		submsc		Message Sequence Chart (subchart)
23