Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
bugfix moloch noreversematch issue #772 (thanks alonlavian)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbremer committed Jun 28, 2016
1 parent d5e55e6 commit 558ded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/analysis/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
url(r"^pending/$", views.pending),
url(r"^(?P<task_id>\d+)/pcapstream/(?P<conntuple>[.,\w]+)/$", views.pcapstream),
url(r"^moloch"
r"/(?P<ip>[\d\.]+)?/(?P<host>[a-zA-Z0-9-_\.]+)?"
r"/(?P<ip>[\d\.]+)?/(?P<host>[ a-zA-Z0-9-_\.]+)?"
r"/(?P<src_ip>[a-zA-Z0-9\.]+)?/(?P<src_port>\d+|None)?"
r"/(?P<dst_ip>[a-zA-Z0-9\.]+)?/(?P<dst_port>\d+|None)?"
r"/(?P<sid>\d+)?",
Expand Down

0 comments on commit 558ded1

Please sign in to comment.