aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2-9/+9
2008-05-14fix missing brackets causing uninitialized hidden_itemTomas Kukosa1-2/+3
2008-05-14From Anders Broman:Tomas Kukosa1-58/+118
2008-05-09Use PROTO_ITEM_SET_HIDDEN().Anders Broman1-25/+26
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+4
2008-04-14Get rid of some unused functions to prevent -Werror from causing the compile ...Jörg Mayer1-0/+6
2008-04-07Remove GTK1 code.Stephen Fisher1-3/+1
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke1-3/+3
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon3-2/+4
2007-05-27Clean up white space.Guy Harris1-2/+3
2007-05-27Get rid of trailing blank lines.Guy Harris1-1/+0
2007-05-06Start introducing actx to ber functions.Anders Broman2-1/+45
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-34/+34
2007-03-23From Sebastien Tandel:Stephen Fisher3-78/+89
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
2007-03-23From Sebastien Tandel:Stephen Fisher1-3/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+4
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping1-1/+1
2007-03-21fix two MSVC warningsUlf Lamping1-2/+2
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter2-3/+5
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
2007-01-10Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again.Jaap Keuter2-1/+12
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowTomas Kukosa4-2/+1208
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-1/+1
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-19Add Windows version info resource.Jaap Keuter4-9/+87
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-09-29Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.Anders Broman1-103/+104
2006-07-20snprintf -> g_snprintf. Fix up whitespace.Gerald Combs1-1/+1
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2