summaryrefslogtreecommitdiff
path: root/plugins/irda/packet-ircomm.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-8/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-11/+8
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-2/+2
2015-04-05irda: remove tvb_length callsEvan Huus1-5/+4
2014-12-22plugins: Cleanup #includesBill Meier1-2/+0
2014-11-23Remove use of pinfo->private_data (which doesn't appear to be used anyway) an...Michael Mann1-39/+36
2014-10-22Replace pinfo->circuit_id will passing data through functions.Michael Mann1-8/+8
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-3/+16
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-01Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-3/+5
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-19/+19
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-1/+1
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2010-04-05Get rid of a bunch of check_col().Anders Broman1-18/+11
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+1
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-5/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-0/+6
2008-05-08Run checkAPI in plugins dir.Anders Broman1-8/+8
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke1-12/+11
2007-02-09Source code cleanup.Jaap Keuter1-8/+4
2006-05-21name changeRonnie Sahlberg1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-3/+0
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-4/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-08Use "tvb_format_text()" on the port name, so that if there are bytes inGuy Harris1-5/+3
2004-03-07Fetch the port name string using "tvb_get_string()", so that we don'tGuy Harris1-7/+15
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-0/+446