aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
Commit message (Expand)AuthorAgeFilesLines
* Added cast to (void *) for pointers used in printf format %p.Stig Bjørlykke2009-10-191-17/+17
* Use register_dissector_files in asn1 pluginKovarththanan Rajaratnam2009-10-091-25/+3
* Build plugins with cmake on OSX.Stig Bjørlykke2009-10-061-0/+2
* Fix build of make and asn1 plugins.Jörg Mayer2009-09-251-0/+5
* CMake:Jörg Mayer2009-09-211-0/+6
* Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier2009-09-151-1/+1
* Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer2009-09-151-0/+69
* Run checkapi on the dissector header filesJeff Morriss2009-09-132-2/+2
* We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam2009-09-091-1/+1
* (Minor) Remove unneeded #includes.Bill Meier2009-08-212-10/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Add some null checks.Gerald Combs2009-08-031-1/+45
* From Reinhard Speyerer:Jaap Keuter2009-05-011-1/+1
* Fix Win64 compilation problems in the plugins directory.Gerald Combs2009-04-161-1/+1
* Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs2009-03-021-3/+0
* From Robert Groenenberg:Jaap Keuter2009-02-221-1/+1
* add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping2009-02-021-0/+3
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-221-3/+3
* Back out r27047 and r27053.Gerald Combs2008-12-191-2/+2
* Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs2008-12-181-2/+2
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* #include <emem.h>Bill Meier2008-10-281-0/+1
* Minor cleanup for proto_register & proto_reg_handoff ...Bill Meier2008-10-281-31/+32
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss2008-07-291-1/+1
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-021-0/+3
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-011-1/+1
* Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs2008-06-261-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-222-9/+9
* fix missing brackets causing uninitialized hidden_itemTomas Kukosa2008-05-141-2/+3
* From Anders Broman:Tomas Kukosa2008-05-141-58/+118
* Use PROTO_ITEM_SET_HIDDEN().Anders Broman2008-05-091-25/+26
* Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman2008-05-051-0/+4
* Get rid of some unused functions to prevent -Werror from causing the compile ...Jörg Mayer2008-04-141-0/+6
* Remove GTK1 code.Stephen Fisher2008-04-071-3/+1
* Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter2008-03-291-2/+2
* Create proper dependancies for plugin.cJaap Keuter2008-03-011-1/+2
* Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke2008-02-271-1/+1
* If we have an SVN revision number, use it as the build number under WindowsGerald Combs2008-02-181-1/+1
* Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-051-3/+3
* Add .c.obj:: inference rule (to cause "batch compile") Bill Meier2007-08-271-0/+3
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-253-2/+4
* Clean up white space.Guy Harris2007-05-271-2/+3
* Get rid of trailing blank lines.Guy Harris2007-05-271-1/+0
* Start introducing actx to ber functions.Anders Broman2007-05-062-1/+45
* Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs2007-04-051-1/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-34/+34
* From Sebastien Tandel:Stephen Fisher2007-03-233-78/+89
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-3/+3
* From Sebastien Tandel:Stephen Fisher2007-03-231-3/+1