aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
AgeCommit message (Expand)AuthorFilesLines
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-13/+14
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman2-3/+11
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-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-11-24Make sure h225_pi is never NULL.Gerald Combs1-1/+1
2007-11-12Don't dereference a NULL pointer.Gerald Combs1-1/+1
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-6/+6
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa2-18/+19
2007-10-17new H.323 dissectorTomas Kukosa2-0/+74
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-3/+1
2007-10-15- add missing h450-ros and q932-ros clean rules to asn1/Makefile.nmakeTomas Kukosa2-3/+5
2007-10-10better solution for different submake calling on Windows and LinuxTomas Kukosa2-4/+3
2007-10-10next step to solve dependency generationTomas Kukosa3-4/+8
2007-10-10solution for different submake calling on Windows and LinuxTomas Kukosa3-2/+5
2007-10-09Add some dependenciesJörg Mayer1-1/+9
2007-10-07convert to new Makefile structureJörg Mayer5-100/+96
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...Tomas Kukosa2-2/+56
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa1-0/+1
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-05-25get rid of few warningsTomas Kukosa1-0/+5
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman3-1/+3
2007-04-18use new possibility to set #.EXPORTS flag for whole directiveTomas Kukosa1-15/+15
2007-02-14H.225.0 updated to 05/2006, Amendment 1 01/2007Tomas Kukosa1-7/+10
2007-01-16fix registration H.225 over TLSTomas Kukosa1-6/+5
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa1-8/+28
2006-08-16- add value_ptr into struct _asn1_ctx_tTomas Kukosa1-28/+17
2006-08-10Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014Jörg Mayer3-4/+4
2006-07-21H.225.0 update to version 6 (05/2006)Tomas Kukosa2-33/+114
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-6/+6
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 Kukosa2-65/+4
2006-06-05uncomment newly supported TYPE-IDENTIFIER usage and per regenerationTomas Kukosa1-2/+3
2006-06-01From Cvetan Ivanov: Anders Broman1-0/+6
2006-05-29- h225.asn renamed to H323-MESSAGES.asnTomas Kukosa4-63/+85
2006-05-23Ethereal -> WiresharkTomas Kukosa3-3/+3
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa4-23/+26
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa3-6/+12
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman1-0/+2
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris3-8/+8
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2005-12-16From Graeme Lunt:Anders Broman1-2/+2
2005-09-27new option whether tunnelled H.245 and tunnelled protocol are displayed insid...Tomas Kukosa2-4/+16
2005-09-22Call H245 decoding and tunelled protocols decoding at the end of H225 dissect...Tomas Kukosa2-9/+80
2005-09-20get rid of few warningsTomas Kukosa1-2/+2