aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/disp
AgeCommit message (Expand)AuthorFilesLines
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-2/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-8/+25
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
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-2/+2
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-2/+2
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-0/+6
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss7-17/+0
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-10/+4
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-16/+18
2013-09-18Fix a couple of EXPORT_DEPENDSChris Maynard1-1/+1
2013-09-17When building packet-dap.c on an empty build tree, packet-dap.c wouldJörg Mayer2-1/+8
2013-09-15Fix checkapi warnings (missing id)Jörg Mayer1-2/+4
2013-05-07Another set of asn1 protocols can now be generated with cmakeJörg Mayer1-0/+39
2013-05-05Just whitespace changesJörg Mayer1-1/+2
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2012-12-26Fix a bunch of warnings.Guy Harris1-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 Zawadzki5-5/+5
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
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-19/+15
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-7/+9
2010-04-08My try at fixing Bug 4653; (Also reverts SVN #32420)Bill Meier1-9/+4
2010-04-07A stab at [Bug 4653] New: dap ASN1 generated dissector differs from epan/diss...Anders Broman1-4/+9
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-23/+8
2010-01-11Add missing DEFAULT for UpdateMode.Stig Bjørlykke1-1/+1
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-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-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-11/+9
2008-09-19Dump the unsupported opcode for invoke result and invoke error,Stig Bjørlykke1-2/+4
2008-04-13Remove #defined preference groupingGraeme Lunt1-4/+0
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 Broman1-3/+2
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman2-9/+3
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-5/+5
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt1-1/+1