aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...Tomas Kukosa1-90/+90
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-05-15support for value range and unions in permitted alphabetTomas Kukosa1-2/+2
2007-05-04Fix a copy paste error.Anders Broman1-1/+1
2007-05-03Dissect returnedFunction.Anders Broman1-79/+142
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-5/+6
2007-04-13H.235.7: MIKEY in H.323Tomas Kukosa1-37/+99
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-623/+623
2006-11-15Add OID translation for some more Generic codecs.Anders Broman1-1/+31
2006-11-03Dissect h324ext_h223lcparm.Anders Broman1-76/+76
2006-08-20Dissect some more H.245 messages in MEGACOAnders Broman1-75/+75
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-1395/+1395
2006-08-10Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014Jörg Mayer1-1/+1
2006-07-21H.225.0 update to version 6 (05/2006)Tomas Kukosa1-77/+342
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-620/+620
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa1-1245/+1245
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-265/+265
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-5896/+1770
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.Anders Broman1-1/+1
2006-05-31H.245 update to version 12 (10/2005)Tomas Kukosa1-212/+631
2006-05-29- h225.asn renamed to H323-MESSAGES.asnTomas Kukosa1-433/+419
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-4039/+4037
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa1-1/+2
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-2/+3
2006-02-23From Alejandro Vaquero:Anders Broman1-51/+54
2006-02-07Add a RFC value.Anders Broman1-5/+6
2006-01-16From Alejandro Vaquero:Anders Broman1-49/+79
2006-01-12Reset h245_pi using CLEANUP_PUSH/CLEANUP_CALL_AND_POP so that we don't leaveGerald Combs1-14/+167
2005-12-18warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2005-12-02PER dissectors regenerated with FT_OIDTomas Kukosa1-10/+10
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-11-14improvements in value constraint supportTomas Kukosa1-4/+4
2005-10-10Fix problems with bitstring:Anders Broman1-1/+1
2005-10-06From Richard van der Hoff:Anders Broman1-104/+553
2005-09-20get rid of few warningsTomas Kukosa1-2/+2
2005-09-20asn2eth Tomas Kukosa1-9/+6
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-159/+159
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-3/+3
2005-09-06get rid of few warningsTomas Kukosa1-7/+7
2005-08-31- more standard way for FastStart item dissectionTomas Kukosa1-12/+20
2005-08-26Add a pair of #defines to emem.c that make ep_alloc() and se_alloc()Gerald Combs1-0/+1
2005-08-19from Jeff SnyderRonnie Sahlberg1-25/+14
2005-08-18several times replacing:Ulf Lamping1-1/+1
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t instea...Tomas Kukosa1-13/+24
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2005-08-01- update ftam.cnf for new asn2eth compilerTomas Kukosa1-581/+851
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have pr...Tomas Kukosa1-172/+391
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa1-83/+107