What is the technical reason why DDP AppleTalk doesn't work with WiFi?

Since we're on the topic of AppleTalk / DDP, I have been doing some Wireshark captures from said virtual router to get a better understanding of AppleTalk. The packets are just raw data on UDP port 387 (port resolves as "aurp").

It appears, at first glance, that Wireshark supports interpreting AppleTalk: it includes "dissectors" for ATP and DDP. However, they don't appear in the list of "decoders," and I can't figure out how to get Wireshark to dissect or translate these packets.

My Wireshark is the latest version (4.6.4).

Is there a dissector or translator missing? Or is its support for ATP limited to analysis of AppleTalk traffic over TCP?
 
On the mail interface selection screen use filter "atalk" for all DDP packets. I generally set this as "atalk or aarp" to get all startup traffic. Once sniffing, you can use "afp","asp","atp","aarp", and "pap" to isolate specific protocols as well. Wireshark does not have dissectors for MacIP (TCP/IP encapsulated by AppleTalk).

AURP is the AppleTalk-over-TCP/IP tunneling protocol used to run GlobalTalk. WireShark may not properly decode these packets either, although it shouldn't be hard to add as its just another layer on top of the existing dissectors.
 
Back
Top