summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/packet-mate.c2
-rw-r--r--plugins/transum/packet-transum.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mate/packet-mate.c b/plugins/mate/packet-mate.c
index 2334826c49..cf30903eee 100644
--- a/plugins/mate/packet-mate.c
+++ b/plugins/mate/packet-mate.c
@@ -362,7 +362,7 @@ proto_reg_handoff_mate(void)
/*
* Set the list of hfids we want.
*/
- set_postdissector_wanted_fields(mate_handle,
+ set_postdissector_wanted_hfids(mate_handle,
mc->wanted_hfids);
tap_error = register_tap_listener("frame", &mate_tap_data,
diff --git a/plugins/transum/packet-transum.c b/plugins/transum/packet-transum.c
index 79f4507e92..313d45fe00 100644
--- a/plugins/transum/packet-transum.c
+++ b/plugins/transum/packet-transum.c
@@ -727,7 +727,7 @@ static void init_globals(void)
{
g_array_append_val(wanted_fields, hf_of_interest[i].hf);
}
- set_postdissector_wanted_fields(transum_handle, wanted_fields);
+ set_postdissector_wanted_hfids(transum_handle, wanted_fields);
GString* fake_tap_filter = g_string_new("frame || eth.type");