aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
Commit message (Expand)AuthorAgeFilesLines
* From Michal Labedzki:Anders Broman2012-10-091-1/+12
* From Michal Labedzki:Anders Broman2012-09-211-7/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* AFH Channel Map should be an FT_BYTES, not an FT_UINT_BYTES.Chris Maynard2012-05-101-2/+2
* Might as well make the loop indices just guint; the generated code'sGuy Harris2012-04-171-4/+4
* From Evan Huus: We were using guint8s as loop counters based on field lengths...Anders Broman2012-04-171-1/+2
* From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss2012-03-211-1/+1
* Use consistent indentation;Bill Meier2012-03-121-2599/+2599
* From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss2012-01-241-40/+100
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2011-10-191-2/+4
* Display filter name cleanup.Chris Maynard2011-10-181-6/+6
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-3/+3
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-8/+8
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-341/+338
* From Michael Mann via bug 2794:Stig Bjørlykke2011-04-191-1/+1
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* From Andrei Emeltchenko:Anders Broman2010-11-291-1/+2
* Use value_string_ext fcns to access certain value_string arrays;Bill Meier2010-11-031-12/+12
* Also apply rev 30817 to command complete eventsKovarththanan Rajaratnam2009-11-041-0/+2
* Append the opcode (that lead us to the command status) to the info columnKovarththanan Rajaratnam2009-11-041-1/+6
* Correct "Sniff Subrating" typoKovarththanan Rajaratnam2009-11-041-111/+111
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-1/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-145/+145
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-3/+3
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-011-11/+11
* From Shane Kearns (bug 2237):Stig Bjørlykke2008-02-031-0/+1
* Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-021-11/+11
* From Allan M. Madsen:Jaap Keuter2007-09-231-123/+1471
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-4/+4
* add bluetooth acl dissectionRonnie Sahlberg2006-05-141-1/+3
* checkin the correct hci evt dissectorRonnie Sahlberg2006-05-141-0/+2195