~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to epan/dissectors/packet-bthci_acl.c

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * Refactored for wireshark checkin
9
9
 *   Ronnie Sahlberg 2006
10
10
 *
11
 
 * $Id: packet-bthci_acl.c 18894 2006-08-14 08:29:29Z sahlberg $
 
11
 * $Id: packet-bthci_acl.c 20062 2006-12-07 20:34:08Z etxrab $
12
12
 *
13
13
 * Wireshark - Network traffic analyzer
14
14
 * By Gerald Combs <gerald@wireshark.org>
54
54
/* Initialize the subtree pointers */
55
55
static gint ett_btacl = -1;
56
56
 
57
 
dissector_handle_t btl2cap_handle=NULL;
 
57
static dissector_handle_t btl2cap_handle=NULL;
58
58
 
59
59
static gboolean acl_reassembly = TRUE;
60
60