Refer to the endianness arguments as "encoding" rather than
[obnox/wireshark/wip.git] / plugins / asn1 /
2010-05-20 stigFixed warning "Field width should have type 'int'".
2010-05-14 morrissAdd Cmake stuff to the source distribution so more...
2010-04-05 etxrabGet rid of a bunch of check_col().
2010-03-18 jmayercmake changes:
2010-02-25 guyGenerate asn1/hnbap/Makefile.
2010-01-28 wmeierFix gcc -Wshadow warning.
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-19 stigAdded cast to (void *) for pointers used in printf...
2009-10-09 krjUse register_dissector_files in asn1 plugin
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-25 jmayerFix build of make and asn1 plugins.
2009-09-21 jmayerCMake:
2009-09-15 wmeierSave some memory: Don't statically allocate ett[] array...
2009-09-15 jmayerBuild the asn1 plugin. The only problem(?) is, that...
2009-09-13 morrissRun checkapi on the dissector header files
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-08-21 wmeier(Minor) Remove unneeded #includes.
2009-08-09 krjDon't guard col_clear with col_check
2009-08-03 geraldAdd some null checks.
2009-05-01 jakeFrom Reinhard Speyerer:
2009-04-16 geraldFix Win64 compilation problems in the plugins directory.
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-22 jakeFrom Robert Groenenberg:
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2008-12-22 wmeierFix some typos and spelling (mostly in text strings)
2008-12-19 geraldBack out r27047 and r27053.
2008-12-18 geraldUpdate calls to proto_tree_add_bytes_format to reflect...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-28 wmeier#include <emem.h>
2008-10-28 wmeierMinor cleanup for proto_register & proto_reg_handoff ...
2008-08-26 wmeier#include <emem.h> not req'd
2008-07-29 morrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-26 geraldAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-14 kukosafix missing brackets causing uninitialized hidden_item
2008-05-14 kukosaFrom Anders Broman:
2008-05-09 etxrabUse PROTO_ITEM_SET_HIDDEN().
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-04-14 jmayerGet rid of some unused functions to prevent -Werror...
2008-04-07 sfisherRemove GTK1 code.
2008-03-29 jakeRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-01 jakeCreate proper dependancies for plugin.c
2008-02-27 stigQuote argument to test in plugins Makefiles, as propose...
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2008-02-05 stigRewrote some prohibited APIs in plugins/ (sprintf,...
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-05-27 guyClean up white space.
2007-05-27 guyGet rid of trailing blank lines.
2007-05-06 etxrabStart introducing actx to ber functions.
2007-04-05 geraldAdd the make-dissector-reg scripts to the dependency...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFrom Sebastien Tandel:
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-23 sfisherFrom Sebastien Tandel:
2007-03-22 sfisherAdd -Werror when using GCC only to the Makefile.am...
2007-03-21 ulflset CFLAGS to block new warnings for all plugins (excep...
2007-03-21 ulflfix two MSVC warnings
2007-02-26 jake-Add the compiler version to the plugin resource
2007-01-12 ulflWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-10 jakeTrying to get buildbot Ubuntu-5.10-x86 distcheck to...
2007-01-10 kukosamove asn1.c/.h files into plugins/asn1 directory as...
2007-01-06 ulfladd experimental support for some more of the MSVC_VARI...
2007-01-03 ulflclean should also remove generated plugin.c and manifes...
2006-12-19 jakeAdd Windows version info resource.
2006-10-29 ulflput every python script name into "" so the call won...
2006-09-29 etxrabUse #defines from packet-ber.h rather than asn1.h chang...
2006-07-20 geraldsnprintf -> g_snprintf. Fix up whitespace.
2006-06-02 jmayerremove plugin.c in distlclean
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-02 geraldIt looks like g_fopen() in the version of GLib that...
2006-04-22 guyConvert most other plugin dissectors to use the make...
2006-03-30 geraldContinue to play whack-a-mole with null dereferences...
2006-03-27 geraldBe more paranoid about dereferencing pointers (and...
2006-03-27 geraldRemove some unused #defines.
2006-03-23 geraldFurther refinements for Coverity CID 42. Make some...
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-03-14 sahlbergcoverity bug 43
2006-03-09 sahlbergcoverity bug#42
2005-11-07 guyUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-09-01 sahlbergconvert to g_snprintf()
2005-08-08 ulflvarious code cleanup:
2005-08-05 etxrabFrom Thomas Steffen:
2005-07-24 guyRegister the port range preferences as such, rather...
2005-07-23 jmayer'char*' -> 'const char*' to fix warnings
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-05 lrolandPreparations for dropping the old plugin api.
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-01-02 guyCast the values passed to the <ctype.h> macros so as...
2004-12-25 ulfla lot of warnings removed, most of them about pointer...
2004-10-01 guyFrom Lars Roland: we need to define _NEED_VAR_IMPORT_...
next