aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmip.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-830/+1469
2007-07-02Correct a copy paste error and rename fields.etxrab1-144/+144
2007-07-01Try to fix defined but not used warnings and use the nice new table function ...etxrab1-142/+92
2007-06-27Try to fix the last defined but not used warnings(again).etxrab1-591/+839
2007-06-26Try to fix the last defined but not used warnings.etxrab1-258/+30
2007-06-26Try to fix some GCC warningsetxrab1-31/+438
2007-06-25Generate CMIP from original asn1 files with -X and -T option.etxrab1-1922/+3688
2007-05-24few BER dissectors regeneratedkukosa1-113/+113
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-224/+224
2007-05-15actx in the rest of dissect_ber..()letxrab1-42/+42
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-622/+646
2007-05-06Start introducing actx to ber functions.etxrab1-133/+133
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-8/+8
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-261/+261
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-133/+133
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-7/+8
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-26/+26
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-26/+73
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-53/+22
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.etxrab1-96/+137
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.guy1-31/+31
2005-08-25Fix malformed packet if linkedId is present dissect some OID:setxrab1-163/+552
2005-08-02Some warning fixes for "no previous declaration"jmayer1-1/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-41/+54
2005-06-30fix a bug in the conformance file for CMIP to make it compile againsahlberg1-108/+142
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-36/+36
2005-06-23fix for CMIP, we should set the opcode_type BEFORE we try to use it in the...sahlberg1-12/+12
2005-06-22remove a dissector table we no longer use from ACSEsahlberg1-5/+0
2005-06-19make cmip and ftam also register by ber oid so that they will work when the n...sahlberg1-0/+1
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-3/+3
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-6/+11
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...sahlberg1-63/+64
2004-12-12some cmip updates to handle m-Action and m-Action-confirmedsahlberg1-2/+2
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...sahlberg1-4/+4
2004-12-12updates from tomas and anderssahlberg1-27/+27
2004-11-27it appears that a SES_REFUSE spdu actually contains a CMIP-A-ASSOCIATE and n...sahlberg1-1/+1
2004-11-21cmip update add all remaining functions Arguments and Resultssahlberg1-179/+1509
2004-11-21update to cmipsahlberg1-167/+345
2004-11-14theis is the actual dissector for the new protocol : CMIPsahlberg1-0/+1648