DHCP: Fix RFC 4578 erratum number.

The link to the erratum for RFC 4578 is wrong -- I probably accidentally hit
Ctrl+A in Vim insert mode and incremented it.

This trivial comments-only change corrects the erratum ID from 4625 to 4624.

Change-Id: If0495b7900ce4dbf63328a4568d04f8407012c10
Reviewed-on: https://code.wireshark.org/review/30412
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Darius Davis 2018-10-30 13:57:33 +10:00 committed by Anders Broman
parent 2c09e87c71
commit 312bb10682
1 changed files with 2 additions and 2 deletions

View File

@ -1121,8 +1121,8 @@ static const value_string dhcp_nbnt_vals[] = {
* EFI Byte Code (EFI BC, EBC) was 7 in RFC 4578, but is assigned 9 by IETF.
* EFI x64 was 9 in RFC 4578, but is assigned 7 by IETF.
*
* For confirmation, refer to RFC erratum 4625:
* https://www.rfc-editor.org/errata/eid4625
* For confirmation, refer to RFC erratum 4624:
* https://www.rfc-editor.org/errata/eid4624
*/
static const value_string dhcp_client_arch[] = {
{ 0x0000, "IA x86 PC" },