aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+2
2011-04-27From Yaniv Kaul:Bill Meier1-7/+5
2011-04-22"guint8 *" means "pointer to array of bytes that may or may not beGuy Harris1-6/+10
2011-02-12When generating the Info column, don't assume the direction is eitherGuy Harris1-14/+47
2011-01-10Stop gcc warning about type-punned pointer breaks strict anti-aliasingStephen Fisher1-3/+3
2011-01-03Fix (or at least quiet Valgrind about) https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-3/+6
2011-01-03Partially fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5542 :Jeff Morriss1-18/+20
2011-01-02From Allan M. Madsen via. bug 5445:Kovarththanan Rajaratnam1-192/+338
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ...Bill Meier1-2/+1
2008-02-04From Shane Kearns (bug 2242):Stig Bjørlykke1-11/+16
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-1/+0
2007-11-19Fix an infinite loop, and be more paranoid about looping in general.Gerald Combs1-53/+64
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-37/+0
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2006-06-03Get rid of unused variable.Guy Harris1-1/+0
2006-05-28basic sdp dissector for the bluetooth stackRonnie Sahlberg1-0/+851