aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-05uncomment newly supported TYPE-IDENTIFIER usage and per regenerationTomas Kukosa1-7/+173
svn path=/trunk/; revision=18339
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-317/+314
- step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info* - PER ALIGNED/UNALIGNED flag moved to asn_ctx_t - PER created tree item pointer moved to asn_ctx_t - add nbap into PER dissectors in asn1/Makefile.nmake - use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245 - export asn_ctx_init from library - PER dissectors regenerated svn path=/trunk/; revision=18209
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-15updated to H.235.0:09/2005 and H.235.8:09/2005 Tomas Kukosa1-16/+578
svn path=/trunk/; revision=18157
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-2/+2
svn path=/trunk/; revision=18119
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-12/+23
svn path=/trunk/; revision=16736
2005-12-02PER dissectors regenerated with FT_OIDTomas Kukosa1-5/+5
svn path=/trunk/; revision=16653
2005-11-14improvements in value constraint supportTomas Kukosa1-2/+2
- NO_BOUND is defined instead of usage -1 - negative bound is handled properly for INTEGER svn path=/trunk/; revision=16505
2005-10-10Fix problems with bitstring:Anders Broman1-4/+4
- dissect_per_bitstring needs to know if extention exists or not. - Fixes for bitstring sizes up to 16 ( where max = min ). svn path=/trunk/; revision=16181
2005-09-20asn2eth Tomas Kukosa1-2/+1
- #.FN_BODY accepts parameters too - single line variant of #.FN_PAR is possible - new parameter FN_VARIANT for OBJECT IDENTIFIER packet-per.c - dissect_per_object_identifier() returns value as tvb - new dissect_per_object_identifier_str() function PER dissectors adapted and regenerated svn path=/trunk/; revision=15894
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-5/+5
svn path=/trunk/; revision=15861
2005-08-31- more standard way for FastStart item dissectionTomas Kukosa1-1/+1
- protocol names fixed svn path=/trunk/; revision=15636
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t ↵Tomas Kukosa1-6/+12
instead of char - asn2eth: fixed CHOICE tag handling #.FN_PARS support for BIT STRING and all string types intersection of SIZE and FROM constraints for string is handled - new asn2eth features used in h225 and h245 - PER dissectors regeneration svn path=/trunk/; revision=15408
2005-08-01- update ftam.cnf for new asn2eth compilerTomas Kukosa1-25/+40
- usage of #.FN_PARS in h225 and h245 dissectors - PER dissectors regenerated svn path=/trunk/; revision=15162
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for ↵Tomas Kukosa1-26/+25
value returning - asn2eth: #.FN_PARS support for OCTET STRING - usage of #.FN_PARS in h225 and h245 - h225: ParallelH245Control support - h245: better support of NonStandardParameter - usage of MAX_OID_STR_LEN constant - all PER dissectors regenerated svn path=/trunk/; revision=14844
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-46/+23
version of asn2eth. svn path=/trunk/; revision=12267
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1232
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410