aboutsummaryrefslogtreecommitdiffstats
path: root/atmuni31.h
diff options
context:
space:
mode:
authorguy <guy>2007-10-20 01:15:14 +0000
committerguy <guy>2007-10-20 01:15:14 +0000
commitbb9a52d915411c911516d2460583abd5c64bc678 (patch)
treebb4bb192214ab8765fc99c6e3f589488986d9670 /atmuni31.h
parent3a0937cfba22fd8e9a9a4d4ca49a6011f77ec71b (diff)
SITA ACN support, from Fulko Hew.
Diffstat (limited to 'atmuni31.h')
-rw-r--r--atmuni31.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atmuni31.h b/atmuni31.h
index b06cd39..5920e55 100644
--- a/atmuni31.h
+++ b/atmuni31.h
@@ -29,13 +29,13 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * @(#) $Header: /tcpdump/master/libpcap/atmuni31.h,v 1.1 2002-07-11 09:06:32 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/atmuni31.h,v 1.2 2007-10-20 01:15:14 guy Exp $ (LBL)
*/
/* Based on UNI3.1 standard by ATM Forum */
/* ATM traffic types based on VPI=0 and (the following VCI */
-#define PPC 0x05 /* Point-to-point signal msg */
+#define ATM_PPC 0x05 /* Point-to-point signal msg */
#define BCC 0x02 /* Broadcast signal msg */
#define OAMF4SC 0x03 /* Segment OAM F4 flow cell */
#define OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */