aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dop
AgeCommit message (Expand)AuthorFilesLines
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-22/+18
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-1/+1
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Make some prefs callback functions static. (These modules don't use proto_re...Jeff Morriss1-6/+8
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-17Get rid of check_col();Anders Broman2-12/+4
2010-01-11Add some missing DSEType's.Stig Bjørlykke1-1/+4
2009-12-18Fixed some OPTIONAL vs. DEFAULT issues.Stig Bjørlykke1-2/+2
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-10pkixcrmf -> crmf to make directory name consistent with filenamesKovarththanan Rajaratnam2-4/+4
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-30Remove more unused variables.Gerald Combs1-1/+0
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-11Small cleanups mostly related to proto_reg_handoffBill Meier1-8/+7
2008-04-13Removal of #defined preference grouping and tidy up agreement id.Graeme Lunt2-6/+2
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman3-18/+11
2007-11-01Change:Anders Broman1-1/+1
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-17/+17
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-7/+7
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-0/+3
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-1/+29
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-07Convert some more protocols to new Makefile style.Jörg Mayer6-90/+96
2007-09-05Include expert.h and while at it change to use -X and -T options for asn2wrs.Anders Broman4-4/+5
2007-09-04Rewrote handling of parameters to get rid of "funky" oid strings.Stig Bjørlykke2-31/+52
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-2/+2
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-08-13http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739Anders Broman1-1/+1
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-11/+11
2007-06-05use ASN.1 type names in conformance file instead of Wireshak typesTomas Kukosa2-24/+42
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-23/+27
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa2-3/+3
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-1/+1
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa2-18/+19
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENTomas Kukosa1-2/+2
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-9/+2
2006-05-23Ethereal -> WiresharkTomas Kukosa1-0/+9
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-04-30Operational Attributes and SyntaxesGraeme Lunt3-8/+241