aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip
AgeCommit message (Collapse)AuthorFilesLines
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman1-1/+1
svn path=/trunk/; revision=23356
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-17/+17
svn path=/trunk/; revision=23318
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+1
- 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 svn path=/trunk/; revision=23202
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-0/+3
- Add EXPORT_FILES to all files that still contain -e. svn path=/trunk/; revision=23145
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-1/+5
svn path=/trunk/; revision=23143
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-10-09Fix order of external files (without affecting other protos).Jörg Mayer1-3/+3
svn path=/trunk/; revision=23121
2007-10-07Convert some more protocols to new Makefile style.Jörg Mayer1-46/+0
Renamed the gsmmap template files to not contain an _ svn path=/trunk/; revision=23083
2007-09-25Change some additional protocols to the new build systemJörg Mayer5-64/+106
svn path=/trunk/; revision=22958
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-2/+2
svn path=/trunk/; revision=22651
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-07-05New Camel dissector built with -X and -T option and origninal ASN1 files.Anders Broman1-9/+3
svn path=/trunk/; revision=22245
2007-07-02Correct a copy paste error and rename fields.Anders Broman1-17/+31
svn path=/trunk/; revision=22228
2007-07-01Try to fix defined but not used warnings and use the nice new table function ↵Anders Broman4-45/+35
to get the list of Opcodes. svn path=/trunk/; revision=22227
2007-06-27Try to fix the last defined but not used warnings(again).Anders Broman3-37/+146
svn path=/trunk/; revision=22204
2007-06-26Try to fix the last defined but not used warnings.Anders Broman1-0/+19
svn path=/trunk/; revision=22196
2007-06-26Try to fix some GCC warningsAnders Broman1-17/+105
svn path=/trunk/; revision=22194
2007-06-25Generate CMIP from original asn1 files with -X and -T option.Anders Broman5-67/+146
svn path=/trunk/; revision=22187
2007-06-11Add some more asn1 modules.Anders Broman3-0/+747
svn path=/trunk/; revision=22077
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-1/+1
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-91/+58
svn path=/trunk/; revision=21753
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa2-6/+6
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-1/+1
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping1-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. svn path=/trunk/; revision=19730
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵Tomas Kukosa1-2/+3
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them svn path=/trunk/; revision=18595
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+0
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-23Ethereal -> WiresharkTomas Kukosa1-0/+9
asn2eth -> asn2wrs svn path=/trunk/; revision=18214
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
2006-05-21name changeRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=18197
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
svn path=/trunk/; revision=17999
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman1-2/+2
svn path=/trunk/; revision=17772
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
svn path=/trunk/; revision=17386
2006-02-22Add some missing files.Anders Broman1-0/+22
svn path=/trunk/; revision=17366
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-59/+34
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501
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-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-0/+1
based on the code in ACSE. svn path=/trunk/; revision=15643
2005-08-29MapDialougePDU.cnfAnders Broman1-1/+2
Fix a typo. packet-ber.c packet-acse.c packet-cmip.c - Add OID(s) packet-ses.c Fix export of a value string and change names to the ones used in the protocol spec. Replace PRES dissector with an asn2eth generated one. svn path=/trunk/; revision=15614
2005-08-28Co ordidnate CMIP abd GNM.Anders Broman3-38/+38
svn path=/trunk/; revision=15593
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.Guy Harris1-30/+30
Fix the spelling of "attribute". svn path=/trunk/; revision=15537
2005-08-25Fix malformed packet if linkedId is present dissect some OID:sAnders Broman2-5/+151
svn path=/trunk/; revision=15533
2005-08-02Fix svn properties where needed:Jörg Mayer3-3/+3
Remove svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15178
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=14980
2005-06-30fix a bug in the conformance file for CMIP to make it compile againRonnie Sahlberg1-2/+2
(semi-recent changes to asn2eth and PARAM handling makes us have to use double %% in some BODY statements) at the same time, regenerate it so it also benefit from bugfixes to handling of indefinite length svn path=/trunk/; revision=14823
2005-06-25some updates for CMIP.Ronnie Sahlberg3-3/+9
note taht cmip does not yet compile due to a possible asn2eth compiler bug svn path=/trunk/; revision=14756
2005-06-25Make ACSE export the EXTERNAL construct since both CMIP and FTAM rely on it.Ronnie Sahlberg1-8/+4
svn path=/trunk/; revision=14746
2005-06-23fix for CMIP, we should set the opcode_type BEFORE we try to use it in ↵Ronnie Sahlberg1-4/+4
the subdissector, it doesnt work really that well if we have opcode_type set to INVOKE from the previous packet and this new packet contains a ReturnResult. svn path=/trunk/; revision=14733
2005-06-22remove a dissector table we no longer use from ACSERonnie Sahlberg1-6/+0
and also from the CMIP and FTAM dissectors that tried to register against it. Implement a workaround for the asn2eth bug (can not yet handle tagged assignments) to the conformance file and remove the warnings from the template file. Since workaround is implemented in conformance file, make make copy_files install the dissector instead of printing a warning message. svn path=/trunk/; revision=14725