From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 10 Jan 2012 13:59:27 +0000 (13:59 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 10 Jan 2012 13:59:27 +0000 (13:59 +0000)
commitd856cbda847fd729e8e5c9d152b8c29f237df071
treea3df7f32cd493310a7f670447e9a5a88cb2e907b
parent8ab6ad62c063fe8025ca156cb424a48cdb9c6149
From Jose Pedro Oliveira  via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6719
pcapio.c: bug in libpcap_write_interface_description_block

The attached patch fixes a copy_and_paste error in the code of the function libpcap_write_interface_description_block(): strlen(name) instead of strlen(filter).

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