summaryrefslogtreecommitdiff
path: root/scanner.l
Commit message (Expand)AuthorAgeFilesLines
* compiler: parse port numbers in ranges using the standard number parser.Guy Harris2023-05-071-38/+131
* Fix compiling on Solaris 11.4/AMD64.Denis Ovsienko2021-08-111-4/+7
* New filter "ifindex" for LINUX_SLL2 and live Linux capturesBill Fenner2020-05-191-0/+2
* We don't use anything from <ctype.h>, so don't include it.Guy Harris2019-08-311-1/+0
* Added support for icmp6 types 1-4 as tokens in scanner.lCharlie Root2019-08-021-0/+4
* Clean up signed vs. unsigned, do more error checking in the parser.Guy Harris2018-11-221-84/+153
* Don't call setjmp in code we didn't write.Guy Harris2018-10-271-16/+11
* Plug some memory leaks.Guy Harris2018-10-171-8/+2
* Suppress warnings in Flex-generated code.Guy Harris2018-03-201-0/+12
* Don't use old-style function definitions.Guy Harris2018-03-201-4/+2
* added icmp6 type mnemonicsMatthias Hannig2017-11-041-0/+30
* Include <pcap/pcap-inttypes.h> rather than <pcap-types.h>.Guy Harris2017-09-291-2/+3
* Renamed Wspiapi.h to wspiapi.hAli Abdulkadir2017-09-201-1/+1
* Get rid of pcap-stdinc.h.Guy Harris2017-09-051-6/+3
* Put the stuff to get the sized integer types defined into pcap-types.h.Guy Harris2017-09-041-10/+19
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Add ECE and CWR bits for TCP header, defined in RFC 3168.Xin Li2017-02-131-0/+2
* Don't bother with YY_NO_UNISTD_H.Guy Harris2016-06-301-8/+0
* CMake might define YY_NO_UNISTD_H on Windows; suppress a warning.Guy Harris2016-06-301-2/+5
* Force <unistd.h> not to be included on Windows.Guy Harris2016-06-301-0/+5
* Don't use global state for the BPF compiler.Guy Harris2016-02-111-12/+17
* Fix typo.Guy Harris2015-12-061-1/+1
* Use noyywrap rather than supplying a yywrap() that just returns 1.Guy Harris2015-12-051-10/+9
* Generate a reentrant lexical analyzer and parser.Guy Harris2015-12-041-70/+59
* Redo the way we handle .l and .y files.Guy Harris2015-09-261-2/+7
* Merge branch 'aix-large-files' of https://github.com/bonsaiviking/libpcap int...Guy Harris2015-09-261-4/+7
|\
| * Move the inclusion of config.h to the top of scanner.l.Daniel Miller2014-06-051-4/+7
* | Revert "Move the inclusion of config.h to the top of scanner.c"Guy Harris2015-09-261-0/+4
* | Don't use our own getaddrinfo() on Windows.Guy Harris2015-09-231-1/+28
* | pcap-stdinc.h includes ip6_misc.h, we don't need to do so here.Gisle Vanem2015-09-191-5/+1
* | Use indentation to make nested #ifdefs easier to read.Gisle Vanem2015-09-191-12/+12
* | One include of <pcap-stdint.h> suffices.Guy Harris2015-09-181-5/+4
* | The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-6/+6
* | Add support for Geneve (Generic Network Virtualization Encapsulation).Jesse Gross2015-02-171-0/+1
* | Move the inclusion of config.h to the top of scanner.cDaniel Miller2014-06-061-4/+0
|/
* Support mod and XOR operators.Guy Harris2014-05-181-1/+1
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A.dzejarczech2013-04-141-0/+7
* Check for malloc failing in pcap_ether_aton().Guy Harris2013-04-141-0/+4
* Support what IPv6 stuff we can without IPv6 address resolution support.Guy Harris2012-09-271-14/+2
* Add support for CARP.George Neville-Neil2011-11-191-0/+1
* We don't need input() in our scanner, so don't define it with Flex.Guy Harris2011-02-011-0/+1
* Fixes to compile WinPcap under MINGW32 and MINGW64.Gianluca Varenni2010-10-151-1/+1
* Add support for "wlan ra" and "wlan ta".Guy Harris2010-07-031-0/+2
* Include headers that should cause u_int64_t to be defined.Guy Harris2010-01-271-0/+14
* If we have lex but not flex, we assign a "const char *" to "in_buffer";Guy Harris2009-05-241-1/+1
* From Robert Edmonds: in the lexical analyzer, free up any addrinfoGuy Harris2009-04-181-0/+1
* From Arien Vijn: support various notions for MAC addresses.guy2008-02-061-3/+8
* Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layerguy2007-11-181-1/+6
* Pick up changes from NetBSD:guy2007-06-111-2/+2