ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37248: /trunk/ /trunk/: capture_sync.c

Date: Wed, 18 May 2011 18:02:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37248

User: tuexen
Date: 2011/05/18 11:02 AM

Log:
 Use the interface specific parameter array.
 
 This enables the capturing from mulitple interfaces using 
 tshark and wireshark (at the command line).
 (tshark -i lo0 -i en0) or (wireshark -k -i lo0 -i en0)
 works. You can capture from multiple remote and local
 interfaces.
 
 Based on work from Irene Ruengeler.

Directory: /trunk/
  Changes    Path              Action
  +73 -67    capture_sync.c    Modified