summaryrefslogtreecommitdiff
path: root/asn1/ftam
AgeCommit message (Collapse)AuthorFilesLines
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-16/+16
svn path=/trunk/; revision=21889
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-19/+19
svn path=/trunk/; revision=21773
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-50/+54
svn path=/trunk/; revision=21753
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa3-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-12/+13
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 Kukosa3-75/+84
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-04-03Fix bug http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=850 problems with ↵Anders Broman3-19/+11
tagged assignments. Add som OID names. svn path=/trunk/; revision=17798
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/+24
svn path=/trunk/; revision=17366
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-8/+5
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501
2005-10-24From Graeme Lunt:Anders Broman2-1/+10
The ftbp.patch file includes: a) A fix to acse.cnf which works around an asn2eth bug (it is the AE-qualifier EXPORT I want, but asn2eth doesn't generate the appropriate extern for the values). Also a small cosmetic change for EXTERNAL decodings. b) New EXPORTs for the FTAM dissector for use in FTBP. c) A fix to asn2eth to solve the problem if you EXPORT types that include a '-' character in the name (e.g. "AE-qualifier" from acse.cnf, "Date-and-Time-Attribute" from ftam.cnf). The problem is that asn2eth generates the "xxxx-exp.cnf" file using the 'C' name (which has replaced '-' with '_') rather than the original 'ASN' name. The fix just undoes the replacement as I couldn't see the original name being preserved anywhere. There still remains a problem if the type has a '.' in the name - but generally I don't think they do. * Better ROS handling and registration * Simplified RTSE registration * X411 column information, extension naming and use of new RTSE/ROS registration * X420 notification extensions, warnings removal and export of ExtensionsField (missed from recent FTBP patch). * Better highlighting of S4406 protocol. svn path=/trunk/; revision=16296
2005-09-09Dissect "nbs-9".Anders Broman2-2/+16
svn path=/trunk/; revision=15742
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-06Ftam - Use some mofe FN_PAR:sAnders Broman1-6/+5
PRES Dissect PDU type based on SS-user data from SES(Info from asn1 file). svn path=/trunk/; revision=15703
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman2-11/+21
svn path=/trunk/; revision=15688
2005-08-02Fix svn properties where needed:Jörg Mayer6-2/+2
Remove svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15178
2005-08-01- update ftam.cnf for new asn2eth compilerTomas Kukosa1-4/+4
- usage of #.FN_PARS in h225 and h245 dissectors - PER dissectors regenerated svn path=/trunk/; revision=15162
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-7/+7
svn path=/trunk/; revision=14980
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris1-38/+38
svn path=/trunk/; revision=14903
2005-06-29fix a typo for the name of a bitRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=14817
2005-06-28addition of NBS9 Ronnie Sahlberg2-230/+273
and bugfix for FTAM where we sometimes forgot to check if the tag was implicit. svn path=/trunk/; revision=14802
2005-06-26Fix a compiler warning and set eol-style.Anders Broman3-3/+5
svn path=/trunk/; revision=14773
2005-06-26prettify ftam by puttign the command name in the info columnRonnie Sahlberg2-2/+47
svn path=/trunk/; revision=14759
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-6/+6
index of the branch taken or -1 to make prettifications easier to implement. change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all occurences of the use of this function update asn2eth to use the new name/signature update all occurences of this function to the new name and new signature. svn path=/trunk/; revision=14758
2005-06-25new FTAM dissector generated by asn2ethRonnie Sahlberg6-0/+2490
svn path=/trunk/; revision=14747