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] patch for 802.11 dissector

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

From: Motonori Shindo <mshindo@xxxxxxxxxxx>
Date: Mon, 22 Sep 2003 17:31:44 +0900 (JST)
Guy,

Since you changed the signature of dissect_vendor_specific_ie(), you'd
also have to change packet-eapol.c which makes use of this
function. Will you take care of it?

Regards,

From: Guy Harris <guy@xxxxxxxxxxxx>
Subject: Re: [Ethereal-dev] patch for 802.11 dissector
Date: Fri, 19 Sep 2003 20:24:28 -0700

> 
> On Sep 19, 2003, at 3:17 AM, Motonori Shindo wrote:
> 
> > Please find attached a patch to make vendor specific tag to be
> > displayed in more consistent way with other tagged parameters.
> 
> I checked in a change to put the tag number and length into the tree 
> before doing the "switch()" statement, with two calls for all tags 
> rather than tag-specific calls.
> 
>