aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-08-23 17:24:46 +0000
committerBill Meier <wmeier@newsguy.com>2012-08-23 17:24:46 +0000
commit7cd408ebf4ebc569eb6d4f923d72782490ad8564 (patch)
treea13f1e932a55af1313d4c5b80ee451718fb86d71
parent2c616e40afba5af51f2e2e8e795fdc56b3112621 (diff)
Replace dup value (typo ?) with what seems to be the correct value.
svn path=/trunk/; revision=44640
-rw-r--r--epan/dissectors/packet-slowprotocols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-slowprotocols.c b/epan/dissectors/packet-slowprotocols.c
index 0c6de75ad8..6cca452849 100644
--- a/epan/dissectors/packet-slowprotocols.c
+++ b/epan/dissectors/packet-slowprotocols.c
@@ -381,7 +381,7 @@ static const value_string attribute_vals[] = {
{ 42, "aRepeaterHealthState" },
{ 43, "aRepeaterHealthText" },
{ 44, "aRepeaterHealthData" },
- { 44, "aTransmitCollisions" },
+ { 45, "aTransmitCollisions" }, /* XXX: was: 44 */
{ 46, "aGroupID" },
{ 47, "aGroupPortCapacity" },
{ 48, "aPortMap" },