aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavdtp.c
Commit message (Expand)AuthorAgeFilesLines
* Batch of filterable expert infos.Michael Mann2013-07-091-6/+16
* Fix typo in retrieving h263 dissector. Bug 7893 (https://bugs.wireshark.org/...Michael Mann2013-07-011-1/+1
* From Michal Labedzki viaEvan Huus2013-06-201-20/+20
* Both tvb_length_remaining and tvb_reported_length_remaining can return -1.Chris Maynard2013-04-021-4/+4
* From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2013-03-301-18/+11
* Fix the remaining instances of Coverity CID's 741992 and 986498, which should...Chris Maynard2013-03-281-1/+1
* From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin2013-03-191-4/+11
* From beroset:Anders Broman2013-03-181-11/+11
* From Michal Labedzki:Anders Broman2013-03-181-3/+3
* From Michal Labedzki:Anders Broman2013-03-181-1/+1
* String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki2013-02-211-8/+8
* How can I get a new tvbuff that starts at an offset within a givenGuy Harris2013-02-191-2/+2
* Fix Coverity CID 741992: Unused pointer value.Chris Maynard2013-01-141-1/+1
* From Michal Labedzki:Anders Broman2012-12-031-0/+7
* From Michal Labedzki:Anders Broman2012-12-031-6/+5
* Remove unneeded variable initializers.Evan Huus2012-12-021-3/+3
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8033 :Jeff Morriss2012-12-021-6/+5
* Fix an unitialized-read detected by Valgrind while processing:Jeff Morriss2012-11-301-1/+2
* Fix an invalid usage of extended value strings and a few errors found by fix-...Pascal Quantin2012-11-121-12/+12
* Avoid redeclaring/hiding a couple of file-static variables.Martin Mathieson2012-11-101-4/+0
* From Michal Labedzki:Anders Broman2012-11-051-0/+2200