aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/mms
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-15branch_taken that is returned by dissect_ber_choice() is the index of Ronnie Sahlberg1-3/+4
of the branch and not the tag value so one cant use it with val_to_str() (well one can in this instance since by luck the tag values match the indices) svn path=/trunk/; revision=23452
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-1/+1
- 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-10More conversions and updates to existing Makefile stuffJörg Mayer1-17/+0
svn path=/trunk/; revision=23127
2007-10-09More Makefile updatesJörg Mayer4-57/+96
svn path=/trunk/; revision=23113
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2-2/+2
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-06-05Regenerate the MMS dissector with -T and -X options.Anders Broman3-3/+3
svn path=/trunk/; revision=22047
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-4/+2
svn path=/trunk/; revision=21889
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-8/+11
svn path=/trunk/; revision=21753
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-6/+6
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-04-28From Gavin Heer:Anders Broman2-2/+52
Here's a patch that decodes MMS(Manufacturing Messaging Specification) when transported over COTP/TPKT/TCP. Previously, MMS would only be decoded if the OSI Presentation Layers were present. Now MMS/COTP/TPKT/TCP is dissected. With a change to use more functions from packet-ber svn path=/trunk/; revision=21608
2007-04-12Workaround for the ber CHOICE crash.Anders Broman2-168/+183
svn path=/trunk/; revision=21392
2006-11-21Revert changes to have named bits in the bitstring of unknown length.Anders Broman1-516/+1
svn path=/trunk/; revision=19954
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-08-21prettify the MMS dissector by at least putting the pdu name in the info columnRonnie Sahlberg1-0/+12
svn path=/trunk/; revision=18975
2006-08-21 from Angel de JuanRonnie Sahlberg2-2/+517
make mms bitstrings easier to read -- Hi, this is my new mms with some changes in order to display some data in binary instead of hex. Excuse me because is not a diff from the repository, but I don't know how to create a diff. I also have the compiled packet-mms.c and packet-mms.h if you want it only mail me. svn path=/trunk/; revision=18974
2006-05-23Ethereal -> WiresharkTomas Kukosa2-2/+11
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=17387
2006-01-05Bill Meier:Jörg Mayer1-1/+1
Spelling fixes. svn path=/trunk/; revision=16956
2005-12-18Get rid of an unused variable.Guy Harris1-2/+0
svn path=/trunk/; revision=16840
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-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman1-2/+2
svn path=/trunk/; revision=15688
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-1/+1
svn path=/trunk/; revision=15664
2005-08-02set svn:eol-style and svn:keywordsJörg Mayer5-5/+5
svn path=/trunk/; revision=15177
2005-07-03New protocol :Ronnie Sahlberg7-0/+2467
MMS Manufacturing Message Specification svn path=/trunk/; revision=14836