Hi,
2013/1/20 Jaap Keuter
> On 01/18/2013 08:05 PM, Evan Huus wrote:
> > On Fri, Jan 18, 2013 at 1:12 PM, Bálint Réczey
> wrote:
> >> Hi,
> >>
> >> I think we did a very good job in maintaining backward compatibility
> >> in 1.6.x and 1.8.x releases [1].
> >>
> >> In >1.6.1 there were no back
Jasper Bongertz wrote:
Hi all,
can anyone tell me when Wireshark/Dumpcap will actually write a Name
Resolution Block to a pcapng file? I have a file written with an older
dumpcap version (I guess it was pre 1.8) that contains a NRB but the
latest 1.9 build doesn't seem to do that at all.
I trie
On 21 January 2013 17:27, Dirk Jagdmann wrote:
> the logical and is the very same in both revisions. But what makes this
> code
> confusing is the use of "prefs.capture_device" in one place and then
> "prefs_p->capture_device" in another. Maybe what you really want is
>
> if ((global_capture_opts
the logical and is the very same in both revisions. But what makes this code
confusing is the use of "prefs.capture_device" in one place and then
"prefs_p->capture_device" in another. Maybe what you really want is
if ((global_capture_opts.num_selected == 0) &&
(prefs.capture_device != NULL) &&