[docsis->bpkmattrib] Correction for TLV 15 text from 14->15
authorAdrianSimionov <daniel.simionov@gmail.com>
Mon, 28 Dec 2015 12:56:40 +0000 (13:56 +0100)
committerMichael Mann <mmann78@netscape.net>
Mon, 28 Dec 2015 18:30:24 +0000 (18:30 +0000)
Change-Id: Ic1122e36c8099c1f891d3d5f81bd7fb4977d2ffd
Reviewed-on: https://code.wireshark.org/review/12880
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
plugins/docsis/packet-bpkmattr.c

index edc7a987d7930e51c9616b846d82da05d11af47e..618165c40122afec3ef2cbc6b2708ace28945b94 100644 (file)
@@ -432,7 +432,7 @@ proto_register_docsis_bpkmattr (void)
     },
 #endif
     {&hf_docsis_bpkmattr_cbc_iv,
-     {"14 CBC IV", "docsis_bpkmattr.cbciv",
+     {"15 CBC IV", "docsis_bpkmattr.cbciv",
       FT_BYTES, BASE_NONE, NULL, 0x0,
       "Cypher Block Chaining", HFILL}
     },