]> The Tcpdump Group git mirrors - libpcap/blob - scanner.l
Improved VLAN support, from Peter Jeremy - "vlan" filtering keyword,
[libpcap] / scanner.l
1 %{
2 /*
3 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that: (1) source code distributions
8 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * distributions including binary code include the above copyright notice and
10 * this paragraph in its entirety in the documentation or other materials
11 * provided with the distribution, and (3) all advertising materials mentioning
12 * features or use of this software display the following acknowledgement:
13 * ``This product includes software developed by the University of California,
14 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
15 * the University nor the names of its contributors may be used to endorse
16 * or promote products derived from this software without specific prior
17 * written permission.
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
19 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
20 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21 */
22
23 #ifndef lint
24 static const char rcsid[] =
25 "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.67 2000-10-22 04:15:56 guy Exp $ (LBL)";
26 #endif
27
28 #ifdef HAVE_CONFIG_H
29 #include "config.h"
30 #endif
31
32 #include <sys/types.h>
33 #include <sys/time.h>
34
35 #include <ctype.h>
36 #include <unistd.h>
37 #include <string.h>
38
39 #include "pcap-int.h"
40
41 #include "gencode.h"
42 #include <pcap-namedb.h>
43 #ifdef INET6
44 #include <netdb.h>
45 #include <sys/socket.h>
46 /* Workaround for AIX 4.3 */
47 #if !defined(AI_NUMERICHOST)
48 #define AI_NUMERICHOST 0x04
49 #endif
50 #endif /*INET6*/
51 #include "tokdefs.h"
52
53 #ifdef HAVE_OS_PROTO_H
54 #include "os-proto.h"
55 #endif
56
57 static int stoi(char *);
58 static inline int xdtoi(int);
59
60 #ifdef FLEX_SCANNER
61 #define YY_NO_UNPUT
62 static YY_BUFFER_STATE in_buffer;
63 #else
64 static char *in_buffer;
65
66 #undef getc
67 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++)
68 #endif
69
70 #define yylval pcap_lval
71 extern YYSTYPE yylval;
72
73 %}
74
75 N ([0-9]+|(0X|0x)[0-9A-Fa-f]+)
76 B ([0-9A-Fa-f][0-9A-Fa-f]?)
77 W ([0-9A-Fa-f][0-9A-Fa-f]?[0-9A-Fa-f]?[0-9A-Fa-f]?)
78
79 %a 15000
80 %o 17000
81 %e 6000
82 %k 4000
83 %p 19000
84 %n 2000
85
86 V680 {W}:{W}:{W}:{W}:{W}:{W}:{W}:{W}
87
88 V670 ::{W}:{W}:{W}:{W}:{W}:{W}:{W}
89 V671 {W}::{W}:{W}:{W}:{W}:{W}:{W}
90 V672 {W}:{W}::{W}:{W}:{W}:{W}:{W}
91 V673 {W}:{W}:{W}::{W}:{W}:{W}:{W}
92 V674 {W}:{W}:{W}:{W}::{W}:{W}:{W}
93 V675 {W}:{W}:{W}:{W}:{W}::{W}:{W}
94 V676 {W}:{W}:{W}:{W}:{W}:{W}::{W}
95 V677 {W}:{W}:{W}:{W}:{W}:{W}:{W}::
96
97 V660 ::{W}:{W}:{W}:{W}:{W}:{W}
98 V661 {W}::{W}:{W}:{W}:{W}:{W}
99 V662 {W}:{W}::{W}:{W}:{W}:{W}
100 V663 {W}:{W}:{W}::{W}:{W}:{W}
101 V664 {W}:{W}:{W}:{W}::{W}:{W}
102 V665 {W}:{W}:{W}:{W}:{W}::{W}
103 V666 {W}:{W}:{W}:{W}:{W}:{W}::
104
105 V650 ::{W}:{W}:{W}:{W}:{W}
106 V651 {W}::{W}:{W}:{W}:{W}
107 V652 {W}:{W}::{W}:{W}:{W}
108 V653 {W}:{W}:{W}::{W}:{W}
109 V654 {W}:{W}:{W}:{W}::{W}
110 V655 {W}:{W}:{W}:{W}:{W}::
111
112 V640 ::{W}:{W}:{W}:{W}
113 V641 {W}::{W}:{W}:{W}
114 V642 {W}:{W}::{W}:{W}
115 V643 {W}:{W}:{W}::{W}
116 V644 {W}:{W}:{W}:{W}::
117
118 V630 ::{W}:{W}:{W}
119 V631 {W}::{W}:{W}
120 V632 {W}:{W}::{W}
121 V633 {W}:{W}:{W}::
122
123 V620 ::{W}:{W}
124 V621 {W}::{W}
125 V622 {W}:{W}::
126
127 V610 ::{W}
128 V611 {W}::
129
130 V600 ::
131
132 V6604 {W}:{W}:{W}:{W}:{W}:{W}:{N}\.{N}\.{N}\.{N}
133
134 V6504 ::{W}:{W}:{W}:{W}:{W}:{N}\.{N}\.{N}\.{N}
135 V6514 {W}::{W}:{W}:{W}:{W}:{N}\.{N}\.{N}\.{N}
136 V6524 {W}:{W}::{W}:{W}:{W}:{N}\.{N}\.{N}\.{N}
137 V6534 {W}:{W}:{W}::{W}:{W}:{N}\.{N}\.{N}\.{N}
138 V6544 {W}:{W}:{W}:{W}::{W}:{N}\.{N}\.{N}\.{N}
139 V6554 {W}:{W}:{W}:{W}:{W}::{N}\.{N}\.{N}\.{N}
140
141 V6404 ::{W}:{W}:{W}:{W}:{N}\.{N}\.{N}\.{N}
142 V6414 {W}::{W}:{W}:{W}:{N}\.{N}\.{N}\.{N}
143 V6424 {W}:{W}::{W}:{W}:{N}\.{N}\.{N}\.{N}
144 V6434 {W}:{W}:{W}::{W}:{N}\.{N}\.{N}\.{N}
145 V6444 {W}:{W}:{W}:{W}::{N}\.{N}\.{N}\.{N}
146
147 V6304 ::{W}:{W}:{W}:{N}\.{N}\.{N}\.{N}
148 V6314 {W}::{W}:{W}:{N}\.{N}\.{N}\.{N}
149 V6324 {W}:{W}::{W}:{N}\.{N}\.{N}\.{N}
150 V6334 {W}:{W}:{W}::{N}\.{N}\.{N}\.{N}
151
152 V6204 ::{W}:{W}:{N}\.{N}\.{N}\.{N}
153 V6214 {W}::{W}:{N}\.{N}\.{N}\.{N}
154 V6224 {W}:{W}::{N}\.{N}\.{N}\.{N}
155
156 V6104 ::{W}:{N}\.{N}\.{N}\.{N}
157 V6114 {W}::{N}\.{N}\.{N}\.{N}
158
159 V6004 ::{N}\.{N}\.{N}\.{N}
160
161
162 V6 ({V680}|{V670}|{V671}|{V672}|{V673}|{V674}|{V675}|{V676}|{V677}|{V660}|{V661}|{V662}|{V663}|{V664}|{V665}|{V666}|{V650}|{V651}|{V652}|{V653}|{V654}|{V655}|{V640}|{V641}|{V642}|{V643}|{V644}|{V630}|{V631}|{V632}|{V633}|{V620}|{V621}|{V622}|{V610}|{V611}|{V600}|{V6604}|{V6504}|{V6514}|{V6524}|{V6534}|{V6544}|{V6554}|{V6404}|{V6414}|{V6424}|{V6434}|{V6444}|{V6304}|{V6314}|{V6324}|{V6334}|{V6204}|{V6214}|{V6224}|{V6104}|{V6114}|{V6004})
163
164 %%
165 dst return DST;
166 src return SRC;
167
168 link|ether|ppp|slip return LINK;
169 fddi|tr return LINK;
170 arp return ARP;
171 rarp return RARP;
172 ip return IP;
173 tcp return TCP;
174 udp return UDP;
175 icmp return ICMP;
176 igmp return IGMP;
177 igrp return IGRP;
178 pim return PIM;
179
180 ip6 return IPV6;
181 icmp6 return ICMPV6;
182 ah return AH;
183 esp return ESP;
184
185 atalk return ATALK;
186 decnet return DECNET;
187 lat return LAT;
188 sca return SCA;
189 moprc return MOPRC;
190 mopdl return MOPDL;
191
192 host return HOST;
193 net return NET;
194 mask return MASK;
195 port return PORT;
196 proto return PROTO;
197 protochain {
198 #ifdef NO_PROTOCHAIN
199 bpf_error("%s not supported", yytext);
200 #else
201 return PROTOCHAIN;
202 #endif
203 }
204
205 gateway return GATEWAY;
206
207 less return LESS;
208 greater return GREATER;
209 byte return BYTE;
210 broadcast return TK_BROADCAST;
211 multicast return TK_MULTICAST;
212
213 and|"&&" return AND;
214 or|"||" return OR;
215 not return '!';
216
217 len|length return LEN;
218 inbound return INBOUND;
219 outbound return OUTBOUND;
220
221 vlan return VLAN;
222
223 [ \n\t] ;
224 [+\-*/:\[\]!<>()&|=] return yytext[0];
225 ">=" return GEQ;
226 "<=" return LEQ;
227 "!=" return NEQ;
228 "==" return '=';
229 "<<" return LSH;
230 ">>" return RSH;
231 {N} { yylval.i = stoi((char *)yytext); return NUM; }
232 ({N}\.{N})|({N}\.{N}\.{N})|({N}\.{N}\.{N}\.{N}) {
233 yylval.s = sdup((char *)yytext); return HID; }
234 {B}:{B}:{B}:{B}:{B}:{B} { yylval.e = pcap_ether_aton((char *)yytext);
235 return EID; }
236 {V6} {
237 #ifdef INET6
238 struct addrinfo hints, *res;
239 memset(&hints, 0, sizeof(hints));
240 hints.ai_family = AF_INET6;
241 hints.ai_flags = AI_NUMERICHOST;
242 if (getaddrinfo(yytext, NULL, &hints, &res))
243 bpf_error("bogus IPv6 address %s", yytext);
244 else {
245 yylval.e = sdup((char *)yytext); return HID6;
246 }
247 #else
248 bpf_error("IPv6 address %s not supported", yytext);
249 #endif /*INET6*/
250 }
251 {B}:+({B}:+)+ { bpf_error("bogus ethernet address %s", yytext); }
252 [A-Za-z0-9][-_.A-Za-z0-9]*[.A-Za-z0-9] {
253 yylval.s = sdup((char *)yytext); return ID; }
254 "\\"[^ !()\n\t]+ { yylval.s = sdup((char *)yytext + 1); return ID; }
255 [^ \[\]\t\n\-_.A-Za-z0-9!<>()&|=]+i {
256 bpf_error("illegal token: %s\n", yytext); }
257 . { bpf_error("illegal char '%c'", *yytext); }
258 %%
259 void
260 lex_init(buf)
261 char *buf;
262 {
263 #ifdef FLEX_SCANNER
264 in_buffer = yy_scan_string(buf);
265 #else
266 in_buffer = buf;
267 #endif
268 }
269
270 /*
271 * Do any cleanup necessary after parsing.
272 */
273 void
274 lex_cleanup()
275 {
276 #ifdef FLEX_SCANNER
277 if (in_buffer != NULL)
278 yy_delete_buffer(in_buffer);
279 in_buffer = NULL;
280 #endif
281 }
282
283 /*
284 * Also define a yywrap. Note that if we're using flex, it will
285 * define a macro to map this identifier to pcap_wrap.
286 */
287 int
288 yywrap()
289 {
290 return 1;
291 }
292
293 /* Hex digit to integer. */
294 static inline int
295 xdtoi(c)
296 register int c;
297 {
298 if (isdigit(c))
299 return c - '0';
300 else if (islower(c))
301 return c - 'a' + 10;
302 else
303 return c - 'A' + 10;
304 }
305
306 /*
307 * Convert string to integer. Just like atoi(), but checks for
308 * preceding 0x or 0 and uses hex or octal instead of decimal.
309 */
310 static int
311 stoi(s)
312 char *s;
313 {
314 int base = 10;
315 int n = 0;
316
317 if (*s == '0') {
318 if (s[1] == 'x' || s[1] == 'X') {
319 s += 2;
320 base = 16;
321 }
322 else {
323 base = 8;
324 s += 1;
325 }
326 }
327 while (*s)
328 n = n * base + xdtoi(*s++);
329
330 return n;
331 }