Skip to content

Commit

Permalink
Add missing query types
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Gorbachev authored and Denis Gorbachev committed Oct 23, 2014
1 parent ed0c423 commit 23e0286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ share.parseResult = (result) ->
rows.push(row.split("|"))
rows

share.queryTypes = ["in", "out", "inweb", "outweb", "inicmp", "outicmp", "innull", "outnull"]
share.queryTypes = ["in", "out", "inweb", "outweb", "inicmp", "outicmp", "innull", "outnull", "int2int", "ext2ext", "other"]
share.inputFields = [
"interface"
"cmd"
Expand Down

0 comments on commit 23e0286

Please sign in to comment.