aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
Commit message (Expand)AuthorAgeFilesLines
* 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
* After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer2005-07-101-0/+3
* Fix a format string vulneratility in the AFP dissector identifiedGerald Combs2005-06-201-2/+2
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-7/+7
* Preparations for dropping the old plugin api.Lars Roland2005-03-054-20/+5
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-0/+2
* From Jon Ringle:Anders Broman2005-02-021-6/+6
* From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris2004-10-011-2/+2
* In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris2004-09-292-1/+4
* From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris2004-09-291-2/+11
* Move various checksum routines and headers to epan.Guy Harris2004-09-281-1/+1
* .cvsignore is deadJörg Mayer2004-07-181-24/+0
* Add epan/dissectors/.cvsignoreJörg Mayer2004-07-181-0/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-185-5/+5
* get rid of data_handle decalriation, bacause it isMichael Tüxen2004-06-301-3/+1
* Add packet-sir.lo.Guy Harris2004-06-301-0/+1
* From Shaun Jackman: Serial Infrared support.Guy Harris2004-06-305-6/+243
* Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot2004-04-251-2/+2
* Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot2004-04-141-1/+2
* Add the URL of the specifications page.Guy Harris2004-03-081-2/+6
* Use "tvb_format_text()" on the port name, so that if there are bytes inGuy Harris2004-03-081-5/+3
* Fetch the port name string using "tvb_get_string()", so that we don'tGuy Harris2004-03-071-7/+15
* Note to self: If you update the code, you should update the docs too.Jörg Mayer2004-03-021-5/+7