Ask Your Question
0

Dissects part of syslog message based on OID

asked 2018-07-20 06:21:11 +0000

MSK gravatar image

Hello,

I am working on a dissector which shall dissect part of syslog messages based on the OID so the specific syslog messages using the OID shall be dissected on my protocol whereas other syslog messages shall be dissected on the regular syslog protocol defined in packet-syslog.c. So both the protocol shall use the same UDP port but I want the higher level UDP to send the packets to my protocol when the OID matches. Is this even possible?

Any advice is highly appreciated as I am not sure how to go about achieving this.

Best Regardsd

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-07-22 05:10:48 +0000

Anders gravatar image

From what I gather you need to modify the syslog dissector to detect the oid and then call your dissector with the data.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-07-20 06:21:11 +0000

Seen: 365 times

Last updated: Jul 22 '18