Skip to content

Commit

Permalink
Issue #165: fteproxy segfaults on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdyer committed Oct 8, 2014
1 parent d2bc4af commit 1236fa5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 29,579 deletions.
94 changes: 0 additions & 94 deletions fteproxy/defs/20131023.json

This file was deleted.

22 changes: 0 additions & 22 deletions fteproxy/defs/20131110.json

This file was deleted.

17 changes: 9 additions & 8 deletions fteproxy/defs/20131224.json
Expand Up @@ -5,14 +5,15 @@
"manual-http-response": {
"regex": "^HTTP/1\\.1\\ 200 OK\\r\\nContent-Type:\\ ([a-zA-Z0-9]+)\\r\\n\\r\\n\\C*$"
},
"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
},
# 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 1236fa5

Please sign in to comment.