aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450
AgeCommit message (Collapse)AuthorFilesLines
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-1/+2
Spotted by Tomas Kukosa. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23921 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16- Fix svn:ignore for all directoriesjmayer1-2/+2
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23202 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10- Change Makefiles to include preincjmayer1-1/+1
- Add missing new directories to asn1/Makefile.nmake git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23141 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10more makefiles changed to new export mechanismkukosa3-4/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23132 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10comment out NEED_PACKET_PROTO_H as it is tested now for defining not for valuekukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23126 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-09remove rule for $(EXTRA_CNF) as ros/ros-{inv,res,err,rej}.cnf are not generatedkukosa1-1/+2
minor changes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23108 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-08Convert h450 to new Makefile structure. Split h450.rosjmayer10-490/+124
out into h450-ros. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23102 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05export more types from H.225.0 and H.245 which will be necessary for ↵kukosa1-1/+1
H.460.x, H.323 (Annex M,R), H.501 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23069 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24improvements in ROS handling in Q.932 and H.450kukosa4-99/+12
move common ROS code into ros/ros-*.cnf files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22936 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-17Modified some ASN1 Makefiles to compile on unix.stig1-1/+2
Added some clean targets. Removed asn1/x501 directory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22886 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-30H.450 regenerated from original ASN.1 sourceskukosa26-2930/+3047
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22417 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-07- simple Information Objects support kukosa1-2/+2
- all definitions in ASN.1 source are skipped and need not to be commented out - #.CLASS directive can define types for Object Class Fields - do not append 'xxx' postfix to parametrized types (changes H.235 and H.450 in accordance with it) - change QSIG ASN.1 source to be more identical to original one git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21715 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03comment out parameters of parametrized typekukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21661 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21635 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵ulfl1-1/+1
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19730 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-28fropm martin msahlberg1-7/+10
fix for h450 to prevent an assertion for uninitialized hffields Thanks for the capture, Keith. The problem was with h450 hf fields that weren't initialised sucessfully (at all in one case, or with non-unique filter strings in several others) - it was hitting an assertion in proto.c when an attempt was made to use those fields. I was able to test by editing packet-h450.c directly, I couldn't regenerate it from packet-h450-template.c. I'm attaching a patch to packet-h450-template.c that hopefully does the same thing. If someone can generate and check it packet-h450.c in for me I'll retest. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18804 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa1-27/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18652 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-03remove name field from per_sequence_t structure, it can be retrieved from ↵kukosa1-18/+18
field information git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18637 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-30fix wrong terminator record in per_sequence_t tableskukosa1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18621 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-29use "type function" instead of "field function" in PER CHOICE and SEQUENCE ↵kukosa1-80/+81
tables it matches asn2wrs approach and makes generated dissectors source shorter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18612 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-23Ethereal -> Wiresharkkukosa2-6/+6
asn2eth -> asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18214 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantkukosa1-90/+92
- step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info* - PER ALIGNED/UNALIGNED flag moved to asn_ctx_t - PER created tree item pointer moved to asn_ctx_t - add nbap into PER dissectors in asn1/Makefile.nmake - use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245 - export asn_ctx_init from library - PER dissectors regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18209 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21- asn2eth renamed to asn2wrskukosa2-5/+5
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18199 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg2-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethkukosa2-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18156 f5534014-38df-0310-8fa8-9805f1628bb7
2006-04-25Add distclean and maintainerclean rules.guy1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17999 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-09Fix Bug 725: etxrab1-2/+2
0.10.14 shows "malformed packet" when showing H323 CS: FACILITY message with opcode "Calltransfer initiate" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17542 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-23Add parsertab.pyc in clean targetetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17386 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-19Get rid of some GCC warnings about unused code.etxrab3-56/+54
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16861 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-14improvements in value constraint supportkukosa1-4/+4
- NO_BOUND is defined instead of usage -1 - negative bound is handled properly for INTEGER git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16505 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-21Fix a compiler warning.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15916 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-20asn2eth 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15894 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-19remove unused parameter 'name' from dissect_per_choice()kukosa1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15861 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in ordergerald1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15710 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-31Decode CmnInform fixes bug 376.etxrab1-2/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15630 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-07avoid few warnings from asn2eth compilerkukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14869 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for ↵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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14844 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-21asn1 done for h450.1 - h450.12, remains to tie to Operations and Responses.etxrab3-59/+1595
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13157 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-17Use -1 rather than tvb_length() to create a protocol tree item that runsguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13104 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-17Get rid of the "-b" flag - it's not what was used to generate the H.450guy2-2/+2
dissector that's currently checked in. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13103 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-17Added some more h450.x functionsetxrab2-28/+377
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13089 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-16When using Cygwin's python asn2eth.pylroland1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13077 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-16Supply Makefile.nmake files.guy1-0/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13072 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-16Add Makefiles.guy1-0/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13070 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-14Fix svn propertieslroland1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13035 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-13Add a first draft asn2eth generated H.450.x dissectoretxrab4-0/+1237
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13026 f5534014-38df-0310-8fa8-9805f1628bb7