I am having a hard time finding a way to Display filter packets with SYN+FIN combo, regardless if other flags are set. Would this be the correct syntax? tcp.flags.syn==1 && tcp.flags.fin==1 When i do this but use other flags that one would expect together, the results only give me packets with either one or the other flag set. I need packets with BOTH set. someone please help? asked 01 Dec '16, 14:09 sonocroc edited 01 Dec '16, 14:10 |
One Answer:
answered 02 Dec '16, 00:58 Jasper ♦♦ |