Add support for the PacketCable Event Message Specification

(PKT-SP-EM-I09-040402).  Code contributed by CableLabs.


svn path=/trunk/; revision=12195
This commit is contained in:
Gerald Combs 2004-10-04 20:13:35 +00:00
parent a1d0c69d8d
commit cb6193c1e9
3 changed files with 1031 additions and 30 deletions

File diff suppressed because it is too large Load Diff

View File

@ -64,6 +64,7 @@ const value_string sminmpec_values[] = {
{VENDOR_SHASTA, "Shasta"},
{VENDOR_NOMADIX, "Nomadix"},
{VENDOR_SIEMENS, "SIEMENS"},
{VENDOR_CABLELABS, "CableLabs"},
{VENDOR_UNISPHERE, "Unisphere Networks"},
{VENDOR_CISCO_BBSM, "Cisco BBSM"},
{VENDOR_THE3GPP2, "3rd Generation Partnership Project 2 (3GPP2)"},

View File

@ -56,6 +56,7 @@
#define VENDOR_SHASTA 3199
#define VENDOR_NOMADIX 3309
#define VENDOR_SIEMENS 4329
#define VENDOR_CABLELABS 4491
#define VENDOR_UNISPHERE 4874
#define VENDOR_CISCO_BBSM 5263
#define VENDOR_THE3GPP2 5535