aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btbnep.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-18btbnep: use the define for ethernet address lengthMartin Kaiser1-10/+10
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-2/+4
2020-03-25fix typo found by lintian (Uknown => Unknown)Alexis La Goutte1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-01-18Handle frames where the type field is a length field.Guy Harris1-20/+127
2016-01-17Fix comment.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-3/+3
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-2/+2
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-19/+13
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-5/+5
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-3/+3
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-4/+5
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-2/+12
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-6/+8
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-4/+4
2013-07-09Batch of filterable expert infos.Michael Mann1-2/+10
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-16/+9
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-0/+3
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-03-18From Michal Labedzki:Anders Broman1-4/+4
2013-03-18From Michal Labedzki:Anders Broman1-1/+2
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-7/+7
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-3/+1
2013-02-11From: Michal Labedzki:Anders Broman1-39/+28
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-10-09From Michal Labedzki:Anders Broman1-2/+15
2012-09-21From Michal Labedzki:Anders Broman1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-14From Michal Labedzki:Anders Broman1-0/+557