aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h450.c
AgeCommit message (Collapse)AuthorFilesLines
2004-06-24from Mazeau PhilippeRonnie Sahlberg1-1/+84
more h.450 codes svn path=/trunk/; revision=11226
2004-05-17rename the NOT_DECODED_YET macros to avoid a name clashRonnie Sahlberg1-4/+4
for those sources that include both packet-ber.h and packet-per.h svn path=/trunk/; revision=10912
2004-02-16Update to fix the bug reported by Zhao, Allen WeitaoRonnie Sahlberg1-9/+9
using the fix proposed by Tomas Kukosa. There were a number of dissect_per_choice() calls where the hf field passed to it were of the wrong type, i.e. not FT_UINT32. All these instances have been updated to use FT_UINT32. svn path=/trunk/; revision=10070
2003-11-16Bugfix for h450.Ronnie Sahlberg1-2/+2
The hf field we give to dissect_per_object_string is a FT_STRING and not a FT_BYTES. This caused ethereal to abort with an assert failure. This fixes the issue that Keith French recently brought up in his mailing to ethereal-users svn path=/trunk/; revision=8977
2003-10-27From Lars Roland: whitespace cleanups.Guy Harris1-12/+12
svn path=/trunk/; revision=8789
2003-10-09Prefix the EXTENSION #defines with ASN1_ as well.Guy Harris1-72/+72
svn path=/trunk/; revision=8653
2003-10-09Prefix OPTIONAL and NOT_OPTIONAL with ASN1_, to avoid collisions withGuy Harris1-50/+50
other definitions of OPTIONAL (such as the one in Windows). svn path=/trunk/; revision=8650
2003-10-02Add RCS IDs.Guy Harris1-0/+2
svn path=/trunk/; revision=8597
2003-09-26From Tomas Kukosa:Guy Harris1-1/+13
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-0/+1272
svn path=/trunk/; revision=8521