ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 11021] New: [PATCH] Bootp/DHCP: Add option 242 (Avaya IP T

Date: Sat, 28 Feb 2015 15:33:12 +0000
Bug ID 11021
Summary [PATCH] Bootp/DHCP: Add option 242 (Avaya IP Telephone)
Product Wireshark
Version Git
Hardware All
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 13482 [details]
Samples of different paramter values

Build Information:
TShark (Wireshark) 1.99.3 (v1.99.3rc0-345-gaf7fbf9 from unknown)

Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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 libpcap, without POSIX capabilities, without libnl, with
libz 1.2.7, with GLib 2.32.4, with SMI 0.4.8, without c-ares, without ADNS,
with
Lua 5.2, with GnuTLS 2.12.20, with Gcrypt 1.5.0, without Kerberos, without
GeoIP.

Running on Linux 3.2.0-4-686-pae, with locale en_GB.UTF-8, with libpcap version
1.3.0, with libz 1.2.7, with GnuTLS 2.12.20, with Gcrypt 1.5.0.

Built using gcc 4.7.2.
--
Bootp/DHCP: Add option 242 (Avaya IP Telephone)

    This commit adds handling for option 242 to bootp.
    The value of the Avaya option 242 is a string containing a list of
    several suboptions seperated by a ",".
    However some suboptions may have multiple values also seperated by
    a comma. The values may be enclosed in quotes.

    A real-life string e.g. looks like:
    MCIPADD=10.1.1.2,10.1.1.3,TLSSRVR=10.1.1.5,VLANTEST=60,L2Q=1,L2QVLAN=77

    Documentation can be found here:
   
https://downloads.avaya.com/elmodocs2/one-X_Deskphone_Edition/R1.5/output/16_300698_4/admn054.html
and
    http://downloads.avaya.com/css/P8/documents/100068659

    A set of crafted packets is attached to the bug.


You are receiving this mail because:
  • You are watching all bug changes.