aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-08-19use session allocated memory for rtp_add_address/srtp_add_address hash tablesMichael Mann1-13/+4
svn path=/trunk/; revision=44571
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-12-28add_new_data_source() needed in several places.Bill Meier1-0/+5
svn path=/trunk/; revision=40311
2011-11-24Fix H.460.18 and H.460.19 integration into H.245Tomas Kukosa1-1/+5
svn path=/trunk/; revision=39998
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-3/+3
dissector; instead built it only when the separate target (generate_export) is built. Built generate_export when building "all". This prevents the exp_*.cnf files from being regenerated each time another one of the exp_*.cnf files (which the current dissector depends on) has changed (despite the fact that the exported types does not depe Also fix the CLEANFILES definition so it actually cleans things. svn path=/trunk/; revision=39421
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-5/+0
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2011-09-16From Liam Sharp:Anders Broman1-17/+28
In VoIP calls flow/graph display replace GR/GI etc with presentationTokenRequest/Response etc https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6321 svn path=/trunk/; revision=39022
2011-09-12From Liam Sharp:Anders Broman1-24/+10
VoIP Calls->Graph TCS and OLC display corruption. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6318 svn path=/trunk/; revision=38970
2011-09-12from Liam Sharp:Anders Broman1-8/+12
Info column to show subMessageIdentifier type strings for H245/H.239 packets With a change to remove "subMessageIdentifer=" as I think that clutters up the Infocol. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6315 svn path=/trunk/; revision=38968
2011-09-06From Liam Sharp:Anders Broman2-1/+28
(Standard)H.239 – subMessageIdentifier value strings missing from H245 dissector. Modified to be filterable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6312 svn path=/trunk/; revision=38897
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-11-05Initialize dummy_me to avoid garbage or undefined values.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=34788
2010-05-05File updated from ASN.1 database where the bug in ASN.1 definition has been ↵Tomas Kukosa1-8/+6
fixed on request svn path=/trunk/; revision=32671
2010-05-04 H.245 updated to v15 (2009-12)Tomas Kukosa1-326/+394
svn path=/trunk/; revision=32660
2010-04-14Fix the buildJeff Morriss1-1/+3
svn path=/trunk/; revision=32467
2010-04-14Use the sample rate from SDP info in RTP stream analysis.Anders Broman1-2/+12
svn path=/trunk/; revision=32466
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2010-01-29Fix two gcc -Wshadow warnings.Bill Meier2-29/+29
svn path=/trunk/; revision=31736
2010-01-17Get rid of check_col();Anders Broman1-14/+6
svn path=/trunk/; revision=31546
2010-01-13check_col.diffAnders Broman1-3/+1
Remove redundant calls to check_col() in the template files and regenerate. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 svn path=/trunk/; revision=31521
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30409
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-11/+11
1) This indicates that the string has ephemeral lifetime 2) More consistent with its existing seasonal counterpart, se_address_to_str(). svn path=/trunk/; revision=29747
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29500
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
More header_field_info cleanup in the asn1 cnf files. Dissectors will be regenerated later. svn path=/trunk/; revision=28782
2009-05-27Detect if the setup channel is video or not.Anders Broman2-2/+17
svn path=/trunk/; revision=28509
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp ↵Anders Broman1-1/+3
statistics. svn path=/trunk/; revision=28415
2009-05-14Use tvb_new_child_real_data().Anders Broman1-10/+5
svn path=/trunk/; revision=28357
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2008-11-12Add RFC number for H.264Anders Broman1-0/+1
svn path=/trunk/; revision=26761
2008-11-10- update H.245 to v14 (06/2008)Tomas Kukosa2-382/+340
- use #.MODULE_EXPORT to avoid conflict between TransportAddress from H.225 and H.245 - regenerate H.323 family dissectors svn path=/trunk/; revision=26739
2008-11-06"Dissect Profile and Level" and "Object Parameter" for ISO/IEC 14496-2 ↵Anders Broman1-0/+51
Capability. svn path=/trunk/; revision=26714
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-3/+4
Remove code for unused handles; Localize handles (in proto_reg_handoff) which need not be global; Localize (in proto_reg_handoff) "saved prefs"; Use find_dissector instead of create_dissector_handle as appropriate; Use gboolean for "initialized" flag in proto_reg_handoff. svn path=/trunk/; revision=26693
2008-07-26Once more warning removedTomas Kukosa1-2/+2
svn path=/trunk/; revision=25844
2008-07-26Get rid of next few warnings (dissect_per_choice needs signed value parameter)Tomas Kukosa1-12/+12
svn path=/trunk/; revision=25840
2008-05-01Removed a debug printf line.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=25213
2008-04-24remove superfluous declaration struct srtp_info *dummy_srtp_info Tomas Kukosa1-1/+1
svn path=/trunk/; revision=25164
2008-04-18update originals as per r25110Richard van der Hoff1-1/+1
svn path=/trunk/; revision=25111
2008-04-07- Remove GLIB1 codeStephen Fisher1-4/+0
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
2008-03-19add SRTCP support to h245_setup_channels()Tomas Kukosa1-25/+26
svn path=/trunk/; revision=24696
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=24525
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"Anders Broman1-4/+2
to 0.0.8.241.0.0.0.0. svn path=/trunk/; revision=24150
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 ↵Tomas Kukosa3-210/+295
establishment svn path=/trunk/; revision=24043
2008-01-02update Generic Extensible Framework in H.245Tomas Kukosa2-8/+62
- call subdissector for parameter names - call subdissector for booleanArray and unsignedMin values svn path=/trunk/; revision=23984
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-0/+1
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-18fix bug 2112Tomas Kukosa1-0/+9
svn path=/trunk/; revision=23915
2007-12-17- use structure instead of many global variables for channel setupTomas Kukosa2-139/+126
- move channel setup code to one function - support RFC2198 dynamic payload type setup svn path=/trunk/; revision=23898
2007-12-10Add OID:s related to H264.Anders Broman1-0/+4
svn path=/trunk/; revision=23827
2007-11-30setup SRTP stream if MIKEY is detected in OLCTomas Kukosa2-3/+23
svn path=/trunk/; revision=23682