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] a new dissector for a proprietary packet format

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 6 Aug 2004 01:38:20 -0700
On Thu, Aug 05, 2004 at 06:37:21PM +0900, SEKINE Hideki wrote:
> It seems to me that Ethereal does not dissect the "MPLS 
> multicast label switched packet" which has llc.type == 0x8848.

That's a bit bizarre - we dissect both 0x8847 and 0x8848 the same way if
it's running over Cisco HDLC, but we don't do so if it's running over
Ethernet or GRE.

Is there any reason *not* to dissecto 0x8847 and 0x8848 with the same
code in all cases?