aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btbnep.c
Commit message (Expand)AuthorAgeFilesLines
* Remaining ADDRESS macro to address function conversionsJoão Valverde2015-11-031-2/+2
* Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs2015-10-221-2/+2
* Bluetooth: Add generic UUID table for DecodeByMichal Labedzki2015-07-171-3/+3
* Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann2015-03-011-2/+2
* Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki2015-02-021-2/+1
* SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann2015-01-071-19/+13
* Bluetooth: Add generic Bluetooth dissectorMichal Labedzki2014-12-181-5/+5
* Try to fix some buildbot warningsMichal Labedzki2014-09-221-3/+3
* Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris2014-06-201-1/+1
* Bluetooth: Avoid using find_dissector()Michal Labedzki2014-03-061-4/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann2014-01-121-4/+5
* Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann2013-11-201-2/+12
* Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann2013-11-021-6/+8
* From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier2013-10-291-4/+4
* Batch of filterable expert infos.Michael Mann2013-07-091-2/+10
* From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2013-03-301-16/+9
* From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin2013-03-191-0/+3
* From Michal Labedzki:Anders Broman2013-03-181-1/+1
* From Michal Labedzki:Anders Broman2013-03-181-4/+4
* From Michal Labedzki:Anders Broman2013-03-181-1/+2
* String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki2013-02-211-7/+7
* How can I get a new tvbuff that starts at an offset within a givenGuy Harris2013-02-191-3/+1
* From: Michal Labedzki:Anders Broman2013-02-111-39/+28
* Comment out unused hf[] entries & etc.Bill Meier2013-01-311-1/+3
* From Michal Labedzki:Anders Broman2012-10-091-2/+15
* From Michal Labedzki:Anders Broman2012-09-211-2/+0
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* From Michal Labedzki:Anders Broman2012-09-141-0/+557