aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
2005-08-08various code cleanup:ulfl1-22/+22
2005-08-05From Thomas Steffen:etxrab1-1/+1
2005-07-24Register the port range preferences as such, rather than doing our ownguy1-223/+95
2005-07-23'char*' -> 'const char*' to fix warningsjmayer1-38/+41
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer1-1/+6
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asguy1-6/+6
2005-03-05Preparations for dropping the old plugin api.lroland2-15/+4
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-0/+2
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-01-02Cast the values passed to the <ctype.h> macros so as to avoidguy1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-32/+32
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weguy1-2/+2
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginguy1-1/+1
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherguy1-2/+11
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-27Routines called by "g_node_traverse()" return a Boolean - FALSE toguy1-0/+1
2004-09-19Preference strings don't remain null pointers for long - they getguy1-144/+185
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-4/+4
2004-08-26From Lars Roland: don't link with GTK+, as it's not necessary to do so,guy1-12/+2
2004-08-08Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-numberguy1-2/+4
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-31Change // to C90 style commentjmayer1-3/+4
2004-07-30From Matthijs Melchior:guy1-76/+455
2004-07-18 .cvsignore is deadjmayer1-21/+0
2004-07-18Add epan/dissectors/.cvsignorejmayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy3-3/+3
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