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