Comment # 4
on bug 10386
from Evan Huus
I'm not sure what's going on here.
dissect_ac_if_hdr_body is setting the class_data of the usb_conv_info to be an
audio_conv_info. This is happening for a usb_conv_info of IF_CLASS_AUDIO.
Somehow, somewhere, that usb_conv_info is having its class *changed* to
IF_CLASS_VIDEO. The usb-video dissector then tries to read class_data as a
video_conf_info (which it's not) and things blow up.
I will bisect, but Martin I suspect one of your recent changes.
You are receiving this mail because:
- You are watching all bug changes.