aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip
AgeCommit message (Collapse)AuthorFilesLines
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
2005-06-19register cmip as ber oid dissectorRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=14697
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-3/+3
buffer overflow found while fuzz testing. svn path=/trunk/; revision=14169
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-7/+25
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-16Make the Makefile look like the h235 Makefiles, with the new rules.Guy Harris1-2/+13
Get rid of their "executable" property, and set svn:keywords to Id and svn:eol-style to native if they're not already set. svn path=/trunk/; revision=13071
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg2-0/+2
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740
2004-12-12some cmip updates to handle m-Action and m-Action-confirmedRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12734
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update ↵Ronnie Sahlberg1-1/+1
all dissectors using GeneralizedTime svn path=/trunk/; revision=12732
2004-12-12updates from tomas and andersRonnie Sahlberg2-4/+9
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-11-27it appears that a SES_REFUSE spdu actually contains a CMIP-A-ASSOCIATE and ↵Ronnie Sahlberg1-1/+1
not a CMIP-A-ABORT svn path=/trunk/; revision=12608
2004-11-21cmip update add all remaining functions Arguments and ResultsRonnie Sahlberg3-0/+335
svn path=/trunk/; revision=12570
2004-11-21update to cmipRonnie Sahlberg3-0/+62
add functions m-action and m-action-confirmed svn path=/trunk/; revision=12564
2004-11-21update to x509if autogenerate the exports conformance file and create a ↵Ronnie Sahlberg1-1/+1
small makefile since i am tired of typing that long command line every time svn path=/trunk/; revision=12555
2004-11-14New protocol for the telco people to play with : CMIPRonnie Sahlberg4-0/+546
Only one function is implemented so fat M-Get but it would be trivial to add all the missing ones once there are example captures. svn path=/trunk/; revision=12521