aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip
AgeCommit message (Collapse)AuthorFilesLines
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