aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.h
AgeCommit message (Collapse)AuthorFilesLines
2003-09-26From Tomas Kukosa:guy1-3/+1
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8550 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-26The definition of NonStandardParameter is different between H.225 and H.245sahlberg1-1/+3
Create an alternative NonStandardParameter dissector that matches the definition that H.225 needs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8277 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-19export T38FaxProfile and DataProtocolCapability since these are user in ↵sahlberg1-1/+5
H.225 as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8052 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-16Make h221nonstandard and nonstandardparameter externaly visiblesahlberg1-1/+6
h225 will need them git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8033 f5534014-38df-0310-8fa8-9805f1628bb7
2003-07-08From Lars Roland: export "dissect_h245_OpenLogicalChannel()" andguy1-0/+27
"dissect_h245_MultimediaSystemControlMessage()" for use in the future by other dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7994 f5534014-38df-0310-8fa8-9805f1628bb7