aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-23/+23
1) This indicates that the string has ephemeral lifetime 2) More consistent with its existing seasonal counterpart, se_address_to_str(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29747 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-21Sanitize epan includeskrj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29499 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-209/+209
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28848 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-242/+242
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-27Detect if the setup channel is video or not.etxrab1-8/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28509 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp ↵etxrab1-7/+9
statistics. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28415 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-66/+66
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-14Use tvb_new_child_real_data().etxrab1-33/+28
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28357 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-40/+40
Fore some reason the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly if dissecting the exension marker so leave that code #if 0:ed out for now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27848 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-7/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-12Add RFC number for H.264etxrab1-5/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26761 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-10- update H.245 to v14 (06/2008)kukosa1-40/+75
- use #.MODULE_EXPORT to avoid conflict between TransportAddress from H.225 and H.245 - regenerate H.323 family dissectors git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26739 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-06"Dissect Profile and Level" and "Object Parameter" for ISO/IEC 14496-2 ↵etxrab1-28/+109
Capability. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26714 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-9/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26698 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-64/+64
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-26Once more warning removedkukosa1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25844 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-26Get rid of next few warnings (dissect_per_choice needs signed value parameter)kukosa1-13/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25840 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-01Removed a debug printf line.stig1-82/+81
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25213 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-24remove superfluous declaration struct srtp_info *dummy_srtp_info kukosa1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25164 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-18fix decoding of amr in h323/h324 callsrichardv1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25110 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-07- Remove GLIB1 codesfisher1-10/+6
- 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24829 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-19add SRTCP support to h245_setup_channels()kukosa1-31/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24696 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-8/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24525 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"etxrab1-1/+1
to 0.0.8.241.0.0.0.0. This time with the updated packet-h245.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24151 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"etxrab1-81/+79
to 0.0.8.241.0.0.0.0. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24150 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 ↵kukosa1-444/+646
establishment git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24043 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-02update Generic Extensible Framework in H.245kukosa1-65/+123
- call subdissector for parameter names - call subdissector for booleanArray and unsignedMin values git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23984 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-18fix bug 2112kukosa1-2/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23915 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-17- use structure instead of many global variables for channel setupkukosa1-242/+237
- move channel setup code to one function - support RFC2198 dynamic payload type setup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23898 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-10Add OID:s related to H264.etxrab1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23827 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-30setup SRTP stream if MIKEY is detected in OLCkukosa1-90/+110
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23682 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names, names changed to short form.etxrab1-31/+31
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23317 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29asn2wrskukosa1-20/+20
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23309 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17new H.323 dissectorkukosa1-77/+254
- Generic Extensible Framework helper - Annex M1 (QSIG over H.323) - Annex M4 - Annex R H.225/H.245 support for Generic Extensible Framework (GEF) H.235 register MIKEY into new H.225/H.245 GEF tables regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23216 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05export more types from H.225.0 and H.245 which will be necessary for ↵kukosa1-90/+90
H.460.x, H.323 (Annex M,R), H.501 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23069 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22651 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
Rebuild asn1 dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-15support for value range and unions in permitted alphabetkukosa1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21777 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-04Fix a copy paste error.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21674 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03Dissect returnedFunction.etxrab1-79/+142
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21667 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-5/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21635 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-13H.235.7: MIKEY in H.323kukosa1-37/+99
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21406 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-623/+623
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-15Add OID translation for some more Generic codecs.etxrab1-1/+31
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19900 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-03Dissect h324ext_h223lcparm.etxrab1-76/+76
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19786 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-20Dissect some more H.245 messages in MEGACOetxrab1-75/+75
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18966 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-1395/+1395
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18921 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-10Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014jmayer1-1/+1
provided by markdrago@mail.com. Me: Patch template files instead and regenerate the dissector files. Fix Makefiles to use the correct asn filenames. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18866 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-21H.225.0 update to version 6 (05/2006)kukosa1-77/+342
H.245 updated to version 13 (05/2006) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18779 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-620/+620
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18652 f5534014-38df-0310-8fa8-9805f1628bb7