aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_acl.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-02eject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-20/+17
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-1/+1
2013-06-30Actually initialize the localhost ethernet address before settingJeff Morriss1-2/+7
2013-06-20From Michal Labedzki viaEvan Huus1-14/+14
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+13
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+5
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-3/+5
2013-03-18From beroset:Anders Broman1-13/+13
2013-02-21Fix AVCTP, AVRCP, HCI AVL and L2CP for multiple interfaces/adaptersMichael Mann1-11/+58
2013-02-11From: Michal Labedzki:Anders Broman1-4/+7
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-12-26From Michal Labedzki: To ensure that names are correct copy NULL too This fix...Anders Broman1-14/+14
2012-12-02Create a wmem pool in pinfo and use it for some address allocations.Evan Huus1-2/+3
2012-12-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8030 :Jeff Morriss1-2/+2
2012-11-30From Michal Labedzki:Anders Broman1-44/+42
2012-11-29Another couple size_t-to-int warning fixes (I hope).Jeff Morriss1-4/+4
2012-11-29(Try to) fix some size_t-to-int warnings.Jeff Morriss1-10/+10
2012-11-29From Michal Labedzki:Anders Broman1-11/+147
2012-10-09From Michal Labedzki:Anders Broman1-1/+12
2012-09-21From Michal Labedzki:Anders Broman1-5/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10From Michal Labedzki:Anders Broman1-44/+44
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-12Use consistent indentation;Bill Meier1-203/+207
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Display filter name cleanup.Chris Maynard1-7/+7
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-11/+7
2011-02-17Fix some Visual C++ analysis warnings.Gerald Combs1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-03From Allan M. Madsen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-3/+4
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss1-1/+1
2009-11-05Fix value strings in packet boundary lookup tableKovarththanan Rajaratnam1-2/+3
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+4
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-04-24Fixed reassembly, which broke in r25195.Stig Bjørlykke1-8/+13
2008-04-29Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1513 : don't tvb_memcp...Jeff Morriss1-12/+12
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-0/+1
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-3/+3
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-1/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-4/+4
2006-05-27add reassembly of bluetooth ACL packetsRonnie Sahlberg1-105/+102
2006-05-26protocols running atop ACL/L2CAP needs to be able to track pdus based onRonnie Sahlberg1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3