Changeset 464
- Timestamp:
- 04/01/06 20:57:51 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/shellcode-signatures/lex.yy.c
r463 r464 283 283 yy_c_buf_p = yy_cp; 284 284 285 #define YY_NUM_RULES 5 8286 #define YY_END_OF_BUFFER 59285 #define YY_NUM_RULES 59 286 #define YY_END_OF_BUFFER 60 287 287 static yyconst short int yy_accept[219] = 288 288 { 0, 289 56, 56, 40, 40, 53, 53, 59, 58, 56, 57,289 56, 56, 40, 40, 53, 53, 60, 58, 56, 57, 290 290 44, 1, 2, 7, 58, 6, 5, 38, 38, 38, 291 291 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, … … 1053 1053 YY_RULE_SETUP 1054 1054 #line 105 "parser.l" 1055 { /* catch all */ } 1056 YY_BREAK 1057 case 59: 1058 YY_RULE_SETUP 1059 #line 107 "parser.l" 1055 1060 ECHO; 1056 1061 YY_BREAK 1057 #line 10 58"lex.yy.c"1062 #line 1063 "lex.yy.c" 1058 1063 case YY_STATE_EOF(INITIAL): 1059 1064 case YY_STATE_EOF(comment): … … 1938 1943 } 1939 1944 #endif 1940 #line 10 5"parser.l"1945 #line 107 "parser.l" 1941 1946 1942 1947 nepenthes/trunk/modules/shellcode-signatures/parser.l
r463 r464 103 103 {NEWLINE} { line_number++; } 104 104 105 . { /* catch all */ } 106 105 107 %% 106 108
