aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda/packet-sir.c
AgeCommit message (Collapse)AuthorFilesLines
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-1/+0
Introduce a new init routine for plugins, which does not take the plugin api table as an argument and allows etheral to distinguish between plugins using the old and the new api. Update README.plugins accordingly Change all g_warnings() in epan/plugins.c to report_failue(). On windows we do not have a log console open while loading the plugins, because a log console cannot be opened before the prefs have been read. Thus g_warnings() does not work for reporting problems with plugins. svn path=/trunk/; revision=13596
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris1-1/+2
address table if we don't need the plugin address table, so as to catch plugin dissectors that don't directly include stuff they need - eventually, the plugin address table stuff should completely go away, so we don't want dissectors depending on it. Fix those dissectors caught by this. Don't include "simple_dialog.h" in the ASN.1 dissector - it doesn't use it. svn path=/trunk/; revision=12140
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
svn path=/trunk/; revision=12117
2004-06-30From Shaun Jackman: Serial Infrared support.Guy Harris1-0/+232
svn path=/trunk/; revision=11279