Hi Eliot,
On Wed, Dec 14, 2016 at 9:10 AM, Eliot Lear <[email protected]> wrote: > Hi everyone, > > I'm doing some work to add support for a new DHCP option. I've already > added and tested code in the appropriate dissector files, but I see that > there are several files in the radius/ directory (dictionary.dhcp and > dictionary.freedhcp). These look roughly like the dictionary files used > by freeradius, but with the possibility of compound types. The option > I'm adding is fairly straight forward: it's a length and string. It > doesn't get much simpler. Should I place an entry in these files > indicating "byte string"? > For DHCP, Wireshark don't use RADIUS dicto like freeradius You need to modify packet-bootp.c (or packet-dhcpv6.c) for add new option. > > Apologies if this is in a FAQ somewhere. A pointer to the answer would > be fine. > > Thanks, > > Eliot > > > ____________________________________________________________ > _______________ > Sent via: Wireshark-dev mailing list <[email protected]> > Archives: https://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev > mailto:[email protected]?subject= > unsubscribe >
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
