aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-09-12 15:44:45 +0000
committerBill Meier <wmeier@newsguy.com>2011-09-12 15:44:45 +0000
commit4bbd01941d348ac350b68fdd797c709ebc8e3f2e (patch)
treeb87690d8e90c8439eea53e0fa426d7f9c8da9ce5 /epan/dissectors/packet-bacapp.c
parenta3ef4972b36807cddd8302845a7b79a7a11c8c1c (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 svn path=/trunk/; revision=38977
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"},