Wireshark-commits: [Wireshark-commits] rev 24263: /trunk/ /trunk/epan/dissectors/: Makefile.common

Date: Sun, 03 Feb 2008 21:11:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24263

User: stig
Date: 2008/02/03 09:11 PM

Log:
 From Shane Kearns (bug 2237):
 Added support for Symbian OS btsnoop.
 
 The bluetooth HCI layer in Symbian OS can be configured to log all packets to a
 file.  The log format, "btsnoop" is based on the RFC1761 "snoop" format - but
 differences in the header make it incompatible.
 
 The btsnoop format supports logging of these formats:
 "H1" (raw HCI packets without framing)
 "H4" (HCI UART packets including packet type header)
 "H5" (HCI 3 wire UART packets including framing)
 "BCSP" (HCI bluecore serial protocol including framing)
 
 "H1" and "H4" are section numbers in the original v1 bluetooth specifications,
 but still used colloquially - wireshark's existing support for Linux bluez HCI
 logs uses the "H4" name.
 
 In practice, the "H1" format is used for H5,BCSP and USB HCI logs, as the HCI
 packet logs are mainly useful for debugging higher layers, bluetooth profiles
 and bluetooth applications.
 
 From me:
 Deleted some unused prototypes.
 Mark an unused parameter.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -0      Makefile.common       Modified
  +1 -0      packet-bthci_acl.c    Modified
  +1 -0      packet-bthci_cmd.c    Modified
  +1 -0      packet-bthci_evt.c    Modified
  +1 -0      packet-bthci_sco.c    Modified
  +0 -1      packet-btsdp.c        Modified
  +5 -0      packet-frame.c        Modified
  +134 -0    packet-hci_h1.c       Added
  +27 -0     packet-hci_h1.h       Added

Directory: /trunk/
  Changes    Path          Action
  +5 -1      AUTHORS       Modified


(5 files not shown)