aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-12 15:44:45 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-12 15:44:45 +0000
commitd84b66491bfa3c6b5f5872a2e2d5be65efd5d5eb (patch)
treeb87690d8e90c8439eea53e0fa426d7f9c8da9ce5 /epan/dissectors/packet-bacapp.c
parent15681f4c667c0778ff50eedb2eda9f97e5cbf270 (diff)
From Danny Breton: Property name time-synchronization-interval(204) is incorrectly shown as time-synchronization-recipents.
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6336 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38977 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bacapp.c')
-rw-r--r--epan/dissectors/packet-bacapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bacapp.c b/epan/dissectors/packet-bacapp.c
index 6bd4200c63..6e62060c12 100644
--- a/epan/dissectors/packet-bacapp.c
+++ b/epan/dissectors/packet-bacapp.c
@@ -3148,7 +3148,7 @@ BACnetPropertyIdentifier [] = {
{201,"requested-update-interval"},
{202,"restart-notification-recipients"},
{203,"time-of-device-restart"},
- {204,"time-synchronization-recipients"},
+ {204,"time-synchronization-interval"},
{205,"trigger"},
{206,"UTC-time-synchronization-recipients"},
{207,"node-subtype"},