aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-10-11 22:04:32 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-10-11 22:04:32 +0000
commit4024a6e592a84a2a17ffa51f0d00288c40de5ba8 (patch)
tree030c13607c7f43833839382a3df35c7117819dce
parent0b4529008d9051686bc942630c852404aeb3147b (diff)
Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.
svn path=/trunk/; revision=23151
-rw-r--r--epan/dissectors/packet-bgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bgp.c b/epan/dissectors/packet-bgp.c
index 94e6b4c3a5..db084f7976 100644
--- a/epan/dissectors/packet-bgp.c
+++ b/epan/dissectors/packet-bgp.c
@@ -1036,8 +1036,8 @@ decode_prefix_MP(proto_tree *tree, int hf_addr4, int hf_addr6,
tvb_get_ntohs(tvb, offset + 4),
ip_to_str(ip4addr.addr_bytes),
ce_id,
- labblk_size,
labblk_off,
+ labblk_size,
lab_stk);
break;