pandora-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pandora] extrange behaviour of tcpscan component


From: uaca
Subject: [Pandora] extrange behaviour of tcpscan component
Date: Mon, 2 Dec 2002 17:47:51 +0100
User-agent: Mutt/1.3.28i

Hi all again!

while doing some tests on pandora I found that the following stacks doesn't
print the same amount of packets

%prova12ip {
#       @pcap [ $device = "eth0" ];
      @pcap [ $file = "/home/ulisses/prova11.dump" ];
#      @ipfragswitch (
#                        @demux [ $algo = "ipquad" ]
#                        < @ipreass [ $timeout = 30 ] >
#                    )
      @print;
      @discard;
}

%prova12tcp {
      @pcap [ $file = "/home/ulisses/prova11.dump" ];
#      @ipfragswitch (
#                        @demux [ $algo = "ipquad" ]
#                        < @ipreass [ $timeout = 30 ] >
#                    )
      @tcpscan;
      @print;
      @discard;
}


Please note that I don't use defragmentation components, also packets are not
fragmented

the dump referenced here is at http://pusa.uv.es/~ulisses/pandora/

Any comment would be greatly apreciated

        Ulisses


                Debian GNU/Linux: a dream come true
-----------------------------------------------------------------------------
"Computers are useless. They can only give answers."            Pablo Picasso

--->    Visita http://www.valux.org/ para saber acerca de la    <---
--->    AsociaciĆ³n Valenciana de Usuarios de Linux              <---
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]