aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dop/packet-dop-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-346/+0
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-01-19Convert OID APIs to use wmem.Michael Mann1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-2/+0
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-8/+16
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-6/+5
2014-06-19batch of manual tvb_length conversionsEvan Huus1-2/+2
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-3/+3
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-3/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-11/+5
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann1-18/+21
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-1/+2
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-1/+10
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-10-24To indicate that all bytes in the tvb were consumed, just return tvb_reported...Chris Maynard1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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 Broman1-6/+2
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
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 Lunt1-5/+1
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-09-05Include expert.h and while at it change to use -X and -T options for asn2wrs.Anders Broman1-0/+1
2007-09-04Rewrote handling of parameters to get rid of "funky" oid strings.Stig Bjørlykke1-4/+25
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-13http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739Anders Broman1-1/+1
2007-06-05use ASN.1 type names in conformance file instead of Wireshak typesTomas Kukosa1-0/+10
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-2/+6
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-17/+18
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENTomas Kukosa1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Operational Attributes and SyntaxesGraeme Lunt1-0/+18
2005-12-14From Grame Lunt:Anders Broman1-10/+11