aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-19 20:21:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-19 20:21:26 +0000
commitf8ca9d4c63bd18babaf1a0e1d30dbba2166a7fc7 (patch)
treecbd4764a8e9c820e453d8ba5dad28f5cc47eae6d /packet-bootp.c
parentc2aac41c11e916eee58a61071570eda09aee7714 (diff)
Clarify a comment, for the benefit of those not familiar with RFCspeak.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5710 f5534014-38df-0310-8fa8-9805f1628bb7
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) {