aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmip.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman1-1/+1
svn path=/trunk/; revision=23356
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-1/+1
svn path=/trunk/; revision=23318
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-07-01Try to fix defined but not used warnings and use the nice new table function ↵Anders Broman1-1/+1
to get the list of Opcodes. svn path=/trunk/; revision=22227
2007-06-27Try to fix the last defined but not used warnings(again).Anders Broman1-0/+7
svn path=/trunk/; revision=22204
2007-06-25Generate CMIP from original asn1 files with -X and -T option.Anders Broman1-5/+5
svn path=/trunk/; revision=22187
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-8/+8
svn path=/trunk/; revision=21753
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-9/+9
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-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+3
- 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-3/+4
svn path=/trunk/; revision=16736
2005-08-28Co ordidnate CMIP abd GNM.Anders Broman1-1/+7
svn path=/trunk/; revision=15593
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.Guy Harris1-1/+1
Fix the spelling of "attribute". svn path=/trunk/; revision=15537
2005-08-25Fix malformed packet if linkedId is present dissect some OID:sAnders Broman1-1/+1
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-06-30fix a bug in the conformance file for CMIP to make it compile againRonnie Sahlberg1-1/+1
(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
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-0/+1
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-12update the helper for BER GeneralizedTime to handle implicit tag and update ↵Ronnie Sahlberg1-1/+1
all dissectors using GeneralizedTime svn path=/trunk/; revision=12732
2004-12-12updates from tomas and andersRonnie Sahlberg1-1/+1
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-14theis is the actual dissector for the new protocol : CMIPRonnie Sahlberg1-0/+48
svn path=/trunk/; revision=12523