aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2020-09-04 03:08:28 +0000
committerAndersBroman <a.broman58@gmail.com>2020-09-04 06:21:39 +0000
commiteb626aa650b0216b094d2a5a8f41c9c87c62b322 (patch)
treeeafbf2b6d00336af472fa649a9ed18c9d791d77e /epan/dissectors
parent0e6551336d42b7c9b880797564b295cb910e7a2e (diff)
Query #define was being used in reply processor.
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-tacacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tacacs.c b/epan/dissectors/packet-tacacs.c
index 24c70281dc..20764eb803 100644
--- a/epan/dissectors/packet-tacacs.c
+++ b/epan/dissectors/packet-tacacs.c
@@ -668,7 +668,7 @@ dissect_tacplus_body_acct_req( tvbuff_t* tvb, proto_tree *tree )
static void
dissect_tacplus_body_acct_rep( tvbuff_t* tvb, proto_tree *tree )
{
- int val, var_off=ACCT_Q_VARDATA_OFF;
+ int val, var_off=ACCT_R_VARDATA_OFF;
/* Status */
proto_tree_add_item(tree, hf_tacplus_body_acct_status, tvb, ACCT_R_STATUS_OFF, 1, ENC_BIG_ENDIAN);