All of lore.kernel.org
 help / color / mirror / Atom feed
* UNREPLIED ICMP packets & conntrack-tool
@ 2005-11-02 10:04 Krzysztof Oledzki
  2005-11-02 15:55 ` Pablo Neira
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Oledzki @ 2005-11-02 10:04 UTC (permalink / raw)
  To: Pablo Neira; +Cc: netfilter-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 525 bytes --]

Hello,

It seems that second id=7289 is missing:

conntrack -L:
icmp     1 28 src=192.168.0.33 dst=XXX.XXX.XXX.XXX type=8 code=0 id=7289 packets=4 bytes=336 [UNREPLIED] src=XXX.XXX.XXX.XXX dst=192.168.0.33 type=0 code=0 packets=0 bytes=0 mark=0 use=1

/proc/net/ip_conntrack:
icmp     1 28 src=192.168.0.33 dst=XXX.XXX.XXX.XXX type=8 code=0 id=7289 packets=4 bytes=336 [UNREPLIED] src=XXX.XXX.XXX.XXX dst=192.168.0.33 type=0 code=0 id=7289 packets=0 bytes=0 mark=0 use=1


Best regards,


 				Krzysztof Olędzki

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: UNREPLIED ICMP packets & conntrack-tool
  2005-11-02 10:04 UNREPLIED ICMP packets & conntrack-tool Krzysztof Oledzki
@ 2005-11-02 15:55 ` Pablo Neira
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira @ 2005-11-02 15:55 UTC (permalink / raw)
  To: Krzysztof Oledzki; +Cc: netfilter-devel

Krzysztof Oledzki wrote:
> It seems that second id=7289 is missing:
> 
> conntrack -L:
> icmp     1 28 src=192.168.0.33 dst=XXX.XXX.XXX.XXX type=8 code=0 id=7289
> packets=4 bytes=336 [UNREPLIED] src=XXX.XXX.XXX.XXX dst=192.168.0.33
> type=0 code=0 packets=0 bytes=0 mark=0 use=1
> 
> /proc/net/ip_conntrack:
> icmp     1 28 src=192.168.0.33 dst=XXX.XXX.XXX.XXX type=8 code=0 id=7289
> packets=4 bytes=336 [UNREPLIED] src=XXX.XXX.XXX.XXX dst=192.168.0.33
> type=0 code=0 id=7289 packets=0 bytes=0 mark=0 use=1

Fixed. AFAIK, the ICMP id doesn't make too much sense for an ICMP
connection that is not type 8 (ECHO), that's why I decided not to
display it. But it's a good a idea keeping the same classical output
that cat /proc/net/ip_conntrack does.

-- 
Pablo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-02 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-02 10:04 UNREPLIED ICMP packets & conntrack-tool Krzysztof Oledzki
2005-11-02 15:55 ` Pablo Neira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.