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] Null headers and decoding data from an arbitrary position in

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Thu, 2 Dec 1999 21:59:18 -0800
> I am interested in adding another feature to Ethereal. I have seen a
> capture file that seems to be from a Cisco to Cisco sync link, where each
> frame had 0xFF000800 on the front.  
> 
> It was clear that the packets were IP; they started with 0x45.

I.e., they had

	0xFF 0x00 0x08 0x00 0x45 ... ?

If so, it may also be clear that they're IP from the 0x08 0x00 - that
looks suspiciously like the Ethernet packet type for IP.

Now I'm curious what the 0xFF 0x00 is - what type of capture file was it
(i.e., was it "tcpdump"/"libpcap", or Sniffer, or...), and what type of
sync link was it?

I.e., this may not be a null header, it may be some other encapsulation
for which we may want to add support.

(An AltaVista search for

	"FF 00 08 00 45"

found nothing - but it *did* offer me the opportunity to

	Find Products and Comparison shop for "FF 00 08 00 45"

and if I clicked on that link, it said

	Shopping search found 0 matches. Try refining your search below. 

	   What product do you want to buy? 
                                          

		[text box] 	Type in a specific product, keyword,
				or product/part number

	   What features do you want? 
                                   

		[text box]	Type in the specific product features
				(Ex: Dolby, DTS compatible, etc.) 

	   What brands do you like? 
                                

		[text box]	Type in the manufacturer or brand
				name (Ex. SONY, Panasonic, etc.) 

Computers' literal-mindedness can be *so* amusing at times....)