[tcpdump-workers] Fix DAG Stream support in dag_create()

2013-08-15 Thread Stephen Donnelly
It appears that when "Have non-interface modules take responsibility for 
identifying their devices" 2426611 
 
was committed, the heuristic for DAG device names was insufficient.


https://github.com/the-tcpdump-group/libpcap/commit/2426611584e9099af5f98d18ef37337df9bef025

The impact is that libpcap cannot capture from DAG streams other than 0, 
which will significantly affect some users.


This issue also affects libpcap_1.4 branch.

DAG capture device names are of the format dagN or dagN:M where N is the 
device number and M is the stream number. The former implies stream 0.


Thanks to joseph.cicc...@emulex.com  
for his initial patch.


I have created a pull request at github:
https://github.com/the-tcpdump-group/libpcap/pull/313

Regards,
Stephen.


___
tcpdump-workers mailing list
tcpdump-workers@lists.tcpdump.org
https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers


Re: [tcpdump-workers] Fix DAG Stream support in dag_create()

2013-08-15 Thread Guy Harris

On Aug 15, 2013, at 4:17 PM, Stephen Donnelly  
wrote:

> I have created a pull request at github:
> https://github.com/the-tcpdump-group/libpcap/pull/313

Merged and cherry-picked into the 1.4 branch.
___
tcpdump-workers mailing list
tcpdump-workers@lists.tcpdump.org
https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers