EttusResearch / uhd

The USRP™ Hardware Driver Repository
http://uhd.ettus.com
Other
995 stars 666 forks source link

dissectors wireshark API changes #88

Closed selinux closed 7 years ago

selinux commented 7 years ago

when I start wireshark 2.2.3 after succesfully build wireshark dissectors I get an... chdr-plugin.so: undefined symbol tvb_get_string

It seems that tvb_get_string() has been replaced by tvb_get_string_enc()

from wireshark...

=== Major API Changes

mbr0wn commented 7 years ago

@selinux Thanks for the pointer! We'll need to make sure we support a spectrum of Wireshark APIs, but this seems fixable.

mbr0wn commented 7 years ago

I remember seeing this, too, but I can't reproduce now. I have the dissector running on 2.2.6. Not sure if some changes were required, but I'm closing unless we find a way to reproduce this.