aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmip.c
AgeCommit message (Collapse)AuthorFilesLines
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-261/+261
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-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-133/+133
svn path=/trunk/; revision=18921
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵Tomas Kukosa1-7/+8
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-26/+26
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-26/+73
svn path=/trunk/; revision=16736
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-53/+22
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated svn path=/trunk/; revision=16501
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-0/+1
based on the code in ACSE. svn path=/trunk/; revision=15643
2005-08-29MapDialougePDU.cnfAnders Broman1-1/+2
Fix a typo. packet-ber.c packet-acse.c packet-cmip.c - Add OID(s) packet-ses.c Fix export of a value string and change names to the ones used in the protocol spec. Replace PRES dissector with an asn2eth generated one. svn path=/trunk/; revision=15614
2005-08-28Co ordidnate CMIP abd GNM.Anders Broman1-96/+137
svn path=/trunk/; revision=15593
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.Guy Harris1-31/+31
Fix the spelling of "attribute". svn path=/trunk/; revision=15537
2005-08-25Fix malformed packet if linkedId is present dissect some OID:sAnders Broman1-163/+552
svn path=/trunk/; revision=15533
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
Remove svn:executable Add svn:eol-style native Add svn:keywords Id svn path=/trunk/; revision=15179
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-41/+54
svn path=/trunk/; revision=14980
2005-06-30fix a bug in the conformance file for CMIP to make it compile againRonnie Sahlberg1-108/+142
(semi-recent changes to asn2eth and PARAM handling makes us have to use double %% in some BODY statements) at the same time, regenerate it so it also benefit from bugfixes to handling of indefinite length svn path=/trunk/; revision=14823
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-36/+36
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-23fix for CMIP, we should set the opcode_type BEFORE we try to use it in ↵Ronnie Sahlberg1-12/+12
the subdissector, it doesnt work really that well if we have opcode_type set to INVOKE from the previous packet and this new packet contains a ReturnResult. svn path=/trunk/; revision=14733
2005-06-22remove a dissector table we no longer use from ACSERonnie Sahlberg1-5/+0
and also from the CMIP and FTAM dissectors that tried to register against it. Implement a workaround for the asn2eth bug (can not yet handle tagged assignments) to the conformance file and remove the warnings from the template file. Since workaround is implemented in conformance file, make make copy_files install the dissector instead of printing a warning message. svn path=/trunk/; revision=14725
2005-06-19make cmip and ftam also register by ber oid so that they will work when the ↵Ronnie Sahlberg1-0/+1
new ACSE goes in svn path=/trunk/; revision=14696
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-3/+3
buffer overflow found while fuzz testing. svn path=/trunk/; revision=14169
2004-12-25a lot of warnings removed, most of them about pointer to int casts without ↵Ulf Lamping1-6/+11
using the appropriate GLib macros svn path=/trunk/; revision=12832
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-63/+64
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740
2004-12-12some cmip updates to handle m-Action and m-Action-confirmedRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12734
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update ↵Ronnie Sahlberg1-4/+4
all dissectors using GeneralizedTime svn path=/trunk/; revision=12732
2004-12-12updates from tomas and andersRonnie Sahlberg1-27/+27
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-11-27it appears that a SES_REFUSE spdu actually contains a CMIP-A-ASSOCIATE and ↵Ronnie Sahlberg1-1/+1
not a CMIP-A-ABORT svn path=/trunk/; revision=12608
2004-11-21cmip update add all remaining functions Arguments and ResultsRonnie Sahlberg1-179/+1509
svn path=/trunk/; revision=12570
2004-11-21update to cmipRonnie Sahlberg1-167/+345
add functions m-action and m-action-confirmed svn path=/trunk/; revision=12564
2004-11-14theis is the actual dissector for the new protocol : CMIPRonnie Sahlberg1-0/+1648
svn path=/trunk/; revision=12523