aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
Commit message (Expand)AuthorAgeFilesLines
...
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-183-89/+89
* Apply some of the patches from:Anders Broman2009-05-131-2/+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
* 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-2/+2
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-312-12/+11
* proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier2008-10-254-7/+11
* 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-221-4/+4
* From Anders Broman:Tomas Kukosa2008-05-141-1/+3
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-131-1/+1
* Run checkAPI in plugins dir.Anders Broman2008-05-082-77/+77
* Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman2008-05-051-0/+3
* 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-052-88/+87
* Add .c.obj:: inference rule (to cause "batch compile") Bill Meier2007-08-271-0/+3
* Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris2007-05-271-1/+1
* Clean up white space.Guy Harris2007-05-271-2/+3
* Get rid of trailing blank lines.Guy Harris2007-05-271-1/+0
* 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-7/+7
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-15/+15
* From Sebastien Tandel:Stephen Fisher2007-03-231-1/+1
* Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher2007-03-221-0/+4
* set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping2007-03-211-1/+1
* -Add the compiler version to the plugin resourceJaap Keuter2007-02-262-3/+5
* Source code cleanup.Jaap Keuter2007-02-091-8/+4
* Serious source code cleanup.Jaap Keuter2007-01-041-75/+80
* Call the handoff registration routine proto_reg_handoff_irsir() to avoidGuy Harris2007-01-041-3/+1
* clean should also remove generated plugin.c and manifest filesUlf Lamping2007-01-031-2/+3
* Add Windows version info resource.Jaap Keuter2006-12-194-9/+87
* put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping2006-10-291-1/+1
* remove plugin.c in distlcleanJörg Mayer2006-06-021-1/+2
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-311-3/+3
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-215-8/+8
* "irda", not "ira".Guy Harris2006-04-231-3/+3
* Registration routines can't be static - they're called from plugin.cGuy Harris2006-04-231-1/+1
* Convert most other plugin dissectors to use the make-dissector-regGuy Harris2006-04-225-55/+167
* Make sure we initialize our iap_conv struct _before_ we go diggingGerald Combs2005-08-091-4/+4
* The "proto" argument to "conversation_get_proto_data()" andGuy Harris2005-08-091-6/+6
* various code cleanup:Ulf Lamping2005-08-082-9/+2
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-2/+2