summaryrefslogtreecommitdiff
path: root/plugins/irda/packet-irda.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-09-04irda: restore a line removed by mistake in ge4c059fPascal Quantin1-1/+1
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-9/+6
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-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-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 Mann1-1/+1
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-14register_dissector -> new_register_dissector for plugins.Michael Mann1-3/+4
2015-04-05irda: remove tvb_length callsEvan Huus1-7/+7
2015-01-08packet-irda.c: Add editor modelinesBill Meier1-0/+13
2014-12-22plugins: Cleanup #includesBill Meier1-4/+2
2014-11-23Remove use of pinfo->private_data (which doesn't appear to be used anyway) an...Michael Mann1-9/+7
2014-11-20IrDA: always initialize buffer before accessing itPascal Quantin1-0/+3
2014-10-22Replace pinfo->circuit_id will passing data through functions.Michael Mann1-34/+31
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-29/+29
2014-07-03catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+3
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-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-17emem -> wmemPascal Quantin1-5/+5
2013-03-20 From beroset:Bill Meier1-4/+4
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-16/+16
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-27As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
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 Meier1-28/+28
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-03-29Add a missing break.Anders Broman1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-25Fix for bug 5435:Jaap Keuter1-1/+3
2010-04-05Get rid of a bunch of check_col().Anders Broman1-116/+81
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-10-12Replace GMemChunk usage with se_alloc(); Bill Meier1-27/+5
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam1-1/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-2/+2
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-3/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-9/+9