aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg3-6/+6
2006-05-02It looks like g_fopen() in the version of GLib that we ship with WindowsGerald Combs1-4/+3
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris4-40/+161
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.Gerald Combs1-2/+2
2006-03-27Be more paranoid about dereferencing pointers (and improve readabilityGerald Combs1-33/+56
2006-03-27Remove some unused #defines.Gerald Combs1-4/+0
2006-03-23Further refinements for Coverity CID 42. Make some "0"s (which were Gerald Combs1-137/+139
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-03-14coverity bug 43Ronnie Sahlberg1-1/+4
2006-03-09coverity bug#42Ronnie Sahlberg1-1/+3
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-3/+4
2005-09-01convert to g_snprintf()Ronnie Sahlberg1-3/+0
2005-08-08various code cleanup:Ulf Lamping1-22/+22
2005-08-05From Thomas Steffen:Anders Broman1-1/+1
2005-07-24Register the port range preferences as such, rather than doing our ownGuy Harris1-223/+95
2005-07-23'char*' -> 'const char*' to fix warningsJörg Mayer1-38/+41
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-1/+6
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland2-15/+4
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-02Cast the values passed to the <ctype.h> macros so as to avoidGuy Harris1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-32/+32
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris1-1/+1
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-27Routines called by "g_node_traverse()" return a Boolean - FALSE toGuy Harris1-0/+1
2004-09-19Preference strings don't remain null pointers for long - they getGuy Harris1-144/+185
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-4/+4
2004-08-26From Lars Roland: don't link with GTK+, as it's not necessary to do so,Guy Harris1-12/+2
2004-08-08Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-numberGuy Harris1-2/+4
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-31Change // to C90 style commentJörg Mayer1-3/+4
2004-07-30From Matthijs Melchior:Guy Harris1-76/+455
2004-07-18 .cvsignore is deadJörg Mayer1-21/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris3-3/+3
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-12/+12
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