aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-8/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-1/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-5/+0
2008-07-26Get rid of few warnings (unused generated code, signed/unsigned mismatch)Tomas Kukosa1-0/+5
2008-07-22Get rid of some unused code warnings.Anders Broman1-8/+15
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman3-5/+19
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-2/+2
2007-10-10- Change Makefiles to include preincJörg Mayer1-1/+1
2007-10-10more makefiles changed to new export mechanismTomas Kukosa3-4/+7
2007-10-10comment out NEED_PACKET_PROTO_H as it is tested now for defining not for valueTomas Kukosa1-1/+1
2007-10-09remove rule for $(EXTRA_CNF) as ros/ros-{inv,res,err,rej}.cnf are not generatedTomas Kukosa1-1/+2
2007-10-08Convert h450 to new Makefile structure. Split h450.rosJörg Mayer10-490/+124
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...Tomas Kukosa1-1/+1
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa4-99/+12
2007-09-17Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke1-1/+2
2007-07-30H.450 regenerated from original ASN.1 sourcesTomas Kukosa26-2930/+3047
2007-05-07- simple Information Objects support Tomas Kukosa1-2/+2
2007-05-03comment out parameters of parametrized typeTomas Kukosa1-1/+1
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-07-28fropm martin mRonnie Sahlberg1-7/+10
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)Tomas Kukosa1-27/+27
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from fie...Tomas Kukosa1-18/+18
2006-06-30fix wrong terminator record in per_sequence_t tablesTomas Kukosa1-5/+5
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ta...Tomas Kukosa1-80/+81
2006-05-23Ethereal -> WiresharkTomas Kukosa2-6/+6
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa1-90/+92
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 Kukosa2-4/+4
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-03-09Fix Bug 725: Anders Broman1-2/+2
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2005-12-19Get rid of some GCC warnings about unused code.Anders Broman3-56/+54
2005-11-14improvements in value constraint supportTomas Kukosa1-4/+4
2005-09-21Fix a compiler warning.Guy Harris1-1/+1
2005-09-20asn2eth Tomas Kukosa1-2/+2
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-4/+4
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
2005-08-31Decode CmnInform fixes bug 376.Anders Broman1-2/+17
2005-07-07avoid few warnings from asn2eth compilerTomas Kukosa1-1/+1
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa1-17/+8