aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip
AgeCommit message (Expand)AuthorFilesLines
2007-10-31Use oid_add_from_string for adding names.etxrab1-17/+17
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-10-16- Fix svn:ignore for all directoriesjmayer1-1/+1
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-0/+3
2007-10-10Add missing dependencies and update syntax of existing ones.jmayer1-1/+5
2007-10-10- Change Makefiles to include preincjmayer2-1/+3
2007-10-09Fix order of external files (without affecting other protos).jmayer1-3/+3
2007-10-07Convert some more protocols to new Makefile style.jmayer1-46/+0
2007-09-25Change some additional protocols to the new build systemjmayer5-64/+106
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-2/+2
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-2/+2
2007-07-05New Camel dissector built with -X and -T option and origninal ASN1 files.etxrab1-9/+3
2007-07-02Correct a copy paste error and rename fields.etxrab1-17/+31
2007-07-01Try to fix defined but not used warnings and use the nice new table function ...etxrab4-45/+35
2007-06-27Try to fix the last defined but not used warnings(again).etxrab3-37/+146
2007-06-26Try to fix the last defined but not used warnings.etxrab1-0/+19
2007-06-26Try to fix some GCC warningsetxrab1-17/+105
2007-06-25Generate CMIP from original asn1 files with -X and -T option.etxrab5-67/+146
2007-06-11Add some more asn1 modules.etxrab3-0/+747
2007-05-15actx in the rest of dissect_ber..()letxrab1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab2-91/+58
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa2-6/+6
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-1/+1
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...ulfl1-1/+1
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-2/+3
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-3/+0
2006-05-23Ethereal -> Wiresharkkukosa1-0/+9
2006-05-21- asn2eth renamed to asn2wrskukosa2-5/+5
2006-05-21name changesahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.guy1-0/+4
2006-03-30call OID subdissector for private extensiions, fix makefiles.etxrab1-2/+2
2006-02-23Add parsertab.pyc in clean targetetxrab1-1/+1
2006-02-22Add some missing files.etxrab1-0/+22
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa2-59/+34
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in ordergerald1-2/+2
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,etxrab1-0/+1
2005-08-29MapDialougePDU.cnfetxrab1-1/+2
2005-08-28Co ordidnate CMIP abd GNM.etxrab3-38/+38
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.guy1-30/+30
2005-08-25Fix malformed packet if linkedId is present dissect some OID:setxrab2-5/+151
2005-08-02Fix svn properties where needed:jmayer3-3/+3
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-1/+1
2005-06-30fix a bug in the conformance file for CMIP to make it compile againsahlberg1-2/+2
2005-06-25some updates for CMIP.sahlberg3-3/+9
2005-06-25Make ACSE export the EXTERNAL construct since both CMIP and FTAM rely on it.sahlberg1-8/+4
2005-06-23fix for CMIP, we should set the opcode_type BEFORE we try to use it in the...sahlberg1-4/+4
2005-06-22remove a dissector table we no longer use from ACSEsahlberg1-6/+0
2005-06-19register cmip as ber oid dissectorsahlberg1-0/+2
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-3/+3
2005-01-16When using Cygwin's python asn2eth.pylroland1-7/+25