ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] patch: packet-sua.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Niels Koot <Niels.Koot@xxxxxxxxxxxxx>
Date: Thu, 7 Aug 2003 18:12:12 +0200
I found out that the SUA sub dissection code I posted earlier contained the
following bugs:
- No sub dissection when the 'tree' is NULL
- Sub dissection data in global variables is not cleared.

The first bug is fixed by also parsing the parameters required for sub
dissection in case 'tree' is NULL and the latter by getting rid of those
global variables and using arguments to pass the sub dissection data.

Attached are the updates on version 0.9.14 with "diff -u"

Regards,

Niels

Attachment: packet-sua.c.diff
Description: Binary data