scanner.h 17 KB

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