/usr/include/wireshark/wiretap/k12text_lex.h is in libwiretap-dev 1.6.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | /* This is generated by runlex.sh. Do not edit it. */
#define yylex K12Text_lex
#ifndef YY_DECL
#define YY_DECL int yylex(void)
#endif
YY_DECL;
|