aboutsummaryrefslogtreecommitdiff
path: root/scanner.l
AgeCommit message (Expand)Author
2022-02-20Fix compiling on Solaris 11.4/AMD64.Denis Ovsienko
2020-05-19New filter "ifindex" for LINUX_SLL2 and live Linux capturesBill Fenner
2019-08-31We don't use anything from <ctype.h>, so don't include it.Guy Harris
2019-08-02Added support for icmp6 types 1-4 as tokens in scanner.lCharlie Root
2018-11-22Clean up signed vs. unsigned, do more error checking in the parser.Guy Harris
2018-10-27Don't call setjmp in code we didn't write.Guy Harris
2018-10-17Plug some memory leaks.Guy Harris
2018-03-20Suppress warnings in Flex-generated code.Guy Harris
2018-03-20Don't use old-style function definitions.Guy Harris
2017-11-04added icmp6 type mnemonicsMatthias Hannig
2017-09-29Include <pcap/pcap-inttypes.h> rather than <pcap-types.h>.Guy Harris
2017-09-20Renamed Wspiapi.h to wspiapi.hAli Abdulkadir
2017-09-05Get rid of pcap-stdinc.h.Guy Harris
2017-09-04Put the stuff to get the sized integer types defined into pcap-types.h.Guy Harris
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-02-13Add ECE and CWR bits for TCP header, defined in RFC 3168.Xin Li
2016-06-30Don't bother with YY_NO_UNISTD_H.Guy Harris
2016-06-30CMake might define YY_NO_UNISTD_H on Windows; suppress a warning.Guy Harris
2016-06-30Force <unistd.h> not to be included on Windows.Guy Harris
2016-02-11Don't use global state for the BPF compiler.Guy Harris
2015-12-06Fix typo.Guy Harris
2015-12-05Use noyywrap rather than supplying a yywrap() that just returns 1.Guy Harris
2015-12-04Generate a reentrant lexical analyzer and parser.Guy Harris
2015-09-26Redo the way we handle .l and .y files.Guy Harris
2015-09-26Merge branch 'aix-large-files' of https://github.com/bonsaiviking/libpcap int...Guy Harris
2015-09-26Revert "Move the inclusion of config.h to the top of scanner.c"Guy Harris
2015-09-23Don't use our own getaddrinfo() on Windows.Guy Harris
2015-09-19pcap-stdinc.h includes ip6_misc.h, we don't need to do so here.Gisle Vanem
2015-09-19Use indentation to make nested #ifdefs easier to read.Gisle Vanem
2015-09-18One include of <pcap-stdint.h> suffices.Guy Harris
2015-08-31The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris
2015-02-17Add support for Geneve (Generic Network Virtualization Encapsulation).Jesse Gross
2014-06-06Move the inclusion of config.h to the top of scanner.cDaniel Miller
2014-06-05Move the inclusion of config.h to the top of scanner.l.Daniel Miller
2014-05-18Support mod and XOR operators.Guy Harris
2014-01-03remove libpcap's own CVS keywordsDenis Ovsienko
2013-04-14Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A.dzejarczech
2013-04-14Check for malloc failing in pcap_ether_aton().Guy Harris
2012-09-27Support what IPv6 stuff we can without IPv6 address resolution support.Guy Harris
2011-11-19Add support for CARP.George Neville-Neil
2011-02-01We don't need input() in our scanner, so don't define it with Flex.Guy Harris
2010-10-15Fixes to compile WinPcap under MINGW32 and MINGW64.Gianluca Varenni
2010-07-03Add support for "wlan ra" and "wlan ta".Guy Harris
2010-01-27Include headers that should cause u_int64_t to be defined.Guy Harris
2009-05-24If we have lex but not flex, we assign a "const char *" to "in_buffer";Guy Harris
2009-04-18From Robert Edmonds: in the lexical analyzer, free up any addrinfoGuy Harris
2008-02-06From Arien Vijn: support various notions for MAC addresses.guy
2007-11-18Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layerguy
2007-06-11Pick up changes from NetBSD:guy
2007-03-11From Sepherosa Ziehau: additional filter operations for 802.11 frameguy