I commented out a line in snmptsm.c and got it to work. tsm_process_in_msg(struct snmp_secmod_incoming_params *parms) // parms->pdu->transport_data = NULL;
-----Original Message----- From: Robert Story [mailto:[email protected]] Sent: Wednesday, November 03, 2010 1:20 PM To: Warren, Daniel Cc: [email protected] Subject: Re: DTLS Trap PDU missing transport_data On Wed, 27 Oct 2010 10:59:44 -0400 [email protected] wrote: DWC> When I sent a v2c trap the trap source address [UDP: DWC> [10.230.57.6]:3772 was displayed in the output. DWC> [...] DWC> When I sent a trap over DTLS the trap source address was not DWC> displayed in the output. This is a known issue. The interface between net-snmp and OpenSSL is a bit odd. If you turn on the dtlsudp debug token (-Ddtlsudp) you'll see the actual address/ports involved. While it is a known issues, I don't think there's a bug report yet. If you could submit one, that'd be great. ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
