http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23293
User: etxrab
Date: 2007/10/27 04:49 PM
Log:
From Stefan Puiu:
According to http://www.iana.org/assignments/bootp-dhcp-parameters, suboptions
from 1 to 10 have been defined. 3 is reserved, and most of the others have
their own RFC. For a start I've attached a patch that decodes suboption 6 just
as 1 and 2, and also suboption 3. This might not be entirely correct, since
suboptions 1 and 2 are opaque values (RFC3046), while 6 is an ASCII text
string.
I added something for the other values as well...
Directory: /trunk/epan/dissectors/
Changes Path Action
+49 -13 packet-bootp.c Modified