aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-9/+11
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-7/+7
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-3/+2
2011-04-27From Yaniv Kaul:wmeier1-7/+5
2011-04-22"guint8 *" means "pointer to array of bytes that may or may not beguy1-6/+10
2011-02-12When generating the Info column, don't assume the direction is eitherguy1-14/+47
2011-01-10Stop gcc warning about type-punned pointer breaks strict anti-aliasingsfisher1-3/+3
2011-01-03Fix (or at least quiet Valgrind about) https://bugs.wireshark.org/bugzilla/sh...morriss1-3/+6
2011-01-03Partially fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5542 :morriss1-18/+20
2011-01-02From Allan M. Madsen via. bug 5445:krj1-192/+338
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ...wmeier1-2/+1
2008-02-04From Shane Kearns (bug 2242):stig1-11/+16
2008-02-03From Shane Kearns (bug 2237):stig1-1/+0
2007-11-19Fix an infinite loop, and be more paranoid about looping in general.gerald1-53/+64
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-37/+0
2007-03-26From Sebastien Tandel sahlberg1-2/+2
2006-06-03Get rid of unused variable.guy1-1/+0
2006-05-28basic sdp dissector for the bluetooth stacksahlberg1-0/+851