Deleted Added
full compact
atmuni31.h (190207) atmuni31.h (214478)
1/*
2 * Copyright (c) 1997 Yen Yen Lim and North Dakota State University
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 15 unchanged lines hidden (view full) ---

24 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
29 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 * POSSIBILITY OF SUCH DAMAGE.
31 *
1/*
2 * Copyright (c) 1997 Yen Yen Lim and North Dakota State University
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 15 unchanged lines hidden (view full) ---

24 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
29 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 * POSSIBILITY OF SUCH DAMAGE.
31 *
32 * @(#) $Header: /tcpdump/master/tcpdump/atmuni31.h,v 1.2.6.1 2007-10-22 19:39:12 guy Exp $ (LBL)
32 * @(#) $Header: /tcpdump/master/tcpdump/atmuni31.h,v 1.3 2007-10-22 19:37:51 guy Exp $ (LBL)
33 */
34
35/* Based on UNI3.1 standard by ATM Forum */
36
37/* ATM traffic types based on VPI=0 and (the following VCI */
38#define VCI_PPC 0x05 /* Point-to-point signal msg */
39#define VCI_BCC 0x02 /* Broadcast signal msg */
40#define VCI_OAMF4SC 0x03 /* Segment OAM F4 flow cell */

--- 47 unchanged lines hidden ---
33 */
34
35/* Based on UNI3.1 standard by ATM Forum */
36
37/* ATM traffic types based on VPI=0 and (the following VCI */
38#define VCI_PPC 0x05 /* Point-to-point signal msg */
39#define VCI_BCC 0x02 /* Broadcast signal msg */
40#define VCI_OAMF4SC 0x03 /* Segment OAM F4 flow cell */

--- 47 unchanged lines hidden ---