aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-08-27From Michal Labedzki:Anders Broman1-1/+9
2013-08-18Bluetooth: HCI: Synchronize and update Voice command. Bug 9050 (https://bugs...Michael Mann1-5/+19
2013-08-18HCI: Full dissection of EIR/AD and little improve filtering, bug 9050 (https:...Michael Mann1-41/+227
2013-07-23From Michal Labedzki:Anders Broman1-41/+522
2013-07-23From Michal Labedzki:Anders Broman1-296/+606
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-2/+14
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-8/+11
2013-03-18From Michal Labedzki:Anders Broman1-7/+7
2013-03-18From Michal Labedzki:Anders Broman1-1/+3
2013-02-21Minor Bluetooth fixesMichael Mann1-5/+5
2012-12-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8038 :Pascal Quantin1-1/+2
2012-12-02Remove unneeded variable initializers.Evan Huus1-4/+4
2012-11-29From Michal Labedzki:Anders Broman1-1/+1
2012-10-22FixJörg Mayer1-2/+2
2012-10-22from Allan M. Madsen:Anders Broman1-79/+1288
2012-10-09From Michal Labedzki:Anders Broman1-0/+12
2012-09-21From Michal Labedzki:Anders Broman1-7/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-21From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss1-1/+1
2012-03-12Use consistent indentation;Bill Meier1-2455/+2455
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+12
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-13/+13
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-263/+260
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-17"Fill" value_strings.Anders Broman1-0/+2
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-78/+85
2010-05-18Extract ogf from the opcodeKovarththanan Rajaratnam1-1/+1
2010-05-18Dissect Synchronous Connection correctlyKovarththanan Rajaratnam1-1/+1
2009-11-04Fix a couple of value_stringS to match BT 2.1Kovarththanan Rajaratnam1-97/+99
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-137/+137
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-12-17Fix 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-1/+1
2008-06-23Renamed a local variable to avoid name collisions.Stig Bjørlykke1-5/+5
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-11/+11
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-0/+1
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-11/+11
2007-09-23From Allan M. Madsen:Jaap Keuter1-245/+1241
2006-06-04warning fix: declare some functions staticJörg Mayer1-6/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-05-14bluetooth hci event dissectorRonnie Sahlberg1-16/+6
2006-05-10from Christoph Scholz's bluetooth patchRonnie Sahlberg1-0/+1933