ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Patch: Toplevel PXEClient decoding (dhcp)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 24 May 2001 12:22:14 -0700 (PDT)
> I've added handling of PXEClient dhcp request. In order to do so, I had
> to move dhcp option parsing to a 2 pass operation.

Checked in (with "vendor_class_id" made a "const guint8 *", as it's set
from "tvb_get_ptr()", which returns a "const guint8 *", not a "guint8 *").