https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4861
Summary: DHCP Dissector - Support for DHCP Option 150 TFTP
Server Address
Product: Wireshark
Version: 1.2.8
Platform: x86
OS/Version: Gentoo
Status: NEW
Severity: Enhancement
Priority: Low
Component: Extras
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: burns.jason@xxxxxxxxx
Created an attachment (id=4778)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4778)
Patch to bootp dissector to add support for DHCP Option 150
Build Information:
TShark 1.2.8
Copyright 1998-2010 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (32-bit) with GLib 2.22.5, with libpcap 1.1.1, with libz 1.2.3, with
POSIX capabilities (Linux), with libpcre 7.9, without SMI, without c-ares,
without ADNS, without Lua, with GnuTLS 2.2.5, with Gcrypt 1.4.5, without
Kerberos, without GeoIP.
Running on Linux 2.6.30-gentoo-r8, with libpcap version 1.1.1, GnuTLS 2.2.5,
Gcrypt 1.4.5.
Built using gcc 4.3.4.
--
According to this document DHCP Option 150 is an array of IPv4 TFTP Server
Addresses
http://cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00800942f4.shtml#tftp_option
I fixed the capitalization of this option in the bootp dissector and changed
the type to match the actual use of the option. (ipv4_list)
This is just a one liner.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.