dect
/
libpcap
Archived
13
0
Fork 0

Use VCI_ as a prefix for all the VCI values, rather than just prefixing

PPC with ATM_.
This commit is contained in:
guy 2007-10-22 19:28:58 +00:00
parent fc6fdb7bee
commit 69fd6e08ab
1 changed files with 7 additions and 7 deletions

View File

@ -29,18 +29,18 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* @(#) $Header: /tcpdump/master/libpcap/atmuni31.h,v 1.2 2007-10-20 01:15:14 guy Exp $ (LBL) * @(#) $Header: /tcpdump/master/libpcap/atmuni31.h,v 1.3 2007-10-22 19:28:58 guy Exp $ (LBL)
*/ */
/* Based on UNI3.1 standard by ATM Forum */ /* Based on UNI3.1 standard by ATM Forum */
/* ATM traffic types based on VPI=0 and (the following VCI */ /* ATM traffic types based on VPI=0 and (the following VCI */
#define ATM_PPC 0x05 /* Point-to-point signal msg */ #define VCI_PPC 0x05 /* Point-to-point signal msg */
#define BCC 0x02 /* Broadcast signal msg */ #define VCI_BCC 0x02 /* Broadcast signal msg */
#define OAMF4SC 0x03 /* Segment OAM F4 flow cell */ #define VCI_OAMF4SC 0x03 /* Segment OAM F4 flow cell */
#define OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */ #define VCI_OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */
#define METAC 0x01 /* Meta signal msg */ #define VCI_METAC 0x01 /* Meta signal msg */
#define ILMIC 0x10 /* ILMI msg */ #define VCI_ILMIC 0x10 /* ILMI msg */
/* Q.2931 signalling messages */ /* Q.2931 signalling messages */
#define CALL_PROCEED 0x02 /* call proceeding */ #define CALL_PROCEED 0x02 /* call proceeding */