Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: SV: [Ethereal-dev] [PATCH] Modified packet dissector for bootp todisplay Option

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

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Thu, 20 Oct 2005 07:30:16 +0200
Checked in.
Brg
Anders

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För Stephen Donovan
Skickat: den 12 oktober 2005 19:12
Till: ethereal-dev@xxxxxxxxxxxx
Ämne: [Ethereal-dev] [PATCH] Modified packet dissector for bootp todisplay
Option 118

I frequently make use of Option 118, Subnet Selection for IPv4, in one of
the products that I work on. WIth the current version of ethereal, I must
manually convert the hex to an IP address. A very minor change to
packet-bootp.c allows Ethereal to decode the IP address inside of Option
118. A simple type change was all that was necessary. I have tested this on
my machine and it works under Linux, but I do not have a Windows build
environment.

-        /* 118 */ { "Subnet Selection Option",                   opaque,
NULL },
+        /* 118 */ { "Subnet Selection Option",                   ipv4_list,
NULL },