aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavdtp.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Revert r53073, by now the vast majority of dissector do declare theJörg Mayer1-0/+9
2013-11-03Remove forward declarations of registration functions.Jörg Mayer1-9/+0
2013-11-03Bluetooth: AVDTP: Add support for Content Protection type SCMS-T (and some mi...Michael Mann1-65/+278
2013-11-02Partially revert r53052 because hf_ fields aren't defined (or used)Michael Mann1-1/+8
2013-11-02Bluetooth: minor improvements. Bug 7893 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-4/+30
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-7/+9
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-7/+6
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-13/+56
2013-07-09Batch of filterable expert infos.Michael Mann1-6/+16
2013-07-01Fix typo in retrieving h263 dissector. Bug 7893 (https://bugs.wireshark.org/...Michael Mann1-1/+1
2013-06-20From Michal Labedzki viaEvan Huus1-20/+20
2013-04-02Both tvb_length_remaining and tvb_reported_length_remaining can return -1.Chris Maynard1-4/+4
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-18/+11
2013-03-28Fix the remaining instances of Coverity CID's 741992 and 986498, which should...Chris Maynard1-1/+1
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-4/+11
2013-03-18From beroset:Anders Broman1-11/+11
2013-03-18From Michal Labedzki:Anders Broman1-3/+3
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-8/+8
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-2/+2
2013-01-14Fix Coverity CID 741992: Unused pointer value.Chris Maynard1-1/+1
2012-12-03From Michal Labedzki:Anders Broman1-0/+7
2012-12-03From Michal Labedzki:Anders Broman1-6/+5
2012-12-02Remove unneeded variable initializers.Evan Huus1-3/+3
2012-12-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8033 :Jeff Morriss1-6/+5
2012-11-30Fix an unitialized-read detected by Valgrind while processing:Jeff Morriss1-1/+2
2012-11-12Fix an invalid usage of extended value strings and a few errors found by fix-...Pascal Quantin1-12/+12
2012-11-10Avoid redeclaring/hiding a couple of file-static variables.Martin Mathieson1-4/+0
2012-11-05From Michal Labedzki:Anders Broman1-0/+2200