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.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-830/+1469
2007-07-02Correct a copy paste error and rename fields.Anders Broman1-144/+144
2007-07-01Try to fix defined but not used warnings and use the nice new table function ...Anders Broman1-142/+92
2007-06-27Try to fix the last defined but not used warnings(again).Anders Broman1-591/+839
2007-06-26Try to fix the last defined but not used warnings.Anders Broman1-258/+30
2007-06-26Try to fix some GCC warningsAnders Broman1-31/+438
2007-06-25Generate CMIP from original asn1 files with -X and -T option.Anders Broman1-1922/+3688
2007-05-24few BER dissectors regeneratedTomas Kukosa1-113/+113
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-224/+224
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-42/+42
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-622/+646
2007-05-06Start introducing actx to ber functions.Anders Broman1-133/+133
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-8/+8
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-261/+261
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-133/+133
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-7/+8
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-26/+26
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-26/+73
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-53/+22
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-0/+1
2005-08-29MapDialougePDU.cnfAnders Broman1-1/+2
2005-08-28Co ordidnate CMIP abd GNM.Anders Broman1-96/+137
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.Guy Harris1-31/+31
2005-08-25Fix malformed packet if linkedId is present dissect some OID:sAnders Broman1-163/+552
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-41/+54
2005-06-30fix a bug in the conformance file for CMIP to make it compile againRonnie Sahlberg1-108/+142
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-36/+36
2005-06-23fix for CMIP, we should set the opcode_type BEFORE we try to use it in the...Ronnie Sahlberg1-12/+12
2005-06-22remove a dissector table we no longer use from ACSERonnie Sahlberg1-5/+0
2005-06-19make cmip and ftam also register by ber oid so that they will work when the n...Ronnie Sahlberg1-0/+1
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-3/+3
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-6/+11
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-63/+64
2004-12-12some cmip updates to handle m-Action and m-Action-confirmedRonnie Sahlberg1-2/+2
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-4/+4
2004-12-12updates from tomas and andersRonnie Sahlberg1-27/+27
2004-11-27it appears that a SES_REFUSE spdu actually contains a CMIP-A-ASSOCIATE and n...Ronnie Sahlberg1-1/+1
2004-11-21cmip update add all remaining functions Arguments and ResultsRonnie Sahlberg1-179/+1509
2004-11-21update to cmipRonnie Sahlberg1-167/+345
2004-11-14theis is the actual dissector for the new protocol : CMIPRonnie Sahlberg1-0/+1648