aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-19Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-6/+12
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-13/+13
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-263/+260
2011-04-19From Michael Mann via bug 2794:stig1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-11-17"Fill" value_strings.etxrab1-0/+2
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-78/+85
2010-05-18Extract ogf from the opcodekrj1-1/+1
2010-05-18Dissect Synchronous Connection correctlykrj1-1/+1
2009-11-04Fix a couple of value_stringS to match BT 2.1krj1-97/+99
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-137/+137
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-3/+3
2008-12-17Fix 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-1/+1
2008-06-23Renamed a local variable to avoid name collisions.stig1-5/+5
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-11/+11
2008-02-03From Shane Kearns (bug 2237):stig1-0/+1
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-11/+11
2007-09-23From Allan M. Madsen:jake1-245/+1241
2006-06-04warning fix: declare some functions staticjmayer1-6/+7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-05-14bluetooth hci event dissectorsahlberg1-16/+6
2006-05-10from Christoph Scholz's bluetooth patchsahlberg1-0/+1933