aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-25From Michal Labedzki: Anders Broman1-11/+29
2012-06-25From Michal Labedzki: Anders Broman1-23/+22
2012-06-25From Michal Labedzki: Anders Broman1-36/+164
2012-04-26From Evan Huus:Anders Broman1-8/+0
2012-03-12Cleanup & minor bug fixes:Bill Meier1-720/+729
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-36/+32
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss1-20/+20
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris1-2/+18
2011-01-02From Allan M. Madsen via. bug 5445:Kovarththanan Rajaratnam1-32/+292
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-19Remove superfluous NULL assignmentKovarththanan Rajaratnam1-4/+1
2010-05-19Remove references to ppp_handle (unused)Kovarththanan Rajaratnam1-17/+0
2010-05-19Pass along btrfcomm_data_t to higher layer protocolsKovarththanan Rajaratnam1-3/+10
2010-05-18Parse everything as OBEX (for now).Kovarththanan Rajaratnam1-13/+8
2010-05-18Remove #if 0 codeKovarththanan Rajaratnam1-162/+0
2010-01-13From Didier Gautheron:Anders Broman1-6/+2
2009-11-12Make the MCC length check a little more picky.Gerald Combs1-5/+6
2009-11-12Check for an invalid MCC length. Fixes bug 4212.Gerald Combs1-6/+8
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-1/+0
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...Kovarththanan Rajaratnam1-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-3/+3
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-03-15Fix perror, calloc usage so checkAPIs doesn't complain.Bill Meier1-2/+2
2008-10-02Make sure any data structures we allocate are properly initialized. FixesGerald Combs1-12/+2
2008-07-09Fix some mis-spellingsBill Meier1-4/+4
2008-06-27Fix some checkAPIs warnings.Gerald Combs1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-59/+0
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-2/+2
2006-07-20Remove remaining instances of NEED_SNPRINTF_H. Fix up whitespace.Gerald Combs1-42/+38
2006-07-01Get rid of an unused variable.Guy Harris1-1/+0
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-27initial bluetooth rfcomm dissector.Ronnie Sahlberg1-0/+1013