Skip to content

Commit

Permalink
Merge pull request #169 from kpdyer/dev
Browse files Browse the repository at this point in the history
Issue #165: can't comment in JSON files, i guess
  • Loading branch information
kpdyer committed Oct 8, 2014
2 parents eddc9b7 + 860fdf7 commit a87fcec
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fteproxy/defs/20131224.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
"manual-http-response": {
"regex": "^HTTP/1\\.1\\ 200 OK\\r\\nContent-Type:\\ ([a-zA-Z0-9]+)\\r\\n\\r\\n\\C*$"
},
# Temporarily disabled, due to Issue #165
# "manual-smb-request": {
# "regex": "^\\x00\\x00\\x00\\x7c\\xFF\\x53\\x4d\\x42[\\x25\\x72]\\x00\\x00\\x00\\x00\\C{115}$",
# "fixed_slice": 128
# },
# "manual-smb-response": {
# "regex": "^\\x00\\x00\\x00\\x7c\\xFF\\x53\\x4d\\x42[\\x25\\x72]\\x00\\x00\\x00\\x00\\C{115}$",
# "fixed_slice": 128
# },
"manual-ssh-request": {
"regex": "^SSH\\-2\\.0\\C*$"
},
Expand Down

0 comments on commit a87fcec

Please sign in to comment.