Displaying 2 results from an estimated 2 matches for "dhcp_pack_packet".
2012 Feb 12
1
dhcp.h/dhcppack.c/dhcpunpack.c: license and enhancement
...a copyright/license header? Currently I'm just using them
> as-is in com32/lib/ for pxechn.c32.
It really should, yes.
> Also, as I stated yesterday, I need to be able to use DHCP options
> 66/67 as real options (not just their DHCP fields) and thought either
> a flag argument to dhcp_pack_packet() or a flags field on struct
> dhcp_option would work. I think the flags field (probably as a
> uint32_t) would be better as I could foresee wanting to have the
> options in a certain order in order to satisfy some NBP in the future.
> I'm thinking the order section would be the l...
2011 Dec 23
1
PXELINUX: DHCP field giaddr (pxe_bootp_t.gip)
Right now, I almost have pxechn.c32 in a fully functional state by
adding a parameter to allow pure hex input of an option and its data.
It allows uppercase and lowercase entry with or without octet
delimiters (which must not match [0-9A-Fa-f]) and requires 2-digit
entry for the octet. This is an extremely loose input format such
that users may utilize it in their preferred format.
After adding