Wireshark-bugs: [Wireshark-bugs] [Bug 9303] some DCERPC fragment are not identify leading to cor
Date: Sat, 02 Nov 2013 23:12:52 +0000

Comment # 7 on bug 9303 from
Hmmm, ok. I think you can accomplish the same thing by checking if
pinfo->layer_names contains "DCERPC:"? That should indicate that the current
frame already contains at least one DCERPC fragment without having to store or
manipulate any extra data.

I know that checking layer_names as a string isn't ideal (it's on my todo
list), but it is the right information for this case, I think.


You are receiving this mail because:
  • You are watching all bug changes.