aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-18From beroset:Anders Broman1-8/+8
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-03-18From Michal Labedzki:Anders Broman1-0/+8
2012-10-09From Michal Labedzki:Anders Broman1-0/+2
2012-10-09From Michal Labedzki:Anders Broman1-0/+12
2012-09-21From Michal Labedzki:Anders Broman1-5/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-12Cleanup & minor bug fixes:Bill Meier1-781/+881
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+11
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-7/+7
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