aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-2/+2
2004-03-02Note to self: If you update the code, you should update the docs too.Jörg Mayer1-2/+2
2004-02-22Make the default ASN.1 file be "no file", not {Ethereal installGuy Harris1-14/+20
2004-02-21Add routines that can be called from dissectors to report file open andGuy Harris1-3/+4
2004-02-20Fix a typo.Guy Harris1-2/+2
2004-02-20On Win32, don't treat "file not found" as an error when trying to loadGuy Harris1-3/+13
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs1-1/+5
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-6/+4
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.Ulf Lamping1-3/+9
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-5/+5
2004-01-18Remove unused rule to build packet-asn1-static.oJörg Mayer1-4/+1
2004-01-13From Matthijs Melchior: allow an absent or empty file name to mean "noGuy Harris1-1/+4
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
2003-12-21warning: comma at end of enumerator listJörg Mayer1-4/+4
2003-12-16using G_DIR_SEPARATOR_S instead of hardcoded slashUlf Lamping1-2/+2
2003-12-04From some reason, at least on Mac OS X 10.3, the change to have theGuy Harris1-2/+2
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris1-4/+3
2003-11-11Get rid of carriage returns in source files.Guy Harris1-17/+17
2003-11-09From Albert Chin: the HP-UX 10.20 C compiler doesn't allowGuy Harris1-3/+3
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-3/+3
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