aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
Commit message (Expand)AuthorAgeFilesLines
* Comment out numerous unused hf_.... instances found by checkhf.Bill Meier2013-02-102-4/+8
* Make the other plugin makefiles use the new style introduced in the MATEGuy Harris2013-02-093-24/+42
* replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2013-01-044-41/+41
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-203-9/+3
* Update FSF address - part II.Jakub Zawadzki2012-06-282-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-283-3/+3
* Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier2012-06-011-1/+1
* Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier2012-06-011-2/+2
* As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss2012-04-271-3/+3
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-042-2/+2
* Add *.sbr files to the clean target.Anders Broman2012-01-291-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-212-11/+11
* Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier2011-10-181-18/+18
* Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier2011-10-151-5/+5
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier2011-10-101-12/+12
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier2011-10-063-31/+31
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-053-12/+12
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-311-1/+1
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-301-1/+1
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-301-1/+1
* Add a missing break.Anders Broman2011-03-291-0/+1
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-2/+3
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-202-3/+3
* Fix for bug 5435:Jaap Keuter2010-11-251-1/+3
* Plugins are not shared libraries, so:Guy Harris2010-09-241-1/+0
* H. Sivank <hsivank@gmail.com>Jörg Mayer2010-09-231-1/+1
* Synchronize Makefiles even more.Jaap Keuter2010-05-141-0/+1
* Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss2010-05-141-4/+5
* Get rid of a bunch of check_col().Anders Broman2010-04-052-134/+92
* cmake changes:Jörg Mayer2010-03-181-2/+3
* - Remove the lib prefix for plugin names.Jörg Mayer2010-02-241-4/+2
* Fix some gcc -Wshadow warnings.Bill Meier2010-01-281-2/+1
* From Didier Gautheron:Anders Broman2010-01-131-4/+2
* Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2009-11-171-1/+1
* Beginnings of enabling static builds. Still to do:Jörg Mayer2009-11-171-1/+1
* cmake will now honor -Werror if configured (default: on)Jörg Mayer2009-11-071-3/+15
* Replace GMemChunk usage with se_alloc(); Bill Meier2009-10-121-27/+5
* Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam2009-10-091-25/+3
* Build plugins with cmake on OSX.Stig Bjørlykke2009-10-061-0/+2
* Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam2009-09-231-1/+1
* CMake:Jörg Mayer2009-09-211-0/+6
* Build a few more pluginsJörg Mayer2009-09-161-0/+71
* Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier2009-09-152-3/+3
* 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-8/+0
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-162-10/+10
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-092-16/+8