aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda/packet-irda.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-7/+7
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argwmeier1-18/+18
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...wmeier1-5/+5
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier1-12/+12
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier1-28/+28
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-9/+9
2011-03-29Add a missing break.etxrab1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-11-25Fix for bug 5435:jake1-1/+3
2010-04-05Get rid of a bunch of check_col().etxrab1-116/+81
2010-01-13From Didier Gautheron:etxrab1-4/+2
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
2009-10-12Replace GMemChunk usage with se_alloc(); wmeier1-27/+5
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...krj1-1/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-2/+2
2009-08-21(Minor) Remove unneeded #includes.wmeier1-3/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-9/+9
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-12/+6
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-74/+74
2008-12-22Fix some typos and spelling (mostly in text strings)wmeier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-10/+9
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingwmeier1-0/+2
2008-05-08Run checkAPI in plugins dir.etxrab1-69/+69
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).stig1-76/+76
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-7/+7
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-15/+15
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-04-22Convert most other plugin dissectors to use the make-dissector-regguy1-38/+2
2005-08-09Make sure we initialize our iap_conv struct _before_ we go digginggerald1-4/+4
2005-08-09The "proto" argument to "conversation_get_proto_data()" andguy1-6/+6
2005-08-08various code cleanup:ulfl1-6/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-2/+2
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asguy1-7/+7
2005-03-05Preparations for dropping the old plugin api.lroland1-11/+2
2005-02-02From Jon Ringle:etxrab1-6/+6
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginguy1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-30get rid of data_handle decalriation, bacause it istuexen1-3/+1
2004-03-08Add the URL of the specifications page.guy1-2/+6
2004-03-02Note to self: If you update the code, you should update the docs too.jmayer1-5/+7
2004-01-18Give the IrDA dissector its own private value_string table for the frameguy1-3/+10
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringguy1-544/+459
2003-12-21Compiling with -pedantic:jmayer1-6/+6
2003-12-18From Jan Kiszka: add a comment explaining what the IrDA plugin does.guy1-1/+10
2003-12-18From Jan Kiszka: IrDA support.guy1-0/+2428