From 956de108f0a4ed786986b2c112115ff89110b8cf Mon Sep 17 00:00:00 2001 From: none Date: Mon, 18 Jan 2021 16:23:44 +0100 Subject: [PATCH] do not dump igmp message --- octoserve/igmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoserve/igmp.c b/octoserve/igmp.c index 3963df9..a191a4c 100644 --- a/octoserve/igmp.c +++ b/octoserve/igmp.c @@ -55,7 +55,7 @@ void proc_igmp(struct octoserve *os, uint8_t *b, int l, uint8_t *macheader) //0x0000: 0100 5e07 0101 089e 01b2 03c9 0800 46c0 //0x0010: 0020 0000 4000 0102 3159 c0a8 020e ef07 //0x0020: 0101 9404 0000 1600 f9f6 ef07 0101 - dump(b, l); + //dump(b, l); sprintf(sd, "%03d.%03d.%03d.%03d -> %03d.%03d.%03d.%03d", b[12], b[13], b[14], b[15], b[16], b[17], b[18], b[19]);