Use the interface specific parameter array.
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 18 May 2011 18:02:30 +0000 (18:02 +0000)
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 18 May 2011 18:02:30 +0000 (18:02 +0000)
commita336fa46ed53d15d3db78f817d9b6537166fbdc9
tree59f8a861990cc1ab8eb5977fc56c40d9d60f8a85
parent1b966dce657c2ba14a02f32903ed556498a0e259
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37248 f5534014-38df-0310-8fa8-9805f1628bb7
capture_sync.c