Wireshark-commits: [Wireshark-commits] master 9298297: DHCP: more details for PXE fields
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 10 Mar 2019 14:35:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=929829797f7742d559a55dc3b3d614a41acb71c9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9298297 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    DHCP: more details for PXE fields
    
    Dissect more details for PXE suboption.
    
    Used references:
    https://tools.ietf.org/id/draft-henry-remote-boot-protocol-00.txt
    https://web.archive.org/web/20111226190846/http://download.intel.com:80/design/archives/wfm/downloads/pxespec.pdf
    https://www.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.networkcomm/tcpip_dhcpv6_pxevendor.htm
    
    File to test:
    https://www.cloudshark.org/captures/1fd97aede26b
    
    Change-Id: I6353c064e46e8512f261791afc039b7b7069c94e
    Reviewed-on: https://code.wireshark.org/review/32376
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a551116   Dumpcap: Set a bigger IO buffer (64KiB).
     add  9298297   DHCP: more details for PXE fields


Summary of changes:
 epan/dissectors/packet-dhcp.c | 215 +++++++++++++++++++++++++++++++++++++-----
 1 file changed, 191 insertions(+), 24 deletions(-)