Actions
Bug #7684
openNFS request parser not used
Affected Versions:
Effort:
Difficulty:
Label:
Description
Hello,
I just found that NFS parser do not parse request messages.
The function to do it is here : https://github.com/OISF/suricata/blob/master/rust/src/nfs/log.rs#L122
But no use of it is found : https://github.com/search?q=repo%3AOISF/suricata%20rs_nfs_log_json_request&type=code
The response parser is however used :
https://github.com/OISF/suricata/blob/master/rust/src/nfs/log.rs#L155
https://github.com/search?q=repo%3AOISF/suricata%20rs_nfs_log_json_response&type=code
I was surprised, but did not found any issue, pull request, or doc about this.
Thanks
No data to display
Actions