diff --git a/plugins/docsis/packet-bpkmattr.c b/plugins/docsis/packet-bpkmattr.c index 7735d228c1..827c6a7869 100644 --- a/plugins/docsis/packet-bpkmattr.c +++ b/plugins/docsis/packet-bpkmattr.c @@ -2,7 +2,7 @@ * Routines for Baseline Privacy Key Management Attributes dissection * Copyright 2002, Anand V. Narwani * - * $Id: packet-bpkmattr.c,v 1.5 2003/05/28 14:52:51 gerald Exp $ + * $Id: packet-bpkmattr.c,v 1.6 2003/09/09 07:17:00 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -40,7 +40,7 @@ #include /* BPKM Attributes defined in: - * http://www.cablemodem.com/Specs/SP-BPI+-I08-020301.pdf + * http://www.cablemodem.com/downloads/specs/SP-BPI+_I10-030730.pdf */ #define BPKM_RESERVED 0 #define BPKM_SERIAL_NUM 1 @@ -131,18 +131,6 @@ static const value_string error_code_vals[] = { {0, NULL}, }; -static const value_string data_encr_algo_vals[] = { - {0, "Reserved"}, - {1, "CBC Mode, 56 Bit DES"}, - {2, "CBC Mode, 40 Bit DES"}, - {0, NULL}, -}; - -static const value_string data_auth_algo_vals[] = { - {0, "No Data Authentication"}, - {0, NULL}, -}; - static const value_string crypto_suite_attr_vals[] = { {0x0100, "CBC Mode, 56 Bit DES & no Data Authentication"}, {0x0200, "CBC Mode, 40 Bit DES & no Data Authentication"}, @@ -514,7 +502,7 @@ proto_register_docsis_bpkmattr (void) }, {&hf_docsis_bpkmattr_crypto_suite, {"20 Cryptographic Suite", "docsis.bpkmattr.cryptosuite", - FT_UINT16, BASE_HEX, NULL, 0x0, + FT_UINT16, BASE_HEX, VALS(crypto_suite_attr_vals), 0x0, "Cryptographic Suite", HFILL} }, {&hf_docsis_bpkmattr_crypto_suite_list,