jvinet / knock

A port-knocking daemon
http://www.zeroflux.org/projects/knock
GNU General Public License v2.0
552 stars 114 forks source link

fix generated libpcap filter expression for tcp-push #24

Closed JonathonReinhart closed 8 years ago

JonathonReinhart commented 8 years ago

Libpcap understands "tcp-push", not "tcp-psh". Previously, a config file containing "tcpflags = psh" would cause knockd to fail to start.