aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+0
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-11-30Replace "btsdp" tap with function to query service_infos tree, since that's a...Michael Mann1-22/+2
2013-11-28Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-8/+8
2013-11-20Add explicit casts to please GCCPascal Quantin1-2/+2
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-4/+53
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus1-1/+1
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-28/+32
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-26Bluetooth: SDP: Decode all types of UUIDs. Bug 9327 (https://bugs.wireshark....Michael Mann1-2/+2
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-8/+60
2013-10-26Replace tabs by spaces. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+1
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-09Batch of filterable expert infos.Michael Mann1-1/+10
2013-06-22Only do a tree lookup if we have a tree to look up in.Evan Huus1-1/+3
2013-06-20From Michal Labedzki viaEvan Huus1-3/+3
2013-06-11From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-5/+7
2013-03-30Hopefully fix a false-positive warning in the Mac buildbot.Evan Huus1-1/+1
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-6/+67
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-18/+10
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-124/+127
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-4/+12
2013-03-18From beroset:Anders Broman1-8/+8
2013-03-18From Michal Labedzki:Anders Broman1-3/+3
2013-03-18From Michal Labedzki:Anders Broman1-7/+7
2013-02-11From: Michal Labedzki:Anders Broman1-3/+6
2012-12-02Remove unneeded variable initializers.Evan Huus1-4/+4
2012-11-05From Michal Labedzki:Anders Broman1-0/+1
2012-10-09From Michal Labedzki:Anders Broman1-1/+12
2012-09-21From Michal Labedzki:Anders Broman1-4/+1
2012-09-21From Michal Labedzki:Anders Broman1-11/+60
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Bluetooth: Move HFP dissector from RFCOMM fileJakub Zawadzki1-60/+0
2012-09-10From Michal Labedzki:Anders Broman1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-25From Michal Labedzki: Anders Broman1-11/+29
2012-06-25From Michal Labedzki: Anders Broman1-23/+22
2012-06-25From Michal Labedzki: Anders Broman1-36/+164
2012-04-26From Evan Huus:Anders Broman1-8/+0
2012-03-12Cleanup & minor bug fixes:Bill Meier1-720/+729
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-36/+32
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss1-20/+20
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris1-2/+18