aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2023-06-02 10:16:01 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2023-06-02 11:19:59 +0000
commit6840d0030967dbcd3acecb70b9694a1b7152775c (patch)
tree059797917e0afd15ea29903ecb931c58c0fac5f5 /plugins
parentc97a36a6469b67137dcf886a8af34fa850837197 (diff)
Fix some filters not matching labels
Diffstat (limited to 'plugins')
-rw-r--r--plugins/epan/unistim/packet-unistim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/unistim/packet-unistim.c b/plugins/epan/unistim/packet-unistim.c
index ab5f198a4b..a5afa39830 100644
--- a/plugins/epan/unistim/packet-unistim.c
+++ b/plugins/epan/unistim/packet-unistim.c
@@ -3335,7 +3335,7 @@ proto_register_unistim(void){
8,NULL,AUDIO_SIDETONE_DISABLE,NULL,HFILL}
},
{ &hf_audio_destruct_additive,
- {"Destructive/Additive","unistim.destructive.active",FT_BOOLEAN,
+ {"Destructive/Additive","unistim.destructive.additive",FT_BOOLEAN,
8,TFS(&destruct_additive),AUDIO_DESTRUCT_ADD,NULL,HFILL}
},
{ &hf_audio_dont_force_active,