aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavdtp.c
AgeCommit message (Expand)AuthorFilesLines
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