aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lg8979.c
diff options
context:
space:
mode:
authorChris Bontje <cbontje@gmail.com>2016-08-23 08:42:59 -0600
committerJaap Keuter <jaap.keuter@xs4all.nl>2016-08-23 20:38:52 +0000
commite11d4a891373c0f47062dd526a1f5ff6baa09ba6 (patch)
treef1e158c4fa89b79bf2dfc6f4bb965d03f979faeb /epan/dissectors/packet-lg8979.c
parentf4ad204745e6ccbb0ae420561b8e159dc4a3a824 (diff)
[lg8979] - Fix dissection of 'Analog Group Change Report' Responses (FC2)
They follow the same dissection as normal 'Analog Change Report' Responses (FC0) Change-Id: I854084f43fd0cc52ba02b6f1e760a63033ab48dd Reviewed-on: https://code.wireshark.org/review/17270 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-lg8979.c')
-rw-r--r--epan/dissectors/packet-lg8979.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lg8979.c b/epan/dissectors/packet-lg8979.c
index 57adf3d430..910339270f 100644
--- a/epan/dissectors/packet-lg8979.c
+++ b/epan/dissectors/packet-lg8979.c
@@ -833,7 +833,9 @@ dissect_lg8979(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _
switch (func) {
/* Function Code 0 Analog Change Report */
+ /* Function Code 2 Analog Group Change Report */
case LG8979_FC_ANG_CHGRPT:
+ case LG8979_FC_ANGGRP_CHGRPT:
num_points = (data_len / 3);