index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gencode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: remove unneeded argument from gen_mcode6().
Guy Harris
2023-05-06
1
-2
/
+2
*
Include <sys/types.h> properly.
Denis Ovsienko
2022-06-21
1
-0
/
+8
*
Fix a comment. [skip ci]
Guy Harris
2021-08-11
1
-1
/
+1
*
Fix compiling on Solaris 11.4/AMD64.
Denis Ovsienko
2021-08-11
1
-0
/
+1
*
Add multiple inclusion guards to gencode.h. [skip ci]
Denis Ovsienko
2021-08-10
1
-0
/
+5
*
optimize: add a bunch of overflow checks.
Guy Harris
2020-05-22
1
-2
/
+2
*
New filter "ifindex" for LINUX_SLL2 and live Linux captures
Bill Fenner
2020-05-19
1
-0
/
+1
*
gencode/optimize: add a bunch of comments.
Guy Harris
2020-05-17
1
-11
/
+24
*
Clean up signed vs. unsigned, do more error checking in the parser.
Guy Harris
2018-11-22
1
-15
/
+15
*
See if *this* squelches the "clobbered by longjmp" warnings.
Guy Harris
2018-11-10
1
-2
/
+2
*
Make declaration match definition.
Guy Harris
2018-11-10
1
-2
/
+2
*
finish_parse() has to catch bpf_error() exceptions, too.
Guy Harris
2018-10-29
1
-1
/
+1
*
Don't call setjmp in code we didn't write.
Guy Harris
2018-10-27
1
-30
/
+3
*
Don't longjmp out of the generated parser.
Guy Harris
2018-10-25
1
-8
/
+13
*
Report an error for too-large VLAN tags, PPPoE session numbers, and Geneve VNIs.
Guy Harris
2018-10-23
1
-3
/
+3
*
Report an error for MPLS labels that don't fit in 20 bits.
Guy Harris
2018-10-23
1
-1
/
+1
*
Plug some memory leaks.
Guy Harris
2018-10-17
1
-1
/
+4
*
Plug some memory leaks.
Guy Harris
2018-10-17
1
-2
/
+2
*
Handle all protocol qualifiers in gen_host().
Guy Harris
2018-10-16
1
-8
/
+6
*
Don't say "syntax error" twice.
Guy Harris
2018-07-17
1
-1
/
+1
*
Mark gen_pf_XXX() as "noreturn" if we don't have PF support.
Guy Harris
2018-03-28
1
-0
/
+18
*
Add -Wmissing-noreturn to compiler warnings and fix all fixable warnings.
Joerg Mayer
2018-03-28
1
-1
/
+1
*
Get rid of the qualval type.
Guy Harris
2018-03-20
1
-6
/
+3
*
Give the value of qualifiers a defined type.
Guy Harris
2018-03-20
1
-3
/
+6
*
Make it clearer where we're testing whether a value is unknown.
Guy Harris
2017-09-17
1
-0
/
+5
*
Make opt_state_t private to optimize.c.
Guy Harris
2017-09-17
1
-3
/
+0
*
Move all the function attributes from funcattrs.h to pcap/funcattrs.h.
Guy Harris
2017-09-08
1
-1
/
+1
*
Fix a Windows compile error after commit c4b0e2b.
Gisle Vanem
2017-03-20
1
-1
/
+1
*
Use compiler #defines to determine how to handle some function attributes.
Guy Harris
2017-03-19
1
-10
/
+4
*
Don't use global state for the BPF compiler.
Guy Harris
2016-02-11
1
-62
/
+89
*
Note why we declare pcap_parse() ourselves.
Guy Harris
2015-12-05
1
-1
/
+6
*
Generate a reentrant lexical analyzer and parser.
Guy Harris
2015-12-04
1
-3
/
+1
*
Delete trailing spaces/tabs
Francois-Xavier Le Bail
2015-03-08
1
-1
/
+1
*
Add support for Geneve (Generic Network Virtualization Encapsulation).
Jesse Gross
2015-02-17
1
-0
/
+2
*
gencode.c / gencode.h : Type of variable "masklen"
Baptiste Peugnez
2015-02-03
1
-2
/
+2
*
Add support for filters testing for 802.2 LLC frame types.
Guy Harris
2014-05-19
1
-0
/
+7
*
remove libpcap's own CVS keywords
Denis Ovsienko
2014-01-03
1
-2
/
+0
*
Avoid some warnings from Sun C.
Guy Harris
2013-06-22
1
-1
/
+5
*
Support filtering PPPoE sessions by ID.
Jorge Boncompte [DTI2]
2013-05-17
1
-1
/
+1
*
Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A.
dzejarczech
2013-04-14
1
-0
/
+11
*
Make some counts unsigned ("counts" as in "they're always >= 0").
Guy Harris
2011-12-09
1
-3
/
+3
*
Add support for CARP.
George Neville-Neil
2011-11-19
1
-0
/
+2
*
Add support for "wlan ra" and "wlan ta".
Guy Harris
2010-07-03
1
-0
/
+2
*
Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layer
guy
2007-11-18
1
-1
/
+6
*
Pick up changes from NetBSD:
guy
2007-06-11
1
-2
/
+2
*
From Sepherosa Ziehau: additional filter operations for 802.11 frame
guy
2007-03-11
1
-1
/
+3
*
From Florent Drouin: a Link Status Signal Unit is called an LSSU, not an
guy
2007-02-08
1
-2
/
+2
*
From Florent Drouin: add support for filtering on MTP2 frame types.
guy
2006-12-21
1
-6
/
+12
*
Add "pppoed" and "pppoes" keywords, for PPPoE Discovery and Session
guy
2005-09-05
1
-1
/
+4
*
From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7
guy
2005-06-20
1
-1
/
+10
[next]