aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda/packet-irda.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-05irda: remove tvb_length callsEvan Huus1-7/+7
2015-01-08packet-irda.c: Add editor modelinesBill Meier1-0/+13
2014-12-22plugins: Cleanup #includesBill Meier1-4/+2
2014-11-23Remove use of pinfo->private_data (which doesn't appear to be used anyway) an...Michael Mann1-9/+7
2014-11-20IrDA: always initialize buffer before accessing itPascal Quantin1-0/+3
2014-10-22Replace pinfo->circuit_id will passing data through functions.Michael Mann1-34/+31
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-29/+29
2014-07-03catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-17emem -> wmemPascal Quantin1-5/+5
2013-03-20 From beroset:Bill Meier1-4/+4
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-16/+16
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-27As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-18/+18
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-5/+5
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-12/+12
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-28/+28
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-03-29Add a missing break.Anders Broman1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-25Fix for bug 5435:Jaap Keuter1-1/+3
2010-04-05Get rid of a bunch of check_col().Anders Broman1-116/+81
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-10-12Replace GMemChunk usage with se_alloc(); Bill Meier1-27/+5
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam1-1/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-2/+2
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-3/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-9/+9
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-12/+6
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-74/+74
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-10/+9
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-0/+2
2008-05-08Run checkAPI in plugins dir.Anders Broman1-69/+69
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke1-76/+76
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-7/+7
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-15/+15
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris1-38/+2