aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
AgeCommit message (Expand)AuthorFilesLines
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
2007-05-27Clean up white space.Guy Harris1-2/+3
2007-05-27Get rid of trailing blank lines.Guy Harris1-1/+0
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-7/+7
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-15/+15
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+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-02-26-Add the compiler version to the plugin resourceJaap Keuter2-3/+5
2007-02-09Source code cleanup.Jaap Keuter1-8/+4
2007-01-04Serious source code cleanup.Jaap Keuter1-75/+80
2007-01-04Call the handoff registration routine proto_reg_handoff_irsir() to avoidGuy Harris1-3/+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-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg5-8/+8
2006-04-23"irda", not "ira".Guy Harris1-3/+3
2006-04-23Registration routines can't be static - they're called from plugin.cGuy Harris1-1/+1
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris5-55/+167
2005-08-09Make sure we initialize our iap_conv struct _before_ we go diggingGerald Combs1-4/+4
2005-08-09The "proto" argument to "conversation_get_proto_data()" andGuy Harris1-6/+6
2005-08-08various code cleanup:Ulf Lamping2-9/+2
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-2/+2
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-2/+2
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-7/+7
2005-03-05Preparations for dropping the old plugin api.Lars Roland4-20/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-02-02From Jon Ringle:Anders Broman1-6/+6
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris2-1/+4
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-07-18 .cvsignore is deadJörg Mayer1-24/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris5-5/+5
2004-06-30get rid of data_handle decalriation, bacause it isMichael Tüxen1-3/+1
2004-06-30Add packet-sir.lo.Guy Harris1-0/+1
2004-06-30From Shaun Jackman: Serial Infrared support.Guy Harris5-6/+243
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
2004-03-08Add the URL of the specifications page.Guy Harris1-2/+6
2004-03-08Use "tvb_format_text()" on the port name, so that if there are bytes inGuy Harris1-5/+3
2004-03-07Fetch the port name string using "tvb_get_string()", so that we don'tGuy Harris1-7/+15
2004-03-02Note to self: If you update the code, you should update the docs too.Jörg Mayer1-5/+7