aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09From Michal Labedzki:Anders Broman1-1/+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-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-10AFH Channel Map should be an FT_BYTES, not an FT_UINT_BYTES.Chris Maynard1-2/+2
2012-04-17Might as well make the loop indices just guint; the generated code'sGuy Harris1-4/+4
2012-04-17From Evan Huus: We were using guint8s as loop counters based on field lengths...Anders Broman1-1/+2
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-2599/+2599
2012-01-24From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-40/+100
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-2/+4
2011-10-18Display filter name cleanup.Chris Maynard1-6/+6
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-8/+8
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-341/+338
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-29From Andrei Emeltchenko:Anders Broman1-1/+2
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-12/+12
2009-11-04Also apply rev 30817 to command complete eventsKovarththanan Rajaratnam1-0/+2
2009-11-04Append the opcode (that lead us to the command status) to the info columnKovarththanan Rajaratnam1-1/+6
2009-11-04Correct "Sniff Subrating" typoKovarththanan Rajaratnam1-111/+111
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-145/+145
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
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-123/+1471
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-05-14add bluetooth acl dissectionRonnie Sahlberg1-1/+3
2006-05-14checkin the correct hci evt dissectorRonnie Sahlberg1-0/+2195