aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_h4.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29446
2009-07-13Note what the "Unknown" value is.Guy Harris1-1/+1
svn path=/trunk/; revision=29084
2009-07-13From Kovarththanan Rajaratnam:Anders Broman1-14/+6
hci_h4: Optimize column/field handling https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3703 svn path=/trunk/; revision=29082
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2007-10-16From Paolo Abeni via bug 1751:Jeff Morriss1-8/+9
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1751 The patch adds support to wiretap for a new libpcap DLT for bluetooth captures. This DLT carries the direction information, which now can be displayed correctly. The hci H4 dissector is updated to handle also the newly introduced wtap encap. svn path=/trunk/; revision=23208
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-10add Bluetooth to the long protocol nameRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18120
2006-05-09Propset...Jörg Mayer1-1/+1
svn path=/trunk/; revision=18115
2006-05-09Add the first layer of the bluetooth stack dissecting the hci h4 single byteRonnie Sahlberg1-0/+148
refactyored from the affix patch by Christoph Scholz svn path=/trunk/; revision=18112