aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-6/+67
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-18/+10
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-124/+127
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-4/+12
2013-03-18From beroset:Anders Broman1-8/+8
2013-03-18From Michal Labedzki:Anders Broman1-3/+3
2013-03-18From Michal Labedzki:Anders Broman1-7/+7
2013-02-11From: Michal Labedzki:Anders Broman1-3/+6
2012-12-02Remove unneeded variable initializers.Evan Huus1-4/+4
2012-11-05From Michal Labedzki:Anders Broman1-0/+1
2012-10-09From Michal Labedzki:Anders Broman1-1/+12
2012-09-21From Michal Labedzki:Anders Broman1-4/+1
2012-09-21From Michal Labedzki:Anders Broman1-11/+60
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Bluetooth: Move HFP dissector from RFCOMM fileJakub Zawadzki1-60/+0
2012-09-10From Michal Labedzki:Anders Broman1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
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