aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-12/+12
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingobiot1-1/+2
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesguy1-2/+2
2004-03-02Note to self: If you update the code, you should update the docs too.jmayer1-2/+2
2004-02-22Make the default ASN.1 file be "no file", not {Ethereal installguy1-14/+20
2004-02-21Add routines that can be called from dissectors to report file open andguy1-3/+4
2004-02-20Fix a typo.guy1-2/+2
2004-02-20On Win32, don't treat "file not found" as an error when trying to loadguy1-3/+13
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.gerald1-1/+5
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-6/+4
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.ulfl1-3/+9
2004-01-18Fix warnings found by -Wstrict-prototypesjmayer1-5/+5
2004-01-18Remove unused rule to build packet-asn1-static.ojmayer1-4/+1
2004-01-13From Matthijs Melchior: allow an absent or empty file name to mean "noguy1-1/+4
2003-12-21warning: ISO C does not allow extra ; outside of a functionjmayer1-2/+2
2003-12-21warning: comma at end of enumerator listjmayer1-4/+4
2003-12-16using G_DIR_SEPARATOR_S instead of hardcoded slashulfl1-2/+2
2003-12-04From some reason, at least on Mac OS X 10.3, the change to have theguy1-2/+2
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).guy1-4/+3
2003-11-11Get rid of carriage returns in source files.guy1-17/+17
2003-11-09From Albert Chin: the HP-UX 10.20 C compiler doesn't allowguy1-3/+3
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherguy1-3/+3
2003-11-04From Masaki Chikama: fix static compilation of "generic ASN.1" andguy1-2/+2
2003-11-04#ifdef out "#include <gtk/gtk.h>", so that --disable-ethereal works again.gerald1-1/+3
2003-11-02From Gisle Vanem:gerald1-12/+10
2003-10-30"strchr()" and the like would be compared against NULL; "strcmp()",guy1-2/+2
2003-10-29From Matthijs Melchior: #ifdef out the GUI code, for now.guy1-1/+4
2003-10-28Use "get_datafile_path()", rather than constructing the default ASN.1guy1-6/+2
2003-10-28"get_datafile_dir()" is now in the plugin table.guy1-6/+1
2003-10-28As we don't supply a default ASN.1 SNACC output file, if we get anguy1-8/+12
2003-10-28This dissector uses GTK+ calls (which no dissector should); until that'sguy1-3/+3
2003-10-28Fix the Makefile to match other plugin Makefiles.guy1-21/+21
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,guy10-0/+5243