aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
2003-11-04From Masaki Chikama: fix static compilation of "generic ASN.1" andGuy Harris1-2/+2
2003-11-04#ifdef out "#include <gtk/gtk.h>", so that --disable-ethereal works again.Gerald Combs1-1/+3
2003-11-02From Gisle Vanem:Gerald Combs1-12/+10
2003-10-30"strchr()" and the like would be compared against NULL; "strcmp()",Guy Harris1-2/+2
2003-10-29From Matthijs Melchior: #ifdef out the GUI code, for now.Guy Harris1-1/+4
2003-10-28Use "get_datafile_path()", rather than constructing the default ASN.1Guy Harris1-6/+2
2003-10-28"get_datafile_dir()" is now in the plugin table.Guy Harris1-6/+1
2003-10-28As we don't supply a default ASN.1 SNACC output file, if we get anGuy Harris1-8/+12
2003-10-28This dissector uses GTK+ calls (which no dissector should); until that'sGuy Harris1-3/+3
2003-10-28Fix the Makefile to match other plugin Makefiles.Guy Harris1-21/+21
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,Guy Harris10-0/+5243