aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
AgeCommit message (Collapse)AuthorFilesLines
2007-04-13H.235.7: MIKEY in H.323Tomas Kukosa1-13/+362
svn path=/trunk/; revision=21406
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-359/+52
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-107/+107
svn path=/trunk/; revision=18921
2006-07-04get rid of warning messageTomas Kukosa1-1/+1
svn path=/trunk/; revision=18653
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-63/+63
svn path=/trunk/; revision=18652
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵Tomas Kukosa1-123/+123
field information svn path=/trunk/; revision=18637
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-24/+24
svn path=/trunk/; revision=18621
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵Tomas Kukosa1-457/+134
tables it matches asn2wrs approach and makes generated dissectors source shorter svn path=/trunk/; revision=18612
2006-06-28few OID namesTomas Kukosa1-0/+11
svn path=/trunk/; revision=18590
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-4/+4
svn path=/trunk/; revision=18395
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