Bug 23362

Summary: tcpdump wrong on sppp CISCO_HDLC encoded link
Product: Base System Reporter: fujiwara <fujiwara>
Component: miscAssignee: Bill Fenner <fenner>
Status: Closed FIXED    
Severity: Affects Only Me CC: ohm
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
if_sr.c.diff none

Description fujiwara 2000-12-07 19:50:01 UTC
	FreeBSD's bpf doesnot distingish PPP and CISCO_HDLC.
	tcpdump on CISCO_HDLC link with some expressions,
	tcpdump don't catch any bpf data.

Fix: Support DLT_CHDLC with BPF and sr driver,
	or catch CISCO_HDLC packet when DLT_PPP.
How-To-Repeat: 
	use RISCom sr driver with CISCO_HDLC mode.
Comment 1 Bill Fenner freebsd_committer freebsd_triage 2001-11-03 00:35:13 UTC
Responsible Changed
From-To: freebsd-bugs->fenner

I'm trying to deal with tcpdump stuff.
Comment 2 Bill Fenner 2001-11-03 00:57:21 UTC
Could you try this patch?  BPF knows about Cisco encapsulation; it just
needs to be told that the interface
is using it.

Thanks,
  Bill
Comment 3 Bill Fenner freebsd_committer freebsd_triage 2001-11-09 17:30:52 UTC
State Changed
From-To: open->feedback

Awaiting feedback on driver patch.
Comment 4 Bill Fenner freebsd_committer freebsd_triage 2003-07-31 22:37:48 UTC
State Changed
From-To: feedback->closed

Feedback timeout.