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] Serial Infrared (SIR) dissection [PATCH]

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

From: Shaun Jackman <sjackman@xxxxxxxxx>(by way of Shaun Jackman <sjackman@xxxxxxxxx>)
Date: Fri, 25 Jun 2004 12:44:56 -0700
This patch adds Serial Infrared (SIR) dissection to the
existing IrDA plugin. It requires the recent crc16 patch.
Please, apply.

Cheers,
Shaun


2004-06-23  Shaun Jackman  <sjackman@xxxxxxxxxx>

        * plugins/irda/packet-sir.c: New. Dissect serial infrared (SIR) packets.
	* plugins/irda/moduleinfo.h: Bump version to 0.0.6.
	* plugins/irda/irda-appl.h: Call proto_register_irsir().
	* plugins/irda/Makefile.am: Add packet-sir.c.
	* plugins/irda/Makefile.in: Regenerate.
	* plugins/irda/Makefile: Regenerate.
	* plugins/irda/Makefile.nmake: Add packet-sir.obj.


 Makefile       |   10 +-
 Makefile.am    |    3
 Makefile.in    |   10 +-
 Makefile.nmake |    2
 irda-appl.h    |    4 +
 moduleinfo.h   |    2
 packet-sir.c   |  217 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 239 insertions(+), 9 deletions(-)

Attachment: sir.diff.gz
Description: Serial Infrared (SIR) dissection [PATCH]