aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-17emem -> wmemPascal Quantin1-5/+5
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-04-16Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus1-1/+1
2013-03-20 From beroset:Bill Meier2-5/+5
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier2-4/+8
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-24/+42
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann4-41/+41
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss3-9/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki2-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-04-27As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-3/+3
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2-11/+11
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-18/+18
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-5/+5
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-12/+12
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier3-31/+31
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier3-12/+12
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-03-29Add a missing break.Anders Broman1-0/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris2-3/+3
2010-11-25Fix for bug 5435:Jaap Keuter1-1/+3
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Synchronize Makefiles even more.Jaap Keuter1-0/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-05Get rid of a bunch of check_col().Anders Broman2-134/+92
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-2/+1
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-12Replace GMemChunk usage with se_alloc(); Bill Meier1-27/+5
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam1-1/+1