Rename packet-bootp.c to packet-dhcp.c.

Change-Id: I18882da2adbad278cb7825640ae989265d28a3dc
Reviewed-on: https://code.wireshark.org/review/29414
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Gerald Combs 2018-08-31 16:37:53 -07:00 committed by Anders Broman
parent 35ceb600f9
commit 4cfc9946c4
3 changed files with 6 additions and 6 deletions

View File

@ -182,10 +182,6 @@ indent_size = 3
[packet-bjnp.[ch]]
indent_size = 2
[packet-bootp.[ch]]
indent_style = tab
indent_size = tab
[packet-bootparams.[ch]]
indent_style = tab
indent_size = tab
@ -553,6 +549,10 @@ indent_size = 2
indent_style = tab
indent_size = tab
[packet-dhcp.[ch]]
indent_style = tab
indent_size = tab
[packet-dhcp-failover.[ch]]
indent_style = tab
indent_size = tab

View File

@ -718,7 +718,6 @@ set(DISSECTOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/packet-bmc.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-bmp.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-bofl.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-bootp.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-bootparams.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-bpdu.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-bpq.c
@ -891,6 +890,7 @@ set(DISSECTOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/packet-dec-dnart.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-dect.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-devicenet.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-dhcp.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-dhcp-failover.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-dhcpv6.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-diameter.c

View File

@ -1,4 +1,4 @@
/* packet-bootp.c
/* packet-dhcp.c
* Routines for DHCP/BOOTP packet disassembly
*
* Copyright 1998, Gilbert Ramirez <gram@alumni.rice.edu>