aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda/packet-sir.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier1-2/+2
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-01-28Fix some gcc -Wshadow warnings.wmeier1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-04-16Fix Win64 compilation problems in the plugins directory.gerald1-1/+1
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingwmeier1-3/+3
2008-05-14From Anders Broman:kukosa1-1/+3
2007-01-04Serious source code cleanup.jake1-75/+80
2007-01-04Call the handoff registration routine proto_reg_handoff_irsir() to avoidguy1-3/+1
2006-04-23Registration routines can't be static - they're called from plugin.cguy1-1/+1
2005-03-05Preparations for dropping the old plugin api.lroland1-1/+0
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginguy1-1/+2
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-06-30From Shaun Jackman: Serial Infrared support.guy1-0/+232