aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-16 08:31:34 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-16 08:31:34 +0000
commit5857560a7f18ea557228e3e796418164d3058f67 (patch)
treec7560b46acd4e29004a31676b0a6aa995e7b35db /epan/dissectors/packet-btl2cap.h
parent0457e756b1c81f1f0a5f4d47f49769e5a6971e7e (diff)
add dissection of the bluetooth btl2cap layer
svn path=/trunk/; revision=18170
Diffstat (limited to 'epan/dissectors/packet-btl2cap.h')
-rw-r--r--epan/dissectors/packet-btl2cap.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btl2cap.h b/epan/dissectors/packet-btl2cap.h
new file mode 100644
index 0000000000..5288ce70f8
--- /dev/null
+++ b/epan/dissectors/packet-btl2cap.h
@@ -0,0 +1,31 @@
+/* packet-btl2cap.h
+ *
+ * $Id$
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __PACKET_BTL2CAP_H__
+#define __PACKET_BTL2CAP_H__
+
+#define BTL2CAP_PSM_SDP 0x0001
+#define BTL2CAP_PSM_RFCOMM 0x0003
+#define BTL2CAP_PSM_BNEP 0x000f
+
+#endif