Skip to content

Commit

Permalink
Merge pull request #1657 from jubois/updated_decoder
Browse files Browse the repository at this point in the history
Decoder rules simplification patterns occured twice ( "a|a"  => "a")
  • Loading branch information
ddpbsd authored Jan 31, 2019
2 parents 1da281d + e1ad337 commit aeead73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/decoder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ Jan 8 19:32:41 tp.lan dropbear[15165]: Pubkey auth succeeded for 'root' with ke

<decoder name="proftpd-ip">
<parent>proftpd</parent>
<regex>^\S+ \(\S+[(\S+)]\)|^\S+ \(\S+[(\S+)]\)</regex>
<regex>^\S+ \(\S+[(\S+)]\)</regex>
<order>srcip</order>
</decoder>

Expand Down Expand Up @@ -906,7 +906,7 @@ Jan 8 19:32:41 tp.lan dropbear[15165]: Pubkey auth succeeded for 'root' with ke

<decoder name="courier-generic">
<parent>courier</parent>
<regex>, ip=[(\S+)]$|, ip=[(\S+)]$</regex>
<regex>, ip=[(\S+)]$</regex>
<order>srcip</order>
</decoder>

Expand Down

0 comments on commit aeead73

Please sign in to comment.