]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
pktloc: fix typo for tcp.flag.syn
authorThomas Haller <thaller@redhat.com>
Tue, 17 Feb 2015 07:42:53 +0000 (08:42 +0100)
committerThomas Haller <thaller@redhat.com>
Tue, 17 Feb 2015 14:26:15 +0000 (15:26 +0100)
http://lists.infradead.org/pipermail/libnl/2015-February/001829.html
http://lists.infradead.org/pipermail/libnl/2015-February/001830.html

Reported-by: Georgi Chulkov <georgi@guinpen.eu>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
etc/pktloc

index 505c44e606f37a55069563cc1be8a9604fa2f6c5..8559161b3b0604fc07c1eb789e2012685f4b1512 100644 (file)
@@ -58,7 +58,7 @@ tcp.flag.urg  u8              tcp+13          0x20            5
 tcp.flag.ack   u8              tcp+13          0x10            4
 tcp.flag.psh   u8              tcp+13          0x08            3
 tcp.flag.rst   u8              tcp+13          0x04            2
-tpc.flag.syn   u8              tcp+13          0x02            1
+tcp.flag.syn   u8              tcp+13          0x02            1
 tcp.flag.fin   u8              tcp+13          0x01
 
 tcp.win                u16             tcp+14