aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
Commit message (Expand)AuthorAgeFilesLines
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-6/+6
* Preparations for dropping the old plugin api.Lars Roland2005-03-052-15/+4
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-0/+2
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-1/+1
* Cast the values passed to the <ctype.h> macros so as to avoidGuy Harris2005-01-021-2/+2
* a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping2004-12-251-32/+32
* From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris2004-10-011-2/+2
* In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris2004-09-291-1/+1
* From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris2004-09-291-2/+11
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Routines called by "g_node_traverse()" return a Boolean - FALSE toGuy Harris2004-09-271-0/+1
* Preference strings don't remain null pointers for long - they getGuy Harris2004-09-191-144/+185
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-4/+4
* From Lars Roland: don't link with GTK+, as it's not necessary to do so,Guy Harris2004-08-261-12/+2
* Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-numberGuy Harris2004-08-081-2/+4
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Change // to C90 style commentJörg Mayer2004-07-311-3/+4
* From Matthijs Melchior:Guy Harris2004-07-301-76/+455
* .cvsignore is deadJörg Mayer2004-07-181-21/+0
* Add epan/dissectors/.cvsignoreJörg Mayer2004-07-181-0/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-183-3/+3
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-12/+12
* Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot2004-04-251-2/+2
* Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot2004-04-141-1/+2
* Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris2004-03-231-2/+2
* Note to self: If you update the code, you should update the docs too.Jörg Mayer2004-03-021-2/+2
* Make the default ASN.1 file be "no file", not {Ethereal installGuy Harris2004-02-221-14/+20
* Add routines that can be called from dissectors to report file open andGuy Harris2004-02-211-3/+4
* Fix a typo.Guy Harris2004-02-201-2/+2
* On Win32, don't treat "file not found" as an error when trying to loadGuy Harris2004-02-201-3/+13
* From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs2004-02-181-1/+5
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-6/+4
* Added the ability to compile both GTK versions 1 and 2 at the same time.Ulf Lamping2004-01-241-3/+9
* Fix warnings found by -Wstrict-prototypesJörg Mayer2004-01-181-5/+5
* Remove unused rule to build packet-asn1-static.oJörg Mayer2004-01-181-4/+1
* From Matthijs Melchior: allow an absent or empty file name to mean "noGuy Harris2004-01-131-1/+4
* warning: ISO C does not allow extra ; outside of a functionJörg Mayer2003-12-211-2/+2
* warning: comma at end of enumerator listJörg Mayer2003-12-211-4/+4
* using G_DIR_SEPARATOR_S instead of hardcoded slashUlf Lamping2003-12-161-2/+2
* From some reason, at least on Mac OS X 10.3, the change to have theGuy Harris2003-12-041-2/+2
* Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris2003-11-171-4/+3
* Get rid of carriage returns in source files.Guy Harris2003-11-111-17/+17
* From Albert Chin: the HP-UX 10.20 C compiler doesn't allowGuy Harris2003-11-091-3/+3
* Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris2003-11-061-3/+3
* From Masaki Chikama: fix static compilation of "generic ASN.1" andGuy Harris2003-11-041-2/+2
* #ifdef out "#include <gtk/gtk.h>", so that --disable-ethereal works again.Gerald Combs2003-11-041-1/+3
* From Gisle Vanem:Gerald Combs2003-11-021-12/+10
* "strchr()" and the like would be compared against NULL; "strcmp()",Guy Harris2003-10-301-2/+2
* From Matthijs Melchior: #ifdef out the GUI code, for now.Guy Harris2003-10-291-1/+4