[PATCH 1/1] pktloc: fix typo for tcp.flag.syn

Thomas Haller thaller at redhat.com
Mon Feb 16 23:42:53 PST 2015


http://lists.infradead.org/pipermail/libnl/2015-February/001829.html

Reported-by: Georgi Chulkov <georgi at guinpen.eu>
Signed-off-by: Thomas Haller <thaller at redhat.com>
---
 Hi Georgi,

 yes, it's a typo. Thanks for reporting.

 @Thomas, do you agree to change that -- breaking compatibility wise?

 Thomas

 etc/pktloc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/pktloc b/etc/pktloc
index 505c44e..8559161 100644
--- a/etc/pktloc
+++ b/etc/pktloc
@@ -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
-- 
1.9.3




More information about the libnl mailing list