Ethereal-dev: Re: [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: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 28 Feb 2004 13:31:59 -0800
On Sat, Feb 28, 2004 at 01:30:11PM -0800, Guy Harris wrote:
> To do that, you'd need to change the SNA dissector to do
> 
> 	dissector_add("llc.dsap", SAP_HPR_Default, sna_handle);
> 
> in "proto_reg_handoff_sna()" in "packet-sna.c".

You might also want to do

	dissector_add("llc.xid_dsap", SAP_HPR_Default, sna_xid_handle);

if any XID frames use that SAP.