1 #ifndef pcap_HEADER_H 2 #define pcap_HEADER_H 1 3 #define pcap_IN_HEADER 1 4 5 #line 6 "scanner.h" 6 /* Must come first for _LARGE_FILE_API on AIX. */ 7 #ifdef HAVE_CONFIG_H 8 #include <config.h> 9 #endif 10 11 /* 12 * Must come first to avoid warnings on Windows. 13 * 14 * Flex-generated scanners may only include <inttypes.h> if __STDC_VERSION__ 15 * is defined with a value >= 199901, meaning "full C99", and MSVC may not 16 * define it with that value, because it isn't 100% C99-compliant, even 17 * though it has an <inttypes.h> capable of defining everything the Flex 18 * scanner needs. 19 * 20 * We, however, will include it if we know we have an MSVC version that has 21 * it; this means that we may define the INTn_MAX and UINTn_MAX values in 22 * scanner.c, and then include <stdint.h>, which may define them differently 23 * (same value, but different string of characters), causing compiler warnings. 24 * 25 * If we include it here, and they're defined, that'll prevent scanner.c 26 * from defining them. So we include <pcap/pcap-inttypes.h>, to get 27 * <inttypes.h> if we have it. 28 */ 29 #include <pcap/pcap-inttypes.h> 30 31 /* 32 * grammar.h requires gencode.h and sometimes breaks in a polluted namespace 33 * (see ftmacros.h), so include it early. 34 */ 35 #include "gencode.h" 36 #include "grammar.h" 37 38 #include "diag-control.h" 39 40 #line 41 "scanner.h" 41 42 #define YY_INT_ALIGNED short int 43 44 /* A lexical scanner generated by flex */ 45 46 #define FLEX_SCANNER 47 #define YY_FLEX_MAJOR_VERSION 2 48 #define YY_FLEX_MINOR_VERSION 6 49 #define YY_FLEX_SUBMINOR_VERSION 4 50 #if YY_FLEX_SUBMINOR_VERSION > 0 51 #define FLEX_BETA 52 #endif 53 54 #ifdef yy_create_buffer 55 #define pcap__create_buffer_ALREADY_DEFINED 56 #else 57 #define yy_create_buffer pcap__create_buffer 58 #endif 59 60 #ifdef yy_delete_buffer 61 #define pcap__delete_buffer_ALREADY_DEFINED 62 #else 63 #define yy_delete_buffer pcap__delete_buffer 64 #endif 65 66 #ifdef yy_scan_buffer 67 #define pcap__scan_buffer_ALREADY_DEFINED 68 #else 69 #define yy_scan_buffer pcap__scan_buffer 70 #endif 71 72 #ifdef yy_scan_string 73 #define pcap__scan_string_ALREADY_DEFINED 74 #else 75 #define yy_scan_string pcap__scan_string 76 #endif 77 78 #ifdef yy_scan_bytes 79 #define pcap__scan_bytes_ALREADY_DEFINED 80 #else 81 #define yy_scan_bytes pcap__scan_bytes 82 #endif 83 84 #ifdef yy_init_buffer 85 #define pcap__init_buffer_ALREADY_DEFINED 86 #else 87 #define yy_init_buffer pcap__init_buffer 88 #endif 89 90 #ifdef yy_flush_buffer 91 #define pcap__flush_buffer_ALREADY_DEFINED 92 #else 93 #define yy_flush_buffer pcap__flush_buffer 94 #endif 95 96 #ifdef yy_load_buffer_state 97 #define pcap__load_buffer_state_ALREADY_DEFINED 98 #else 99 #define yy_load_buffer_state pcap__load_buffer_state 100 #endif 101 102 #ifdef yy_switch_to_buffer 103 #define pcap__switch_to_buffer_ALREADY_DEFINED 104 #else 105 #define yy_switch_to_buffer pcap__switch_to_buffer 106 #endif 107 108 #ifdef yypush_buffer_state 109 #define pcap_push_buffer_state_ALREADY_DEFINED 110 #else 111 #define yypush_buffer_state pcap_push_buffer_state 112 #endif 113 114 #ifdef yypop_buffer_state 115 #define pcap_pop_buffer_state_ALREADY_DEFINED 116 #else 117 #define yypop_buffer_state pcap_pop_buffer_state 118 #endif 119 120 #ifdef yyensure_buffer_stack 121 #define pcap_ensure_buffer_stack_ALREADY_DEFINED 122 #else 123 #define yyensure_buffer_stack pcap_ensure_buffer_stack 124 #endif 125 126 #ifdef yylex 127 #define pcap_lex_ALREADY_DEFINED 128 #else 129 #define yylex pcap_lex 130 #endif 131 132 #ifdef yyrestart 133 #define pcap_restart_ALREADY_DEFINED 134 #else 135 #define yyrestart pcap_restart 136 #endif 137 138 #ifdef yylex_init 139 #define pcap_lex_init_ALREADY_DEFINED 140 #else 141 #define yylex_init pcap_lex_init 142 #endif 143 144 #ifdef yylex_init_extra 145 #define pcap_lex_init_extra_ALREADY_DEFINED 146 #else 147 #define yylex_init_extra pcap_lex_init_extra 148 #endif 149 150 #ifdef yylex_destroy 151 #define pcap_lex_destroy_ALREADY_DEFINED 152 #else 153 #define yylex_destroy pcap_lex_destroy 154 #endif 155 156 #ifdef yyget_debug 157 #define pcap_get_debug_ALREADY_DEFINED 158 #else 159 #define yyget_debug pcap_get_debug 160 #endif 161 162 #ifdef yyset_debug 163 #define pcap_set_debug_ALREADY_DEFINED 164 #else 165 #define yyset_debug pcap_set_debug 166 #endif 167 168 #ifdef yyget_extra 169 #define pcap_get_extra_ALREADY_DEFINED 170 #else 171 #define yyget_extra pcap_get_extra 172 #endif 173 174 #ifdef yyset_extra 175 #define pcap_set_extra_ALREADY_DEFINED 176 #else 177 #define yyset_extra pcap_set_extra 178 #endif 179 180 #ifdef yyget_in 181 #define pcap_get_in_ALREADY_DEFINED 182 #else 183 #define yyget_in pcap_get_in 184 #endif 185 186 #ifdef yyset_in 187 #define pcap_set_in_ALREADY_DEFINED 188 #else 189 #define yyset_in pcap_set_in 190 #endif 191 192 #ifdef yyget_out 193 #define pcap_get_out_ALREADY_DEFINED 194 #else 195 #define yyget_out pcap_get_out 196 #endif 197 198 #ifdef yyset_out 199 #define pcap_set_out_ALREADY_DEFINED 200 #else 201 #define yyset_out pcap_set_out 202 #endif 203 204 #ifdef yyget_leng 205 #define pcap_get_leng_ALREADY_DEFINED 206 #else 207 #define yyget_leng pcap_get_leng 208 #endif 209 210 #ifdef yyget_text 211 #define pcap_get_text_ALREADY_DEFINED 212 #else 213 #define yyget_text pcap_get_text 214 #endif 215 216 #ifdef yyget_lineno 217 #define pcap_get_lineno_ALREADY_DEFINED 218 #else 219 #define yyget_lineno pcap_get_lineno 220 #endif 221 222 #ifdef yyset_lineno 223 #define pcap_set_lineno_ALREADY_DEFINED 224 #else 225 #define yyset_lineno pcap_set_lineno 226 #endif 227 228 #ifdef yyget_column 229 #define pcap_get_column_ALREADY_DEFINED 230 #else 231 #define yyget_column pcap_get_column 232 #endif 233 234 #ifdef yyset_column 235 #define pcap_set_column_ALREADY_DEFINED 236 #else 237 #define yyset_column pcap_set_column 238 #endif 239 240 #ifdef yywrap 241 #define pcap_wrap_ALREADY_DEFINED 242 #else 243 #define yywrap pcap_wrap 244 #endif 245 246 #ifdef yyget_lval 247 #define pcap_get_lval_ALREADY_DEFINED 248 #else 249 #define yyget_lval pcap_get_lval 250 #endif 251 252 #ifdef yyset_lval 253 #define pcap_set_lval_ALREADY_DEFINED 254 #else 255 #define yyset_lval pcap_set_lval 256 #endif 257 258 #ifdef yyalloc 259 #define pcap_alloc_ALREADY_DEFINED 260 #else 261 #define yyalloc pcap_alloc 262 #endif 263 264 #ifdef yyrealloc 265 #define pcap_realloc_ALREADY_DEFINED 266 #else 267 #define yyrealloc pcap_realloc 268 #endif 269 270 #ifdef yyfree 271 #define pcap_free_ALREADY_DEFINED 272 #else 273 #define yyfree pcap_free 274 #endif 275 276 /* First, we deal with platform-specific or compiler-specific issues. */ 277 278 /* begin standard C headers. */ 279 #include <stdio.h> 280 #include <string.h> 281 #include <errno.h> 282 #include <stdlib.h> 283 284 /* end standard C headers. */ 285 286 /* flex integer type definitions */ 287 288 #ifndef FLEXINT_H 289 #define FLEXINT_H 290 291 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ 292 293 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L 294 295 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, 296 * if you want the limit (max/min) macros for int types. 297 */ 298 #ifndef __STDC_LIMIT_MACROS 299 #define __STDC_LIMIT_MACROS 1 300 #endif 301 302 #include <inttypes.h> 303 typedef int8_t flex_int8_t; 304 typedef uint8_t flex_uint8_t; 305 typedef int16_t flex_int16_t; 306 typedef uint16_t flex_uint16_t; 307 typedef int32_t flex_int32_t; 308 typedef uint32_t flex_uint32_t; 309 #else 310 typedef signed char flex_int8_t; 311 typedef short int flex_int16_t; 312 typedef int flex_int32_t; 313 typedef unsigned char flex_uint8_t; 314 typedef unsigned short int flex_uint16_t; 315 typedef unsigned int flex_uint32_t; 316 317 /* Limits of integral types. */ 318 #ifndef INT8_MIN 319 #define INT8_MIN (-128) 320 #endif 321 #ifndef INT16_MIN 322 #define INT16_MIN (-32767-1) 323 #endif 324 #ifndef INT32_MIN 325 #define INT32_MIN (-2147483647-1) 326 #endif 327 #ifndef INT8_MAX 328 #define INT8_MAX (127) 329 #endif 330 #ifndef INT16_MAX 331 #define INT16_MAX (32767) 332 #endif 333 #ifndef INT32_MAX 334 #define INT32_MAX (2147483647) 335 #endif 336 #ifndef UINT8_MAX 337 #define UINT8_MAX (255U) 338 #endif 339 #ifndef UINT16_MAX 340 #define UINT16_MAX (65535U) 341 #endif 342 #ifndef UINT32_MAX 343 #define UINT32_MAX (4294967295U) 344 #endif 345 346 #ifndef SIZE_MAX 347 #define SIZE_MAX (~(size_t)0) 348 #endif 349 350 #endif /* ! C99 */ 351 352 #endif /* ! FLEXINT_H */ 353 354 /* begin standard C++ headers. */ 355 356 /* TODO: this is always defined, so inline it */ 357 #define yyconst const 358 359 #if defined(__GNUC__) && __GNUC__ >= 3 360 #define yynoreturn __attribute__((__noreturn__)) 361 #else 362 #define yynoreturn 363 #endif 364 365 /* An opaque pointer. */ 366 #ifndef YY_TYPEDEF_YY_SCANNER_T 367 #define YY_TYPEDEF_YY_SCANNER_T 368 typedef void* yyscan_t; 369 #endif 370 371 /* For convenience, these vars (plus the bison vars far below) 372 are macros in the reentrant scanner. */ 373 #define yyin yyg->yyin_r 374 #define yyout yyg->yyout_r 375 #define yyextra yyg->yyextra_r 376 #define yyleng yyg->yyleng_r 377 #define yytext yyg->yytext_r 378 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) 379 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) 380 #define yy_flex_debug yyg->yy_flex_debug_r 381 382 /* Size of default input buffer. */ 383 #ifndef YY_BUF_SIZE 384 #ifdef __ia64__ 385 /* On IA-64, the buffer size is 16k, not 8k. 386 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 387 * Ditto for the __ia64__ case accordingly. 388 */ 389 #define YY_BUF_SIZE 32768 390 #else 391 #define YY_BUF_SIZE 16384 392 #endif /* __ia64__ */ 393 #endif 394 395 #ifndef YY_TYPEDEF_YY_BUFFER_STATE 396 #define YY_TYPEDEF_YY_BUFFER_STATE 397 typedef struct yy_buffer_state *YY_BUFFER_STATE; 398 #endif 399 400 #ifndef YY_TYPEDEF_YY_SIZE_T 401 #define YY_TYPEDEF_YY_SIZE_T 402 typedef size_t yy_size_t; 403 #endif 404 405 #ifndef YY_STRUCT_YY_BUFFER_STATE 406 #define YY_STRUCT_YY_BUFFER_STATE 407 struct yy_buffer_state 408 { 409 FILE *yy_input_file; 410 411 char *yy_ch_buf; /* input buffer */ 412 char *yy_buf_pos; /* current position in input buffer */ 413 414 /* Size of input buffer in bytes, not including room for EOB 415 * characters. 416 */ 417 int yy_buf_size; 418 419 /* Number of characters read into yy_ch_buf, not including EOB 420 * characters. 421 */ 422 int yy_n_chars; 423 424 /* Whether we "own" the buffer - i.e., we know we created it, 425 * and can realloc() it to grow it, and should free() it to 426 * delete it. 427 */ 428 int yy_is_our_buffer; 429 430 /* Whether this is an "interactive" input source; if so, and 431 * if we're using stdio for input, then we want to use getc() 432 * instead of fread(), to make sure we stop fetching input after 433 * each newline. 434 */ 435 int yy_is_interactive; 436 437 /* Whether we're considered to be at the beginning of a line. 438 * If so, '^' rules will be active on the next match, otherwise 439 * not. 440 */ 441 int yy_at_bol; 442 443 int yy_bs_lineno; /**< The line count. */ 444 int yy_bs_column; /**< The column count. */ 445 446 /* Whether to try to fill the input buffer when we reach the 447 * end of it. 448 */ 449 int yy_fill_buffer; 450 451 int yy_buffer_status; 452 453 }; 454 #endif /* !YY_STRUCT_YY_BUFFER_STATE */ 455 456 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 457 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 458 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner ); 459 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 460 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); 461 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); 462 void yypop_buffer_state ( yyscan_t yyscanner ); 463 464 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner ); 465 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner ); 466 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 467 468 void *yyalloc ( yy_size_t , yyscan_t yyscanner ); 469 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner ); 470 void yyfree ( void * , yyscan_t yyscanner ); 471 472 /* Begin user sect3 */ 473 474 #define pcap_wrap(yyscanner) (/*CONSTCOND*/1) 475 #define YY_SKIP_YYWRAP 476 477 #define yytext_ptr yytext_r 478 479 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 480 #define INITIAL 0 481 482 #endif 483 484 #ifndef YY_NO_UNISTD_H 485 /* Special case for "unistd.h", since it is non-ANSI. We include it way 486 * down here because we want the user's section 1 to have been scanned first. 487 * The user has a chance to override it with an option. 488 */ 489 #include <unistd.h> 490 #endif 491 492 #define YY_EXTRA_TYPE compiler_state_t * 493 494 int yylex_init (yyscan_t* scanner); 495 496 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner); 497 498 /* Accessor methods to globals. 499 These are made visible to non-reentrant scanners for convenience. */ 500 501 int yylex_destroy ( yyscan_t yyscanner ); 502 503 int yyget_debug ( yyscan_t yyscanner ); 504 505 void yyset_debug ( int debug_flag , yyscan_t yyscanner ); 506 507 YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner ); 508 509 void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner ); 510 511 FILE *yyget_in ( yyscan_t yyscanner ); 512 513 void yyset_in ( FILE * _in_str , yyscan_t yyscanner ); 514 515 FILE *yyget_out ( yyscan_t yyscanner ); 516 517 void yyset_out ( FILE * _out_str , yyscan_t yyscanner ); 518 519 int yyget_leng ( yyscan_t yyscanner ); 520 521 char *yyget_text ( yyscan_t yyscanner ); 522 523 int yyget_lineno ( yyscan_t yyscanner ); 524 525 void yyset_lineno ( int _line_number , yyscan_t yyscanner ); 526 527 int yyget_column ( yyscan_t yyscanner ); 528 529 void yyset_column ( int _column_no , yyscan_t yyscanner ); 530 531 YYSTYPE * yyget_lval ( yyscan_t yyscanner ); 532 533 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner ); 534 535 /* Macros after this point can all be overridden by user definitions in 536 * section 1. 537 */ 538 539 #ifndef YY_SKIP_YYWRAP 540 #ifdef __cplusplus 541 extern "C" int yywrap ( yyscan_t yyscanner ); 542 #else 543 extern int yywrap ( yyscan_t yyscanner ); 544 #endif 545 #endif 546 547 #ifndef yytext_ptr 548 static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner); 549 #endif 550 551 #ifdef YY_NEED_STRLEN 552 static int yy_flex_strlen ( const char * , yyscan_t yyscanner); 553 #endif 554 555 #ifndef YY_NO_INPUT 556 557 #endif 558 559 /* Amount of stuff to slurp up with each read. */ 560 #ifndef YY_READ_BUF_SIZE 561 #ifdef __ia64__ 562 /* On IA-64, the buffer size is 16k, not 8k */ 563 #define YY_READ_BUF_SIZE 16384 564 #else 565 #define YY_READ_BUF_SIZE 8192 566 #endif /* __ia64__ */ 567 #endif 568 569 /* Number of entries by which start-condition stack grows. */ 570 #ifndef YY_START_STACK_INCR 571 #define YY_START_STACK_INCR 25 572 #endif 573 574 /* Default declaration of generated scanner - a define so the user can 575 * easily add parameters. 576 */ 577 #ifndef YY_DECL 578 #define YY_DECL_IS_OURS 1 579 580 extern int yylex \ 581 (YYSTYPE * yylval_param , yyscan_t yyscanner); 582 583 #define YY_DECL int yylex \ 584 (YYSTYPE * yylval_param , yyscan_t yyscanner) 585 #endif /* !YY_DECL */ 586 587 /* yy_get_previous_state - get the state just before the EOB char was reached */ 588 589 #undef YY_NEW_FILE 590 #undef YY_FLUSH_BUFFER 591 #undef yy_set_bol 592 #undef yy_new_buffer 593 #undef yy_set_interactive 594 #undef YY_DO_BEFORE_ACTION 595 596 #ifdef YY_DECL_IS_OURS 597 #undef YY_DECL_IS_OURS 598 #undef YY_DECL 599 #endif 600 601 #ifndef pcap__create_buffer_ALREADY_DEFINED 602 #undef yy_create_buffer 603 #endif 604 #ifndef pcap__delete_buffer_ALREADY_DEFINED 605 #undef yy_delete_buffer 606 #endif 607 #ifndef pcap__scan_buffer_ALREADY_DEFINED 608 #undef yy_scan_buffer 609 #endif 610 #ifndef pcap__scan_string_ALREADY_DEFINED 611 #undef yy_scan_string 612 #endif 613 #ifndef pcap__scan_bytes_ALREADY_DEFINED 614 #undef yy_scan_bytes 615 #endif 616 #ifndef pcap__init_buffer_ALREADY_DEFINED 617 #undef yy_init_buffer 618 #endif 619 #ifndef pcap__flush_buffer_ALREADY_DEFINED 620 #undef yy_flush_buffer 621 #endif 622 #ifndef pcap__load_buffer_state_ALREADY_DEFINED 623 #undef yy_load_buffer_state 624 #endif 625 #ifndef pcap__switch_to_buffer_ALREADY_DEFINED 626 #undef yy_switch_to_buffer 627 #endif 628 #ifndef pcap_push_buffer_state_ALREADY_DEFINED 629 #undef yypush_buffer_state 630 #endif 631 #ifndef pcap_pop_buffer_state_ALREADY_DEFINED 632 #undef yypop_buffer_state 633 #endif 634 #ifndef pcap_ensure_buffer_stack_ALREADY_DEFINED 635 #undef yyensure_buffer_stack 636 #endif 637 #ifndef pcap_lex_ALREADY_DEFINED 638 #undef yylex 639 #endif 640 #ifndef pcap_restart_ALREADY_DEFINED 641 #undef yyrestart 642 #endif 643 #ifndef pcap_lex_init_ALREADY_DEFINED 644 #undef yylex_init 645 #endif 646 #ifndef pcap_lex_init_extra_ALREADY_DEFINED 647 #undef yylex_init_extra 648 #endif 649 #ifndef pcap_lex_destroy_ALREADY_DEFINED 650 #undef yylex_destroy 651 #endif 652 #ifndef pcap_get_debug_ALREADY_DEFINED 653 #undef yyget_debug 654 #endif 655 #ifndef pcap_set_debug_ALREADY_DEFINED 656 #undef yyset_debug 657 #endif 658 #ifndef pcap_get_extra_ALREADY_DEFINED 659 #undef yyget_extra 660 #endif 661 #ifndef pcap_set_extra_ALREADY_DEFINED 662 #undef yyset_extra 663 #endif 664 #ifndef pcap_get_in_ALREADY_DEFINED 665 #undef yyget_in 666 #endif 667 #ifndef pcap_set_in_ALREADY_DEFINED 668 #undef yyset_in 669 #endif 670 #ifndef pcap_get_out_ALREADY_DEFINED 671 #undef yyget_out 672 #endif 673 #ifndef pcap_set_out_ALREADY_DEFINED 674 #undef yyset_out 675 #endif 676 #ifndef pcap_get_leng_ALREADY_DEFINED 677 #undef yyget_leng 678 #endif 679 #ifndef pcap_get_text_ALREADY_DEFINED 680 #undef yyget_text 681 #endif 682 #ifndef pcap_get_lineno_ALREADY_DEFINED 683 #undef yyget_lineno 684 #endif 685 #ifndef pcap_set_lineno_ALREADY_DEFINED 686 #undef yyset_lineno 687 #endif 688 #ifndef pcap_get_column_ALREADY_DEFINED 689 #undef yyget_column 690 #endif 691 #ifndef pcap_set_column_ALREADY_DEFINED 692 #undef yyset_column 693 #endif 694 #ifndef pcap_wrap_ALREADY_DEFINED 695 #undef yywrap 696 #endif 697 #ifndef pcap_get_lval_ALREADY_DEFINED 698 #undef yyget_lval 699 #endif 700 #ifndef pcap_set_lval_ALREADY_DEFINED 701 #undef yyset_lval 702 #endif 703 #ifndef pcap_get_lloc_ALREADY_DEFINED 704 #undef yyget_lloc 705 #endif 706 #ifndef pcap_set_lloc_ALREADY_DEFINED 707 #undef yyset_lloc 708 #endif 709 #ifndef pcap_alloc_ALREADY_DEFINED 710 #undef yyalloc 711 #endif 712 #ifndef pcap_realloc_ALREADY_DEFINED 713 #undef yyrealloc 714 #endif 715 #ifndef pcap_free_ALREADY_DEFINED 716 #undef yyfree 717 #endif 718 #ifndef pcap_text_ALREADY_DEFINED 719 #undef yytext 720 #endif 721 #ifndef pcap_leng_ALREADY_DEFINED 722 #undef yyleng 723 #endif 724 #ifndef pcap_in_ALREADY_DEFINED 725 #undef yyin 726 #endif 727 #ifndef pcap_out_ALREADY_DEFINED 728 #undef yyout 729 #endif 730 #ifndef pcap__flex_debug_ALREADY_DEFINED 731 #undef yy_flex_debug 732 #endif 733 #ifndef pcap_lineno_ALREADY_DEFINED 734 #undef yylineno 735 #endif 736 #ifndef pcap_tables_fload_ALREADY_DEFINED 737 #undef yytables_fload 738 #endif 739 #ifndef pcap_tables_destroy_ALREADY_DEFINED 740 #undef yytables_destroy 741 #endif 742 #ifndef pcap_TABLES_NAME_ALREADY_DEFINED 743 #undef yyTABLES_NAME 744 #endif 745 746 #line 486 "scanner.l" 747 748 749 #line 750 "scanner.h" 750 #undef pcap_IN_HEADER 751 #endif /* pcap_HEADER_H */ 752