aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip
AgeCommit message (Expand)AuthorFilesLines
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-04-09REplace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-02-17CMIP: get rid of some evil global variablesPascal Quantin2-31/+20
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-2/+2
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-2/+14
2014-07-31Add more files to the distribution.Guy Harris1-0/+4
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-19batch of manual tvb_length conversionsEvan Huus1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-3/+3
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-3/+3
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-0/+3
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-50/+50
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-18/+0
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-7/+3
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann2-33/+38
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-15/+15
2013-10-27More SVN properties cleanup.Jeff Morriss1-0/+1
2013-05-07Another hour gone, another set of protocols.Jörg Mayer1-0/+40
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-20svn path=/trunk/; revision=48440Anders Broman1-0/+3
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 Zawadzki5-5/+5
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
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-7/+3
2011-02-10Added a dissector table for AttributeId localForm.Stig Bjørlykke2-6/+22
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
2009-11-13Use correct opcode table for error values and regular values.Stig Bjørlykke1-21/+7
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-09-27Fix a possible dereference of null pointer when having no tree.Stig Bjørlykke1-10/+6
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-6/+2
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-08-03Rework an assignment to keep static analyzers from complaining.Gerald Combs1-4/+4
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-8/+8
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-07-22Get rid of some unused code warnings.Anders Broman1-1/+1
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-04Update do use the -X and -T asn2wrs flags.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-2/+2
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+1