aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/p7
AgeCommit message (Expand)AuthorFilesLines
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