aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-19use session allocated memory for rtp_add_address/srtp_add_address hash tablesMichael Mann1-13/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2011-12-28add_new_data_source() needed in several places.Bill Meier1-0/+5
2011-11-24Fix H.460.18 and H.460.19 integration into H.245Tomas Kukosa1-1/+5
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-3/+3
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-5/+0
2011-09-16From Liam Sharp:Anders Broman1-17/+28
2011-09-12From Liam Sharp:Anders Broman1-24/+10
2011-09-12from Liam Sharp:Anders Broman1-8/+12
2011-09-06From Liam Sharp:Anders Broman2-1/+28
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-05Initialize dummy_me to avoid garbage or undefined values.Stig Bjørlykke1-0/+2
2010-05-05File updated from ASN.1 database where the bug in ASN.1 definition has been f...Tomas Kukosa1-8/+6
2010-05-04 H.245 updated to v15 (2009-12)Tomas Kukosa1-326/+394
2010-04-14Fix the buildJeff Morriss1-1/+3
2010-04-14Use the sample rate from SDP info in RTP stream analysis.Anders Broman1-2/+12
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-29Fix two gcc -Wshadow warnings.Bill Meier2-29/+29
2010-01-17Get rid of check_col();Anders Broman1-14/+6
2010-01-13check_col.diffAnders Broman1-3/+1
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-11/+11
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-27Detect if the setup channel is video or not.Anders Broman2-2/+17
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...Anders Broman1-1/+3
2009-05-14Use tvb_new_child_real_data().Anders Broman1-10/+5
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-12Add RFC number for H.264Anders Broman1-0/+1
2008-11-10- update H.245 to v14 (06/2008)Tomas Kukosa2-382/+340
2008-11-06"Dissect Profile and Level" and "Object Parameter" for ISO/IEC 14496-2 Capabi...Anders Broman1-0/+51
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-3/+4
2008-07-26Once more warning removedTomas Kukosa1-2/+2
2008-07-26Get rid of next few warnings (dissect_per_choice needs signed value parameter)Tomas Kukosa1-12/+12
2008-05-01Removed a debug printf line.Stig Bjørlykke1-1/+0
2008-04-24remove superfluous declaration struct srtp_info *dummy_srtp_info Tomas Kukosa1-1/+1
2008-04-18update originals as per r25110Richard van der Hoff1-1/+1
2008-04-07- Remove GLIB1 codeStephen Fisher1-4/+0
2008-03-19add SRTCP support to h245_setup_channels()Tomas Kukosa1-25/+26
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-1/+2
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"Anders Broman1-4/+2
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa3-210/+295
2008-01-02update Generic Extensible Framework in H.245Tomas Kukosa2-8/+62
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
2007-12-18fix bug 2112Tomas Kukosa1-0/+9
2007-12-17- use structure instead of many global variables for channel setupTomas Kukosa2-139/+126
2007-12-10Add OID:s related to H264.Anders Broman1-0/+4
2007-11-30setup SRTP stream if MIKEY is detected in OLCTomas Kukosa2-3/+23