bootp: fix indent (use tabs)
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Sat, 17 Dec 2016 09:34:16 +0000 (10:34 +0100)
committerMichael Mann <mmann78@netscape.net>
Sat, 17 Dec 2016 12:47:24 +0000 (12:47 +0000)
Change-Id: I0c16bf29631e9376b9f3b701627bd5f8fb133397
Reviewed-on: https://code.wireshark.org/review/19311
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/dissectors/packet-bootp.c

index fb16c9e3b59b034e116db5d8311b7e455f48b042..04bae1b9219ab7055df27e0ca92e2080d9cb88d5 100644 (file)
@@ -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 },