aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-08-21 19:47:50 +0000
committerJörg Mayer <jmayer@loplof.de>2004-08-21 19:47:50 +0000
commit96d7433ba74a64ae8c73635d9ff2d4fa40167381 (patch)
tree3444fc093d8947bf568acbada959a711d0ee51d2 /epan/dissectors/packet-bootp.c
parent7310caf56901aa26734a2abd18ae3a9bc91984ea (diff)
Missed the second case in last change
svn path=/trunk/; revision=11790
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 792ea77d06..bf15e2104b 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -1583,7 +1583,7 @@ dissect_bootp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
else {
proto_tree_add_text(bp_tree, tvb,
- 28, 0, "Client address not given");
+ 28, 16, "Client address not given");
}
/* The server host name is optional */