aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dop
Commit message (Expand)AuthorAgeFilesLines
* Apparently one of our major global headers must include emem.h, because I justEvan Huus2013-06-191-1/+2
* Convert ASN.1 dissectors to use filterable expert info.Michael Mann2013-06-031-1/+10
* Another set of asn1 protocols can now be generated with cmakeJörg Mayer2013-05-071-0/+40
* Just whitespace changesJörg Mayer2013-05-051-1/+2
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
* Fix a bunch of warnings.Guy Harris2012-12-261-3/+3
* To indicate that all bytes in the tvb were consumed, just return tvb_reported...Chris Maynard2012-10-241-1/+1
* 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
* 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-22/+18
* Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke2011-07-191-1/+1
* Use correct encoding for proto_tree_add_item().Stig Bjørlykke2011-07-191-1/+1
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* Make some prefs callback functions static. (These modules don't use proto_re...Jeff Morriss2010-12-061-6/+8
* #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
* Get rid of check_col();Anders Broman2010-01-172-12/+4
* Add some missing DSEType's.Stig Bjørlykke2010-01-111-1/+4
* Fixed some OPTIONAL vs. DEFAULT issues.Stig Bjørlykke2009-12-181-2/+2
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
* pkixcrmf -> crmf to make directory name consistent with filenamesKovarththanan Rajaratnam2009-10-102-4/+4
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* 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
* Remove more unused variables.Gerald Combs2009-07-301-1/+0
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
* Small cleanups mostly related to proto_reg_handoffBill Meier2008-11-111-8/+7
* Removal of #defined preference grouping and tidy up agreement id.Graeme Lunt2008-04-132-6/+2
* 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
* as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman2007-11-063-18/+11
* Change:Anders Broman2007-11-011-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-1/+1
* - Fix svn:ignore for all directoriesJörg Mayer2007-10-161-7/+7
* - 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/+29
* - Change Makefiles to include preincJörg Mayer2007-10-102-1/+3
* Convert some more protocols to new Makefile style.Jörg Mayer2007-10-076-90/+96
* Include expert.h and while at it change to use -X and -T options for asn2wrs.Anders Broman2007-09-054-4/+5
* Rewrote handling of parameters to get rid of "funky" oid strings.Stig Bjørlykke2007-09-042-31/+52
* replace oid_to_str_buf() and oid_to_str()Luis Ontanon2007-08-251-2/+2
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-1/+1
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-1/+1
* http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739Anders Broman2007-08-131-1/+1
* use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa2007-06-061-11/+11
* use ASN.1 type names in conformance file instead of Wireshak typesTomas Kukosa2007-06-052-24/+42
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-132-23/+27
* EXTERNAL type is handled in asn2wrs nowTomas Kukosa2007-05-032-3/+3