aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
AgeCommit message (Expand)AuthorFilesLines
2017-04-16Get rid of some generated files with "make distclean".Guy Harris1-3/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann3-14/+8
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-09-04irda: restore a line removed by mistake in ge4c059fPascal Quantin1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-8/+17
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-2/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-24/+18
2016-06-30Remove Makefile.common filesJoão Valverde2-48/+20
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-06-15Remove Nmake build systemPascal Quantin3-118/+0
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+11
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann3-24/+14
2016-03-01IrDA: Register a link-layer IrLAP address type".Michael Mann1-8/+38
2016-02-27irda: fix 'irlmp.xid.name' exists multiple times with NOT compatible types: F...Alexis La Goutte1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-26/+9
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+4
2016-02-20autotools: Move common automake code for plugins to an include fileJoão Valverde1-65/+2
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-9/+26
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-26/+9
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-8/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-14/+14
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann3-4/+4
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-7/+3
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-3/+0
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice1-1/+1
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann2-7/+9
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-04-17Fix CMake warningsGraham Bloice1-3/+3
2015-04-05irda: remove tvb_length callsEvan Huus3-17/+16
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-40/+3
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-2/+26
2015-01-08packet-irda.c: Add editor modelinesBill Meier1-0/+13
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-22plugins: Cleanup #includesBill Meier2-6/+2
2014-11-23Remove use of pinfo->private_data (which doesn't appear to be used anyway) an...Michael Mann3-49/+44
2014-11-20IrDA: always initialize buffer before accessing itPascal Quantin1-0/+3
2014-10-22Replace pinfo->circuit_id will passing data through functions.Michael Mann3-44/+41
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier3-32/+58
2014-08-31Don't show the echo/python command lines when making plugin.cРоман Донченко1-3/+4
2014-08-24Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко1-5/+0
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer1-12/+4
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-12/+1
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-07-03catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu1-3/+3
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2-2/+2
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2