aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-92/+92
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-8/+8
2011-08-23From Andrei Emeltchenko via Chris Maynard:etxrab1-10/+10
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....morriss1-17/+17
2011-02-17Fix some Visual C++ analysis warnings.gerald1-9/+9
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noguy1-1/+19
2011-01-02From Allan M. Madsen via. bug 5445:krj1-113/+207
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatmorriss1-1/+1
2010-10-11Define some fcns & vars as static;wmeier1-59/+56
2010-05-19Remove a couple of check_col()krj1-38/+28
2010-01-13From Didier Gautheron:etxrab1-51/+18
2009-10-18Remove a shadowed variable.stig1-2/+0
2009-09-24Don't guard col_append_str with check_colkrj1-6/+2
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_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-29From Kovarththanan Rajaratnam: Fix for Bug #3572 wmeier1-1/+11
2009-06-23From Kovarththanan Rajaratnam:jake1-20/+446
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-12/+12
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+3
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-3/+3
2008-11-12Avoid crash when unable to lookup psm_data before calling dissect_options().stig1-9/+15
2008-10-08From Shane Kearns:jake1-30/+368
2008-02-03From Shane Kearns (bug 2239):stig1-12/+103
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-2/+2
2006-06-04warning fix: guint16 is always <= 0xFFFFjmayer1-1/+1
2006-05-27add reassembly of bluetooth ACL packetssahlberg1-7/+7
2006-05-26pass both chandle and cid from l2cap to higher layer protocols.sahlberg1-2/+13
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-05-17for "connection oriented channels" place a generated psm field in the displ...sahlberg1-1/+10
2006-05-16add dissection of the bluetooth btl2cap layersahlberg1-0/+842