pktloc: fix typo for tcp.flag.syn
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>
This commit is contained in:
parent
f545295104
commit
2bb90c2c9f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ tcp.flag.urg u8 tcp+13 0x20 5
|
||||||
tcp.flag.ack u8 tcp+13 0x10 4
|
tcp.flag.ack u8 tcp+13 0x10 4
|
||||||
tcp.flag.psh u8 tcp+13 0x08 3
|
tcp.flag.psh u8 tcp+13 0x08 3
|
||||||
tcp.flag.rst u8 tcp+13 0x04 2
|
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.flag.fin u8 tcp+13 0x01
|
||||||
|
|
||||||
tcp.win u16 tcp+14
|
tcp.win u16 tcp+14
|
||||||
|
|
Loading…
Add table
Reference in a new issue