aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"etxrab1-81/+79
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...kukosa1-444/+646
2008-01-02update Generic Extensible Framework in H.245kukosa1-65/+123
2007-12-18fix bug 2112kukosa1-2/+11
2007-12-17- use structure instead of many global variables for channel setupkukosa1-242/+237
2007-12-10Add OID:s related to H264.etxrab1-0/+4
2007-11-30setup SRTP stream if MIKEY is detected in OLCkukosa1-90/+110
2007-10-31Use oid_add_from_string for adding names, names changed to short form.etxrab1-31/+31
2007-10-29asn2wrskukosa1-20/+20
2007-10-17new H.323 dissectorkukosa1-77/+254
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...kukosa1-90/+90
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-05-15support for value range and unions in permitted alphabetkukosa1-2/+2
2007-05-04Fix a copy paste error.etxrab1-1/+1
2007-05-03Dissect returnedFunction.etxrab1-79/+142
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-5/+6
2007-04-13H.235.7: MIKEY in H.323kukosa1-37/+99
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-623/+623
2006-11-15Add OID translation for some more Generic codecs.etxrab1-1/+31
2006-11-03Dissect h324ext_h223lcparm.etxrab1-76/+76
2006-08-20Dissect some more H.245 messages in MEGACOetxrab1-75/+75
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-1395/+1395
2006-08-10Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014jmayer1-1/+1
2006-07-21H.225.0 update to version 6 (05/2006)kukosa1-77/+342
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-620/+620
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...kukosa1-1245/+1245
2006-06-30fix wrong terminator record in per_sequence_t tableskukosa1-265/+265
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...kukosa1-5896/+1770
2006-06-08MAke it possible to get a tvb with a BIT STRING, regenerate PER dissectors.etxrab1-1/+1
2006-05-31H.245 update to version 12 (10/2005)kukosa1-212/+631
2006-05-29- h225.asn renamed to H323-MESSAGES.asnkukosa1-433/+419
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantkukosa1-4039/+4037
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethkukosa1-1/+2
2006-05-10Preparations to be able to handle unaligned PER.etxrab1-2/+3
2006-02-23From Alejandro Vaquero:etxrab1-51/+54
2006-02-07Add a RFC value.etxrab1-5/+6
2006-01-16From Alejandro Vaquero:etxrab1-49/+79
2006-01-12Reset h245_pi using CLEANUP_PUSH/CLEANUP_CALL_AND_POP so that we don't leavegerald1-14/+167
2005-12-18warning: function declaration isn't a prototypejmayer1-1/+1
2005-12-02PER dissectors regenerated with FT_OIDkukosa1-10/+10
2005-11-22Trivial warning fixesjmayer1-1/+1
2005-11-14improvements in value constraint supportkukosa1-4/+4
2005-10-10Fix problems with bitstring:etxrab1-1/+1
2005-10-06From Richard van der Hoff:etxrab1-104/+553
2005-09-20get rid of few warningskukosa1-2/+2
2005-09-20asn2eth kukosa1-9/+6
2005-09-19remove unused parameter 'name' from dissect_per_choice()kukosa1-159/+159
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-3/+3