We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c458d9 commit 68deb69Copy full SHA for 68deb69
src/dhcp.c
@@ -736,7 +736,7 @@ struct rfc3396_ctx {
736
* when the option overflows the boundary and another option
737
* is created to hold the resta of the data.
738
* Tested against Wireshark-4.4.1 */
739
-#define RFC3396_BOUNDARY UINT8_MAX
+#define RFC3396_BOUNDARY 255UL
740
static ssize_t
741
rfc3396_write(struct rfc3396_ctx *ctx, void *data, size_t len)
742
{
0 commit comments