aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-36/+304
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-03-27Added a check for a valid pointer to avoid a warning from clang.Stig Bjørlykke1-2/+2
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-3/+3
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-12-14tvb_free() can (now) be called from plugins on WindowsBill Meier1-5/+7
2011-11-12Fix some additional [-Wunused-but-set-variable]Bill Meier1-22/+14
2011-11-12fix [-Wunused-but-set-variable]Anders Broman1-6/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-04-22Assume the tags are mallocated, so they're properly aligned. Cast awayGuy Harris1-1/+1
2011-02-18Try to fix some Clan scan-build warnings.Gerald Combs1-1/+11
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-11-28From Robert Groenenberg:Anders Broman1-3/+32
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-08-21prefs_register_string_preference() overwrites the given value pointer with a ...Jeff Morriss1-1/+11
2010-05-20Fixed warning "Field width should have type 'int'".Stig Bjørlykke1-3/+3
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-05Get rid of a bunch of check_col().Anders Broman1-10/+4
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2010-01-28Fix gcc -Wshadow warning.Bill Meier1-3/+3
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-19Added cast to (void *) for pointers used in printf format %p.Stig Bjørlykke1-17/+17
2009-10-09Use register_dissector_files in asn1 pluginKovarththanan Rajaratnam1-25/+3
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-25Fix build of make and asn1 plugins.Jörg Mayer1-0/+5
2009-09-21CMake:Jörg Mayer1-0/+6
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+1
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer1-0/+69
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-08-21(Minor) Remove unneeded #includes.Bill Meier2-10/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-03Add some null checks.Gerald Combs1-1/+45
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-1/+1
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-22From Robert Groenenberg:Jaap Keuter1-1/+1
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-3/+3
2008-12-19Back out r27047 and r27053.Gerald Combs1-2/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-28#include <emem.h>Bill Meier1-0/+1
2008-10-28Minor cleanup for proto_register & proto_reg_handoff ...Bill Meier1-31/+32
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0