Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: SV: [Ethereal-dev] [patch] small AFP bugfix and a PAP dissector

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

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Thu, 13 Oct 2005 07:23:33 +0200
Checked in.
Brg
Anders

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För didier
Skickat: den 12 oktober 2005 00:48
Till: Ethereal development
Ämne: [Ethereal-dev] [patch] small AFP bugfix and a PAP dissector

Hi,
Add a PAP dissector to appletalk.
Notes:
- there's a name conflict with ppp pap so I'm using apap.
- it uses conversation.dissector_handle directly

BTW setup_frame in conversation is broken, with more than one 
conversation find_conversation doesn't always return the right one.

Didier