Tim Rots
Tim Rots
Not sure if we should gracefully handle situations like net-snmp appears to do. @cemremengu If you share a pcap with the correct/incorrect responses I can try to take a look...
The example code you mention has been written 6 years ago and could be updated as you suggested. Could you create a PR with a fix?
Done: * fix overflows - #272 * fix ineffectual assignments marshal_test.go- #270 To-do: * improve SNMP trap handling ``` trap.go 163: // TODO there's bugs here 234: // TODO: Check...
Hi Clark, Thanks for bringing this up. > I noticed several todos in the trap.go file referencing the incomplete implementation of V3 traps ... To me that seems like a...
> @TimRots I'm happy to help wherever needed. Thanks Clark, any help would be much appreciated. > Do you have any more context for me about the broken dependency on...
> I'm planning to work on this. Thank you @balasankarrajaguru. I assigned the issue to you. >> Suggestions are welcome Will post back later with some notes
Hi @dgjustice. Thank you for taking the time to reach out about this issue, it's very much appreciated. I would like to help to have the mentioned corner case fixed,...
Thank you Daniel for sharing this additional information. That helped a lot to better understand the issue at hand. I will try my best to have it resolved soon.
Hi @dgjustice , sorry for my slow reply. Have been busy in private life. I have a feature branch locally that fixed the issue, will try to work on it...
Hi @karanmmodi, thank you for reporting this. To reproduce the issue, can you help me with the following questions: * Can you share a complete code sample to reproduce? *...