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] new DSI packet dissector

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

From: Randy McEoin <rmceoin@xxxxxx>
Date: Thu, 24 May 2001 11:06:06 -0700
Please accept my packet dissector for the DSI layer. You're welcome to add it to the Ethereal project. I find the Ethereal program very handy and would be pleased to have contributed. If there's something I should change, additions, modifications, please let me know.

Data Stream Interface is the layer over TCP that is used by AFP over
TCP. DSI is run over the tcp port 548. AppleTalk Filing Protocol is then run
over the DSI layer.  I've included the dissector source packet-dsi.c,
patches to the Makefiles, an example packet session using DSI, and
the official Apple documentation that includes the specification for DSI.

The next step would be to create a dissector for AFP.

Randy McEoin
rmceoin@xxxxxx

-rw-r--r-- rmceoin/users 13014 2001-05-24 09:31:47 packet-dsi.c
-rw-r--r-- rmceoin/users   418 2001-05-24 09:32:36 Makefile.am.patch
-rw-r--r-- rmceoin/users   433 2001-05-24 09:33:17 Makefile.nmake.patch
-rw-r--r-- rmceoin/users 344474 2001-05-24 10:15:13 dsiexample.pcap
-rw-r--r-- rmceoin/users 423875 2001-05-24 10:15:22 AFP 2.1 & 2.2.pdf

Attachment: dsi.tar.gz
Description: application/gzip