RE: SNMP Trap LF in DisplayString

2008-03-31 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Larry Low > Sent: Monday, March 31, 2008 10:38 AM > I've been trying to do this in configuration but I can't > quite figure out the command. > > format "%B\n\n%b\n\n%V\n\n%v\n\n" > traphandle default /opt/traphandler/test.pl

RE: SNMP Trap LF in DisplayString

2008-03-31 Thread Larry Low
_ From: Larry Low Sent: Tuesday, March 25, 2008 11:01 AM To: Larry Low; net-snmp-users@lists.sourceforge.net Subject: RE: SNMP Trap LF in DisplayString Maybe this was suited more for the devel list. I'm thinking, if there isn't one already, an option to e

RE: SNMP Trap LF in DisplayString

2008-03-25 Thread Larry Low
lto:[EMAIL PROTECTED] On Behalf Of Larry Low Sent: Monday, March 24, 2008 6:25 PM To: net-snmp-users@lists.sourceforge.net Subject: SNMP Trap LF in DisplayString snmptrapd will separate out variable bindings with LF when used. The problem is that DisplayString can have CR LF, CR, and CR NUL. Since C

SNMP Trap LF in DisplayString

2008-03-24 Thread Larry Low
snmptrapd will separate out variable bindings with LF when used. The problem is that DisplayString can have CR LF, CR, and CR NUL. Since CR anything else is invalid maybe separating out the variable bindings with CR CR would cause less problems when trying to parse? Thoughts? Larry Low