aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225/h225.cnf
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-07Make the changes from:Anders Broman1-2/+2
2010-05-05H.225.0 updated to version 7 (2009-12)Tomas Kukosa1-2/+2
2010-01-17Get rid of check_col();Anders Broman1-8/+4
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-01-22Fix Bug 3219: avoid overwriting H.323 callIdentifier value when CallIdentifie...Tomas Kukosa1-2/+8
2008-11-10- update H.245 to v14 (06/2008)Tomas Kukosa1-6/+6
2008-07-26Get rid of next few warnings (dissect_per_choice needs signed value parameter)Tomas Kukosa1-4/+4
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-13/+14
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa1-1/+1
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-0/+15
2007-11-12Don't dereference a NULL pointer.Gerald Combs1-1/+1
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa1-2/+10
2007-10-17new H.323 dissectorTomas Kukosa1-0/+69
2007-10-15- add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmakeTomas Kukosa1-2/+2
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...Tomas Kukosa1-2/+32
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa1-0/+1
2007-05-25get rid of few warningsTomas Kukosa1-0/+5
2007-04-18use new possibility to set #.EXPORTS flag for whole directiveTomas Kukosa1-15/+15
2006-08-16- add value_ptr into struct _asn1_ctx_tTomas Kukosa1-28/+17
2006-07-21H.225.0 update to version 6 (05/2006)Tomas Kukosa1-3/+17
2006-06-20- change ETH_VAR to WS_VARTomas Kukosa1-14/+14
2006-06-13- "next tvb" list moved from h225 to new file next_tvb.[ch]Tomas Kukosa1-3/+3
2006-06-01From Cvetan Ivanov: Anders Broman1-0/+6
2006-05-29- h225.asn renamed to H323-MESSAGES.asnTomas Kukosa1-4/+51
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-14/+14
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa1-5/+1
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris1-2/+2
2005-09-27new option whether tunnelled H.245 and tunnelled protocol are displayed insid...Tomas Kukosa1-3/+3
2005-09-22Call H245 decoding and tunelled protocols decoding at the end of H225 dissect...Tomas Kukosa1-9/+3
2005-09-20asn2eth Tomas Kukosa1-46/+20
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-1/+1
2005-09-06Make sure we don't overflow the dialedDigits array.Guy Harris1-1/+4
2005-09-06get rid of few warningsTomas Kukosa1-3/+5
2005-08-31- more standard way for FastStart item dissectionTomas Kukosa1-10/+8
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t instea...Tomas Kukosa1-10/+11
2005-08-01- update ftam.cnf for new asn2eth compilerTomas Kukosa1-56/+42
2005-07-07avoid few warnings from asn2eth compilerTomas Kukosa1-2/+0
2005-07-06more usage of #.FN_PARS directive and usage of DEFAULT_BODY parameterTomas Kukosa1-23/+27
2005-07-05more usage of #.FN_PARSTomas Kukosa1-8/+5
2005-07-04usage of FT_GUID field type in H.225 dissectorTomas Kukosa1-0/+1
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa1-53/+47
2005-06-07Usage of new #.FN_PARS directive instead of #.FN_BODYTomas Kukosa1-16/+9
2005-03-20Fix dissect_per_restricted_character_string() calls in h225.cnf to passGuy Harris1-2/+2
2005-02-07And finally (I hope) the last part from the patchLars Roland1-3/+12
2005-02-03Small fix for h225 dissector as suggested by Tomas KukosaLars Roland1-2/+2
2005-02-02From Jon Ringle:Anders Broman1-2/+5
2005-02-01From Alejandro Vaquero:Lars Roland1-27/+89
2005-01-20NonStandardData and TunnelledProtocol reimplemented and testedTomas Kukosa1-54/+78