aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h225.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-04From Tomas Kukosa: add packet-ber.c routines to the plugin API.Guy Harris1-4/+4
svn path=/trunk/; revision=10295
2003-12-15From Lars Roland: export the value_string tables from packet-h225.c andGuy Harris1-1/+20
use them in the H.225 taps. svn path=/trunk/; revision=9287
2003-11-16From Lars Roland Service Response times for H225 RASRonnie Sahlberg1-1/+4
svn path=/trunk/; revision=8978
2003-10-28From Lars Roland: H.225 message and reason tag counter taps.Guy Harris1-2/+15
svn path=/trunk/; revision=8794
2003-09-26From Tomas Kukosa:Guy Harris1-3/+9
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-23From Graeme Reid: H.450 support.Guy Harris1-2/+4
svn path=/trunk/; revision=8520
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris1-0/+26
H.225/H.245 routines, to plugins on platforms where they have to go through the function call table. svn path=/trunk/; revision=8220