[Click] ipreassembler problem

Beyers Cronje bcronje at gmail.com
Wed Sep 19 11:42:20 EDT 2007


Hi,

You probably need to filter IP packets as well, in case your dump file
include for instance ARP packets etc.

So your config will probably look something like this:

FromDump(in.dmp, STOP true) -> Classifier(12/0800) -> MarkIPHeader(14) ->
IPReassembler -> ToDump(out.dmp);

On 9/19/07, Nicholas Weaver <nweaver at icsi.berkeley.edu> wrote:
>
> On Wed, Sep 19, 2007 at 05:20:35PM +0200, Marcin composed:
> > Dear All,
> >
> > I need to take all fragmented packets from the trace file reassemble
> > them and output to another trace file. I tried to do it this way:
> >
> > FromDump(in.dmp, STOP true) -> IPReassembler -> ToDump(out.dmp)"
> >
> > I receive this error message:
> >
> > click: ../elements/ip/ipreassembler.cc:225: virtual Packet*
> > IPReassembler::simple_action(Packet*): Assertion `iph' failed.
> >
> > Any tips would be appreciated.
>
> CheckIPHeader or MarkIPHeader is needed before the IPReassembler.
>
>
>
> > Marcin
> >
> >
> >
> > ----------------------------------------------------------------------
> > Generator zabawnych dowodow!
> >
> > Kliknij >>> http://link.interia.pl/f1b96
> >
> > _______________________________________________
> > click mailing list
> > click at amsterdam.lcs.mit.edu
> > https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>
> --
> Nicholas C. Weaver                               nweaver at icsi.berkeley.edu
>      This message has been ROT-13 encrypted twice for higher security.
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>


More information about the click mailing list