aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450
AgeCommit message (Collapse)AuthorFilesLines
2006-03-09Fix Bug 725: Anders Broman1-2/+2
0.10.14 shows "malformed packet" when showing H323 CS: FACILITY message with opcode "Calltransfer initiate" svn path=/trunk/; revision=17542
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
svn path=/trunk/; revision=17386
2005-12-19Get rid of some GCC warnings about unused code.Anders Broman3-56/+54
svn path=/trunk/; revision=16861
2005-11-14improvements in value constraint supportTomas Kukosa1-4/+4
- NO_BOUND is defined instead of usage -1 - negative bound is handled properly for INTEGER svn path=/trunk/; revision=16505
2005-09-21Fix a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=15916
2005-09-20asn2eth Tomas Kukosa1-2/+2
- #.FN_BODY accepts parameters too - single line variant of #.FN_PAR is possible - new parameter FN_VARIANT for OBJECT IDENTIFIER packet-per.c - dissect_per_object_identifier() returns value as tvb - new dissect_per_object_identifier_str() function PER dissectors adapted and regenerated svn path=/trunk/; revision=15894
2005-09-19remove unused parameter 'name' from dissect_per_choice()Tomas Kukosa1-4/+4
svn path=/trunk/; revision=15861
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
2005-08-31Decode CmnInform fixes bug 376.Anders Broman1-2/+17
svn path=/trunk/; revision=15630
2005-07-07avoid few warnings from asn2eth compilerTomas Kukosa1-1/+1
svn path=/trunk/; revision=14869
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for ↵Tomas Kukosa1-17/+8
value returning - asn2eth: #.FN_PARS support for OCTET STRING - usage of #.FN_PARS in h225 and h245 - h225: ParallelH245Control support - h245: better support of NonStandardParameter - usage of MAX_OID_STR_LEN constant - all PER dissectors regenerated svn path=/trunk/; revision=14844
2005-01-21asn1 done for h450.1 - h450.12, remains to tie to Operations and Responses.Anders Broman3-59/+1595
svn path=/trunk/; revision=13157
2005-01-17Use -1 rather than tvb_length() to create a protocol tree item that runsGuy Harris1-8/+2
to the end of the tvbuff. Don't return a value from "dissect_h4501()" - the value isn't used, and "dissect_h4501()" is registered with "register_dissector()", so it's not supposed to return a value. svn path=/trunk/; revision=13104
2005-01-17Get rid of the "-b" flag - it's not what was used to generate the H.450Guy Harris2-2/+2
dissector that's currently checked in. svn path=/trunk/; revision=13103
2005-01-17Added some more h450.x functionsAnders Broman2-28/+377
svn path=/trunk/; revision=13089
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-6/+24
generates dissectors with mixed EOL! SVN doesn't allow you to commit such files. Add a target to all nmake makefiles in asn1 subdirectory which will fix these files. svn path=/trunk/; revision=13077
2005-01-16Supply Makefile.nmake files.Guy Harris1-0/+23
svn path=/trunk/; revision=13072
2005-01-16Add Makefiles.Guy Harris1-0/+16
svn path=/trunk/; revision=13070
2005-01-14Fix svn propertiesLars Roland1-1/+1
svn path=/trunk/; revision=13035
2005-01-13Add a first draft asn2eth generated H.450.x dissectorAnders Broman4-0/+1237
svn path=/trunk/; revision=13026