summaryrefslogtreecommitdiff
path: root/plugins/irda/packet-sir.c
AgeCommit message (Expand)AuthorFilesLines
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 Mann1-2/+3
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
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-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+0
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann1-4/+5
2015-04-05irda: remove tvb_length callsEvan Huus1-5/+5
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+2
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 Meier1-1/+1
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-1/+3
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-2/+2
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
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
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-1/+1
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-3/+3
2008-05-14From Anders Broman:Tomas Kukosa1-1/+3
2007-01-04Serious source code cleanup.Jaap Keuter1-75/+80
2007-01-04Call the handoff registration routine proto_reg_handoff_irsir() to avoidGuy Harris1-3/+1
2006-04-23Registration routines can't be static - they're called from plugin.cGuy Harris1-1/+1
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-1/+0
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris1-1/+2
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-06-30From Shaun Jackman: Serial Infrared support.Guy Harris1-0/+232