aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/p7
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-1/+1
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss11-26/+0
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-0/+1
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-11/+11
2013-09-17Fix remaining dependencides for -exp.cnf files.Jörg Mayer2-2/+9
2013-07-01Squelch some warnings.Guy Harris1-1/+1
2013-06-28Remove all global variables in P1 dissector. Bug 8515 (https://bugs.wireshar...Michael Mann2-33/+32
2013-06-14Add parentheses around assignment used as truth value.Jeff Morriss1-26/+26
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-10/+4
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+40
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
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-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-13/+9
2011-02-22Ensure we always have a valid top_tree for p1.content. This fixes a problemStig Bjørlykke1-0/+14
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke3-55/+55
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-5/+7
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-3/+0
2010-04-06Try to fix p7 compilation. Changed p7.cnf and regenerated but the generated d...Anders Broman1-0/+3
2009-12-19Regenerate P7 with SIZE constraints checking.Stig Bjørlykke5-7/+88
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-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-6/+2
2009-06-02Update to:Graeme Lunt2-6/+2
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-3/+3
2008-08-26Get rid of an unused variable in the P7 dissector.Guy Harris1-2/+0
2008-07-21See if this gets rid of some unused code warnings...Anders Broman1-54/+62
2008-01-02Additional EXPORTS for X.420 attributes and general fixes.Graeme Lunt3-2/+6
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-12-03Revised P7 dissector to use #.TABLE directive to generate tables for the ROS ...Graeme Lunt4-437/+155
2007-11-25Changes suggested/provided by Anders so that fewer changes are required to th...Graeme Lunt7-338/+757
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ...Graeme Lunt8-0/+2794