aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/MAP_Dialogue
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=17387
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-29MapDialougePDU.cnfAnders Broman1-2/+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-02Fix "no previous declaration" warningsJörg Mayer3-150/+150
Remove trailing ^M (cr) from some files svn path=/trunk/; revision=15175
2005-07-26Upade asn code for map_dialouge and use some functions from gsm_map.Anders Broman4-105/+151
svn path=/trunk/; revision=15105
2005-07-26Fixes from Gisle Vanem.Gerald Combs1-2/+2
svn path=/trunk/; revision=15101
2005-03-29README.developer says:Gerald Combs1-1/+1
"PROTOABBREV A name for the protocol for use in filter expressions; it should contain only lower-case letters, digits, and hyphens." In proto_register_protocol(), generate a warning if PROTOABBREV contains invalid characters. Along with the list above, allow underscores and periods. Fix up whitespace. Lower-case PROTOABBREV in several dissectors. svn path=/trunk/; revision=13967
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-5/+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-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 Sahlberg1-1/+1
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-12updates from tomas and andersRonnie Sahlberg1-0/+5
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-10-27"dissect_MAP_Dialogue()" returns no value; declare its return value asGuy Harris2-3/+4
"void". Fix a typo in the MAP Dialogue dissector template .h file. Re-generate the MAP Dialogue dissector files and set svn:keywords to Id and svn:eol-style to native for them. svn path=/trunk/; revision=12419
2004-10-27Fix a typo in the name of the directory for the MAP dialogue ASN.1Guy Harris4-0/+235
files. Set svn:eol-style to native for those files, and get rid of trailing CRs. Set svn:keywords to Id for those files. svn path=/trunk/; revision=12417