aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-12-17 10:34:16 +0100
committerMichael Mann <mmann78@netscape.net>2016-12-17 12:47:24 +0000
commit69dc69a5a76a9e2aa78b3d781ea0d94bb3e8c4fd (patch)
treeaccc59b3d939732ab2ea04e8a05d7cf834f9c922
parente520d79c8af96e2ca7fa5024f595c4b36101c6cf (diff)
bootp: fix indent (use tabs)
Change-Id: I0c16bf29631e9376b9f3b701627bd5f8fb133397 Reviewed-on: https://code.wireshark.org/review/19311 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-bootp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index fb16c9e3b5..04bae1b921 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -475,8 +475,8 @@ static int hf_bootp_option_civic_location_country = -1; /* 99 */
static int hf_bootp_option_civic_location_ca_type = -1; /* 99 */
static int hf_bootp_option_civic_location_ca_length = -1; /* 99 */
static int hf_bootp_option_civic_location_ca_value = -1; /* 99 */
-static int hf_bootp_option_tz_pcode = -1; /* 100 */
-static int hf_bootp_option_tz_tcode = -1; /* 101 */
+static int hf_bootp_option_tz_pcode = -1; /* 100 */
+static int hf_bootp_option_tz_tcode = -1; /* 101 */
static int hf_bootp_option_netinfo_parent_server_address = -1; /* 112 */
static int hf_bootp_option_netinfo_parent_server_tag = -1; /* 113 */
static int hf_bootp_option_dhcp_auto_configuration = -1; /* 116 */
@@ -533,7 +533,7 @@ static int hf_bootp_option_subnet_selection_option = -1; /* 118 */
static int hf_bootp_option_lost_server_domain_name = -1; /* 137 */
static int hf_bootp_option_capwap_access_controller = -1; /* 138 */
static int hf_bootp_option_tftp_server_address = -1; /* 150 */
-static int hf_bootp_option_mudurl = -1; /* 161 */
+static int hf_bootp_option_mudurl = -1; /* 161 */
static int hf_bootp_option_pxe_config_file = -1; /* 209 */
static int hf_bootp_option_pxe_path_prefix = -1; /* 210 */
static int hf_bootp_option_6RD_ipv4_mask_len = -1; /* 212 */
@@ -1318,8 +1318,8 @@ static struct opt_info default_bootp_opt[BOOTP_OPT_NUM] = {
/* 97 */ { "UUID/GUID-based Client Identifier", special, NULL},
/* 98 */ { "Open Group's User Authentication [TODO:RFC2485]", opaque, NULL },
/* 99 */ { "Civic Addresses Configuration", special, NULL},
-/* 100 */ { "PCode", string, &hf_bootp_option_tz_pcode },
-/* 101 */ { "TCode", string, &hf_bootp_option_tz_tcode },
+/* 100 */ { "PCode", string, &hf_bootp_option_tz_pcode },
+/* 101 */ { "TCode", string, &hf_bootp_option_tz_tcode },
/* 102 */ { "Removed/unassigned", opaque, NULL },
/* 103 */ { "Removed/unassigned", opaque, NULL },
/* 104 */ { "Removed/unassigned", opaque, NULL },
@@ -1379,7 +1379,7 @@ static struct opt_info default_bootp_opt[BOOTP_OPT_NUM] = {
/* 158 */ { "Unassigned", opaque, NULL },
/* 159 */ { "Unassigned", opaque, NULL },
/* 160 */ { "Unassigned", opaque, NULL },
-/* 161 */ { "Manufacturer Usage Description", string, &hf_bootp_option_mudurl},
+/* 161 */ { "Manufacturer Usage Description", string, &hf_bootp_option_mudurl},
/* 162 */ { "Unassigned", opaque, NULL },
/* 163 */ { "Unassigned", opaque, NULL },
/* 164 */ { "Unassigned", opaque, NULL },