aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-10-20 05:29:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-10-20 05:29:53 +0000
commit604d8a8026b1b00d454e894eee936b136471b5f3 (patch)
treece7c1b814a9c2ba35418ac8aad8b33dcd32e8054 /epan/dissectors/packet-bootp.c
parente407c69770c091b9287d8f4d6c6576fb42ff557e (diff)
From Stephen Donovan:
Allow Ethereal to decode the IP address inside of Option 118 svn path=/trunk/; revision=16275
Diffstat (limited to 'epan/dissectors/packet-bootp.c')
-rw-r--r--epan/dissectors/packet-bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index 5625ced343..55d6599a68 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -462,7 +462,7 @@ bootp_option(tvbuff_t *tvb, proto_tree *bp_tree, int voff, int eoff,
/* 115 */ { "DHCP Failover Protocol", opaque, NULL },
/* 116 */ { "DHCP Auto-Configuration", opaque, NULL },
/* 117 */ { "Name Service Search", opaque, NULL },
- /* 118 */ { "Subnet Selection Option", opaque, NULL },
+ /* 118 */ { "Subnet Selection Option", ipv4_list, NULL },
/* 119 */ { "Domain Search", opaque, NULL },
/* 120 */ { "SIP Servers", opaque, NULL },
/* 121 */ { "Classless Static Route", opaque, NULL },