Commit Graph

5 Commits

Author SHA1 Message Date
Guy Harris c2e71cb70b From Tomas Kukosa:
1) string tables for t35CountryCode, t35Extension and
	   h221ManufacturerCode were moved into the new file t35.c
	   because they are common for more dissectors

	2) the dissect_h245_NonStandardParameter_with_extension_marker()
	   was moved from h245 to h225 and renamed to
	   dissect_h225_NonStandardParameter() because the
	   NonStandardData type is different for H.225.0 and H.245

	3) type of the "h245.nsp.object" dissector table was changed from
	   FT_UINT32 to FT_STRING, so it can select a dissector based on
	   an OID rather than the Adler-32 hash of an OID

	4) the "h225.nsp.object" and "h225.nsp.h221" dissector tables
	   were created

svn path=/trunk/; revision=8550
2003-09-26 22:20:08 +00:00
Ronnie Sahlberg b91e76964d The definition of NonStandardParameter is different between H.225 and H.245
Create an alternative NonStandardParameter dissector that matches the
definition that H.225 needs.

svn path=/trunk/; revision=8277
2003-08-26 21:44:35 +00:00
Ronnie Sahlberg 96a109c8d8 export T38FaxProfile and DataProtocolCapability since these are user in H.225 as well
svn path=/trunk/; revision=8052
2003-07-19 10:25:45 +00:00
Ronnie Sahlberg 38b4c33520 Make h221nonstandard and nonstandardparameter externaly visible
h225 will need them

svn path=/trunk/; revision=8033
2003-07-16 19:05:37 +00:00
Guy Harris 94c2ea7e5b From Lars Roland: export "dissect_h245_OpenLogicalChannel()" and
"dissect_h245_MultimediaSystemControlMessage()" for use in the future by
other dissectors.

svn path=/trunk/; revision=7994
2003-07-08 18:16:44 +00:00