Ethereal-dev: [Ethereal-dev] Need to add SAP 0xC8 for HPR

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

From: Edward Mazurek <emazurek@xxxxxxxxx>
Date: Sat, 28 Feb 2004 09:34:28 -0500
Hi,

I need to add a new SAP to Ethereal to get it to recognize SAP
0xC8 as a SNA SAP. This is a default SAP for HPR.

I've found what I want to do, I think. Pretty simple really. In the
file lls_saps.h I want to add:

#define    SAP_HPR_Default        0xC8

In packet_llc.c I want to add SAP_HPR_Default to the sap_vals
array.

I think that's it.

What do I need on my Windows 2K machine to compile/build it?

The Ethereal users guide has nothing about building on Win 2K.

From reading the archives it sounds like I need a bunch of
packages installed(winpcap, msvc?, etc...). I've never built
anything on Win 2K before.

Is there anyone out there that has some directions on this?

Any help is appreciated!

Thanks,

Ed