aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
Commit message (Expand)AuthorAgeFilesLines
* plugins: Add source tree subfolder for plugin libraryJoão Valverde2018-01-166-3197/+0
* plugins: Remove moduleinfo.hJoão Valverde2017-12-172-41/+2
* plugins: Remove redundant plugin.rc.in filesJoão Valverde2017-12-152-35/+0
* Refactor plugin registration and loadingJoão Valverde2017-12-142-7/+3
* Rename UseMakeDissectorReg.cmakeJoão Valverde2017-11-201-1/+1
* autotools: Library build products don't need explicit cleaningJoão Valverde2017-11-181-4/+0
* Add conversation endpoint typeMichael Mann2017-10-291-6/+6
* autotools: Sort out how we handle plugin.cJoão Valverde2017-10-201-1/+6
* autotools: make maintainer-clean should allow rerunning 'configure'João Valverde2017-10-151-1/+0
* CMake: Make plugin installation path use PLUGIN_INSTALL_LIBDIRJoão Valverde2017-09-061-3/+3
* IrCOMM: check string length before appending it to itemPascal Quantin2017-07-311-2/+8
* Don't use uint_to_str_back when you need guint32_to_str_buf.Michael Mann2017-07-091-4/+2
* Get rid of some generated files with "make distclean".Guy Harris2017-04-161-3/+3
* Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris2017-01-101-1/+1
* Dissectors don't need a journey of self discovery.Michael Mann2016-12-313-14/+8
* Combine Decode As and port preferences for tcp.port dissector table.Michael Mann2016-10-081-2/+2
* cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu2016-09-301-7/+18
* irda: restore a line removed by mistake in ge4c059fPascal Quantin2016-09-041-1/+1
* Follow up for proto_tree_add_checksum.Michael Mann2016-07-271-8/+17
* Convert more glib memory to wmem pinfo poolPascal Quantin2016-07-221-2/+1
* Add proto_tree_add_checksum.Michael Mann2016-07-211-24/+18
* Remove Makefile.common filesJoão Valverde2016-06-302-48/+20
* Add address_to_bytes API.Michael Mann2016-06-221-1/+1
* Remove Nmake build systemPascal Quantin2016-06-153-118/+0
* Add checkAPI calls to CMake.Graham Bloice2016-05-021-0/+11
* Create call_data_dissector() to call data dissector.Michael Mann2016-03-203-24/+14
* IrDA: Register a link-layer IrLAP address type".Michael Mann2016-03-011-8/+38
* irda: fix 'irlmp.xid.name' exists multiple times with NOT compatible types: F...Alexis La Goutte2016-02-271-1/+1
* Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde2016-02-261-26/+9
* autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde2016-02-211-0/+4
* autotools: Move common automake code for plugins to an include fileJoão Valverde2016-02-201-65/+2
* Revert "Add free_address_wmem() and other extensions to address API"João Valverde2016-02-081-9/+26
* Add free_address_wmem() and other extensions to address APIJoão Valverde2016-02-071-26/+9
* autotools: Don't use "user variables" to set build flagsJoão Valverde2016-01-281-8/+1
* Add the packet number to the packet_info structure, and use it.Guy Harris2016-01-241-14/+14
* new_register_dissector -> register_dissector for remaining uses.Michael Mann2015-12-113-4/+4
* Officially remove tvb_get_string and tvb_get_stringz.Michael Mann2015-11-271-7/+3
* Remove manual setting of pinfo->current_proto.Michael Mann2015-11-271-3/+0
* Developers Guide updates for plugins with CMakeGraham Bloice2015-11-241-1/+1
* register_dissector -> new_register_dissector for plugins.Michael Mann2015-11-142-7/+9
* CMake: Add /WXGerald Combs2015-10-161-2/+2
* Fix CMake warningsGraham Bloice2015-04-171-3/+3
* irda: remove tvb_length callsEvan Huus2015-04-053-17/+16
* CMake: Set an output directory for plugins.Gerald Combs2015-01-201-40/+3
* Fix CMake generation and use of Windows .rc filesGraham Bloice2015-01-112-2/+26
* packet-irda.c: Add editor modelinesBill Meier2015-01-081-0/+13
* Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier2015-01-021-1/+1
* plugins: Cleanup #includesBill Meier2014-12-222-6/+2
* Remove use of pinfo->private_data (which doesn't appear to be used anyway) an...Michael Mann2014-11-233-49/+44
* IrDA: always initialize buffer before accessing itPascal Quantin2014-11-201-0/+3