Update packet-dcerpc-taskschedulerservice.c

This commit is contained in:
Alex Sirr 2021-04-22 03:25:47 +00:00 committed by Wireshark GitLab Utility
parent 31165fbbce
commit f4ba2c7545
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void proto_register_dcerpc_taskschedulerservice(void)
&ett_taskschedulerservice,
};
proto_taskschedulerservice = proto_register_protocol("ITaskSchedulerService", "ITaskSchedulerService", "taskschedulerservice");
proto_taskschedulerservice = proto_register_protocol("Microsoft Task Scheduler Service", "TaskSchedulerService", "taskschedulerservice");
proto_register_field_array(proto_taskschedulerservice, hf_taskschedulerservice_array, array_length (hf_taskschedulerservice_array));
proto_register_subtree_array(ett, array_length(ett));
}