You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix issue #62, mapping of Zeek values to Moloch's http.uri
* fix issue #63, "View JSON Document" context action for ID field in Moloch does not display old data correctly bug moloch
* bump version for development of 1.5.3
* a better way to handle issue #60, create the right-click actions in the WISE source rather than config.ini
* add Zeek support for GQUIC (issue #64)
* Added QUIC dashboards (issue #64)
* change version for release from 1.5.3 to 1.6.0
Moloch's http.uri field consists of both the host and the URI portion.
Previously in the mapping of this field I was only using the URI portion (and, sometimes, incorrectly writing over it with the referrer).
I've standardized it to fill this field out correctly as Moloch is doing it.
The text was updated successfully, but these errors were encountered: