aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmip.c
AgeCommit message (Collapse)AuthorFilesLines
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