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

Ethereal-dev: Re: [Ethereal-dev] RX/AFS dissectors updated

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

From: Nathan Neulinger <nneul@xxxxxxx>
Date: Sat, 26 May 2001 21:14:00 -0500
> On frame 65 of "afs.cap", the old dissector listed a bunch of arguments
> to the give-up-callbacks information, but the new dissector doesn't;
> does that operation take any arguments, or is the stuff after the opcode
> just junk?

Yes, it is supposed to have arguments:

GiveUpCallBacks(
  IN  AFSCBFids *Fids_Array,
  AFSCBs *CallBacks_Array
) = 147;


Should have a file id array, followed by a callback array. The response
packet has no data though.

-- Nathan

------------------------------------------------------------
Nathan Neulinger                       EMail:  nneul@xxxxxxx
University of Missouri - Rolla         Phone: (573) 341-4841
CIS - Systems Programming                Fax: (573) 341-4216