aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-2/+15
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-805/+72
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+43
2013-12-02eject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-11-28Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-4/+5
2013-11-25Create/use an extended value_string;Bill Meier1-648/+641
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-34/+35
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-13/+46
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-08-27From Michal Labedzki:Anders Broman1-77/+77
2013-08-18Bluetooth: HCI: Synchronize and update Voice command. Bug 9050 (https://bugs...Michael Mann1-35/+36
2013-08-18HCI: Full dissection of EIR/AD and little improve filtering, bug 9050 (https:...Michael Mann1-139/+334
2013-08-18Create individual filters for HCI LMP features. Bug 9050 (https://bugs.wires...Michael Mann1-290/+388
2013-07-23From Michal Labedzki:Anders Broman1-34/+266
2013-07-23From Michal Labedzki:Anders Broman1-33/+206
2013-06-20From Michal Labedzki viaEvan Huus1-10/+10
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+14
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+23
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-17/+21
2013-03-18From Michal Labedzki:Anders Broman1-7/+7
2013-03-18From Michal Labedzki:Anders Broman1-160/+144
2013-02-21Minor Bluetooth fixesMichael Mann1-22/+22
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2013-02-04Add a FALLTHROUGH comment to fix Coverity CID 745673: Missing break in switch.Chris Maynard1-1/+2
2012-12-25More checks to make sure pinfo->private_data is not null.Guy Harris1-68/+71
2012-12-25In dissect_bthci_evt_command_complete():Guy Harris1-42/+45
2012-12-02Remove unneeded variable initializers.Evan Huus1-8/+8
2012-11-29From Michal Labedzki:Anders Broman1-44/+227
2012-10-23j should also be guint16 to prevent overflows in the while-loopsMartin Kaiser1-2/+2
2012-10-23From Allan M. Madsen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-1/+2
2012-10-22from Allan M. Madsen:Anders Broman1-77/+1407
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