aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda/packet-irda.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-09Make sure we initialize our iap_conv struct _before_ we go diggingGerald Combs1-4/+4
2005-08-09The "proto" argument to "conversation_get_proto_data()" andGuy Harris1-6/+6
2005-08-08various code cleanup:Ulf Lamping1-6/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-2/+2
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-7/+7
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-11/+2
2005-02-02From Jon Ringle:Anders Broman1-6/+6
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-30get rid of data_handle decalriation, bacause it isMichael Tüxen1-3/+1
2004-03-08Add the URL of the specifications page.Guy Harris1-2/+6
2004-03-02Note to self: If you update the code, you should update the docs too.Jörg Mayer1-5/+7
2004-01-18Give the IrDA dissector its own private value_string table for the frameGuy Harris1-3/+10
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-544/+459
2003-12-21Compiling with -pedantic:Jörg Mayer1-6/+6
2003-12-18From Jan Kiszka: add a comment explaining what the IrDA plugin does.Guy Harris1-1/+10
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-0/+2428