aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip
Commit message (Expand)AuthorAgeFilesLines
* Another hour gone, another set of protocols.Jörg Mayer2013-05-071-0/+40
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
* svn path=/trunk/; revision=48440Anders Broman2013-03-201-0/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-285-5/+5
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Don't generate the conformance file for exported types when building theJeff Morriss2011-10-141-1/+1
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-7/+3
* Added a dissector table for AttributeId localForm.Stig Bjørlykke2011-02-102-6/+22
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-2/+0
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
* Use correct opcode table for error values and regular values.Stig Bjørlykke2009-11-131-21/+7
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* Fix a possible dereference of null pointer when having no tree.Stig Bjørlykke2009-09-271-10/+6
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-6/+2
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Rework an assignment to keep static analyzers from complaining.Gerald Combs2009-08-031-4/+4
* More header_field_info cleanup.Stig Bjørlykke2009-06-221-8/+8
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
* Get rid of some unused code warnings.Anders Broman2008-07-221-1/+1
* asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer2007-12-191-1/+2
* ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa2007-12-101-1/+1
* Update do use the -X and -T asn2wrs flags.Anders Broman2007-11-041-1/+1
* Use oid_add_from_string for adding names.Anders Broman2007-10-311-17/+17
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-2/+2
* - Fix svn:ignore for all directoriesJörg Mayer2007-10-161-1/+1
* - Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer2007-10-111-0/+3
* Add missing dependencies and update syntax of existing ones.Jörg Mayer2007-10-101-1/+5
* - Change Makefiles to include preincJörg Mayer2007-10-102-1/+3
* Fix order of external files (without affecting other protos).Jörg Mayer2007-10-091-3/+3
* Convert some more protocols to new Makefile style.Jörg Mayer2007-10-071-46/+0
* Change some additional protocols to the new build systemJörg Mayer2007-09-255-64/+106
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-2/+2
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-2/+2
* New Camel dissector built with -X and -T option and origninal ASN1 files.Anders Broman2007-07-051-9/+3
* Correct a copy paste error and rename fields.Anders Broman2007-07-021-17/+31
* Try to fix defined but not used warnings and use the nice new table function ...Anders Broman2007-07-014-45/+35
* Try to fix the last defined but not used warnings(again).Anders Broman2007-06-273-37/+146
* Try to fix the last defined but not used warnings.Anders Broman2007-06-261-0/+19
* Try to fix some GCC warningsAnders Broman2007-06-261-17/+105
* Generate CMIP from original asn1 files with -X and -T option.Anders Broman2007-06-255-67/+146
* Add some more asn1 modules.Anders Broman2007-06-113-0/+747
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-1/+1
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-132-91/+58
* EXTERNAL type is handled in asn2wrs nowTomas Kukosa2007-05-032-6/+6
* change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg2007-03-211-1/+1
* put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping2006-10-291-1/+1
* remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa2006-06-281-2/+3