aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-19 20:21:26 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-19 20:21:26 +0000
commit167e009c92d421cd5a454c529a00f6536ff270ac (patch)
treecbd4764a8e9c820e453d8ba5dad28f5cc47eae6d /packet-bootp.c
parentc42a497605c134219773b8a4054b2a30a4fdc020 (diff)
Clarify a comment, for the benefit of those not familiar with RFCspeak.
svn path=/trunk/; revision=5710
Diffstat (limited to 'packet-bootp.c')
-rw-r--r--packet-bootp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-bootp.c b/packet-bootp.c
index 3ff83e15bb..d6ed49029c 100644
--- a/packet-bootp.c
+++ b/packet-bootp.c
@@ -2,7 +2,7 @@
* Routines for BOOTP/DHCP packet disassembly
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-bootp.c,v 1.66 2002/06/19 19:50:34 guy Exp $
+ * $Id: packet-bootp.c,v 1.67 2002/06/19 20:21:26 guy Exp $
*
* The information used comes from:
* RFC 951: Bootstrap Protocol
@@ -1224,7 +1224,7 @@ dissect_bootp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
"Boot file name not given");
}
- /* rfc2132 says it SHOULD exist */
+ /* rfc2132 says it SHOULD exist, not that it MUST exist */
if (tvb_bytes_exist(tvb, 236, 4)) {
tvb_memcpy(tvb, (void *)&ip_addr, 236, sizeof(ip_addr));
if (tvb_get_ntohl(tvb, 236) == 0x63825363) {