aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-17 16:33:28 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-17 16:33:28 +0000
commit6e19a45105d510782dcbf49ec73613cda330fc1e (patch)
tree113e342d76e90305c16acfe5b23c4246eab3229b
parent93e17fcf111198f07b8a9485db002577bed10ff5 (diff)
Fixed typo in "Reason" abbrev.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34540 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-btamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btamp.c b/epan/dissectors/packet-btamp.c
index bb4f0d1fdb..3dbeeca7bd 100644
--- a/epan/dissectors/packet-btamp.c
+++ b/epan/dissectors/packet-btamp.c
@@ -510,7 +510,7 @@ proto_register_btamp(void)
"L2CAP Command Data", HFILL }
},
{ &hf_btamp_rej_reason,
- { "Reason", "btl2cap.rej_reason",
+ { "Reason", "btamp.rej_reason",
FT_UINT16, BASE_HEX, VALS(reason_vals), 0x0,
NULL, HFILL }
},