aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bssap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-22 20:59:02 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-22 20:59:02 +0000
commit8857c91a1d03b0b2c74eb634e1190d04f1fee361 (patch)
tree014eaa53fe91b39fbc5469f760abb2f06f0dd9a5 /packet-bssap.h
parent0d2ca9cd2b03bc424002d3ec320691df6728cf60 (diff)
From Michael Lum:
BSSAP (GSM 08.06)/BSAP (IOS 4.0.1) support IOS 4.0.1 support Add Transport Layer support to ANSI IS-637-A dissector svn path=/trunk/; revision=8751
Diffstat (limited to 'packet-bssap.h')
-rw-r--r--packet-bssap.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/packet-bssap.h b/packet-bssap.h
new file mode 100644
index 0000000000..229951c470
--- /dev/null
+++ b/packet-bssap.h
@@ -0,0 +1,34 @@
+/* packet-bssap.h
+ * Routines for Base Station Subsystem Application Part (BSSAP/BSAP) dissection
+ * Specifications from 3GPP2 (www.3gpp2.org) and 3GPP (www.3gpp.org)
+ * IOS 4.0.1 (BSAP)
+ * GSM 08.06 (BSSAP)
+ *
+ * Copyright 2003, Michael Lum <mlum [AT] telostech.com>
+ * In association with Telos Technology Inc.
+ *
+ * $Id: packet-bssap.h,v 1.1 2003/10/22 20:59:02 guy Exp $
+ *
+ * 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.
+ */
+
+#define BSSAP_PDU_TYPE_BSSMAP 0x00
+#define BSSAP_PDU_TYPE_DTAP 0x01
+
+#define BSSAP_PDU_TYPE_BSMAP BSSAP_PDU_TYPE_BSSMAP