aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Don't generate the conformance file for exported types when building themorriss1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-11/+6
2011-08-07Fix bug 5848, "https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5848", whi...cmaynard1-0/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy2-3/+3
2010-11-07Make the changes from:etxrab1-2/+2
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsmorriss1-12/+2
2010-05-05H.225.0 updated to version 7 (2009-12)kukosa2-60/+87
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
2010-01-26Remove two unused global variables (one of which was causing a gcc -Wshadow w...wmeier1-2/+0
2010-01-17Get rid of check_col();etxrab1-8/+4
2010-01-13check_col.diffetxrab1-7/+3
2009-10-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-05Add a couple of pointer checks.gerald1-1/+5
2009-06-24From Kovarththanan Rajaratnam:stig1-4/+4
2009-06-20From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-01-22Fix Bug 3219: avoid overwriting H.323 callIdentifier value when CallIdentifie...kukosa2-2/+9
2008-11-10- update H.245 to v14 (06/2008)kukosa1-6/+6
2008-11-04Minor cleanup mostly related to proto_reg_handoffwmeier1-37/+32
2008-07-26Get rid of next few warnings (dissect_per_choice needs signed value parameter)kukosa1-4/+4
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)kukosa1-13/+14
2008-05-21Fix some of the Errors/warnings detected by checkapi.etxrab2-3/+11
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...kukosa1-1/+1
2007-12-28support for additionally SIZE constrained Typereferencekukosa1-0/+15
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-1/+2
2007-11-24Make sure h225_pi is never NULL.gerald1-1/+1
2007-11-12Don't dereference a NULL pointer.gerald1-1/+1
2007-10-31Use oid_add_from_string for adding names.etxrab1-6/+6
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)kukosa2-18/+19
2007-10-17new H.323 dissectorkukosa2-0/+74
2007-10-16- Fix svn:ignore for all directoriesjmayer1-3/+1
2007-10-15- add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmakekukosa2-3/+5
2007-10-10better solution for different submake calling on Windows and Linuxkukosa2-4/+3
2007-10-10next step to solve dependency generationkukosa3-4/+8
2007-10-10solution for different submake calling on Windows and Linuxkukosa3-2/+5
2007-10-09Add some dependenciesjmayer1-1/+9
2007-10-07convert to new Makefile structurejmayer5-100/+96
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...kukosa2-2/+56
2007-09-24improvements in ROS handling in Q.932 and H.450kukosa1-0/+1
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-25get rid of few warningskukosa1-0/+5
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab3-1/+3
2007-04-18use new possibility to set #.EXPORTS flag for whole directivekukosa1-15/+15
2007-02-14H.225.0 updated to 05/2006, Amendment 1 01/2007kukosa1-7/+10
2007-01-16fix registration H.225 over TLSkukosa1-6/+5
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...ulfl1-1/+1
2006-08-28- new function ssl_dissector_delete()kukosa1-8/+28