Actions
Bug #2000
closedeve.http: http_refer should be http_referer
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:
Description
In normal output mode Suricata writes http_referer, but the json output is just http_refer
log-file.c: fprintf(fp, "\"http_referer\": \""); output-json-http.c: json_object_set_new(js, "http_refer", json_string(c));
Updated by Andreas Herz almost 8 years ago
Would you like to submit a patch via github PR? :)
See https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing
Updated by Anonymous almost 8 years ago
Andreas Herz wrote:
Would you like to submit a patch via github PR? :)
See https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing
I forgot to update the ticket, the pull request is on Github with id: #2478
Updated by Anonymous almost 8 years ago
Updated by Victor Julien over 7 years ago
- Subject changed from Typo in output-json-http.c to eve.http: http_refer should be http_referer
- Status changed from New to Assigned
- Target version set to 70
Updated by Andreas Herz over 5 years ago
- Assignee changed from Anonymous to Stian Bergseth
Updated by Andreas Herz over 5 years ago
this was discussed in the PR as it's a breaking change, is this something we might want to include in 5.0?
Updated by Victor Julien about 5 years ago
- Related to Task #2167: tracking: eve enhancements added
Updated by Victor Julien about 4 years ago
- Target version changed from 70 to TBD
Updated by Victor Julien over 1 year ago
- Status changed from Assigned to Rejected
- Assignee deleted (
Stian Bergseth) - Priority changed from Low to Normal
- Target version deleted (
TBD)
Typo is in the RFC, so leaving as is.
Actions