summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorJérôme LAFORGE <jerome.laforge@gmail.com>2015-03-11 10:12:45 +0100
committerMichael Mann <mmann78@netscape.net>2015-03-11 10:11:36 +0000
commit1bc0c48e78f4b31a3e1f5e8d9add14a703fbccf3 (patch)
tree8624e80937601b932dc4c2222ca716f9d8a2a31d /epan
parent14b23203dbbe2efcb3048170072ece7b705816b8 (diff)
downloadwireshark-1bc0c48e78f4b31a3e1f5e8d9add14a703fbccf3.tar.gz
Minor fix of RFC's number into comment.
Change-Id: I51035034397aa9bc42ed5b4aadc6c7fca52b2d5d Reviewed-on: https://code.wireshark.org/review/7638 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index 49b68c7dcc..db7ddd5fd3 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -1851,7 +1851,7 @@ bootp_option(tvbuff_t *tvb, packet_info *pinfo, proto_tree *bp_tree, proto_item
/* Identifier is a UUID */
proto_tree_add_item(v_tree, hf_bootp_client_identifier_uuid,
tvb, optoff + 1, 16, ENC_LITTLE_ENDIAN);
- /* From RFC 4631 paragraph 6.1 DHCPv4 Client Behavior:
+ /* From RFC 4361 paragraph 6.1 DHCPv4 Client Behavior:
To send an RFC 3315-style binding identifier in a DHCPv4 'client
identifier' option, the type of the 'client identifier' option is set
to 255. */