ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 23293: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 27 Oct 2007 16:49:16 GMT
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