Michael Mann
changed
bug 8616
What |
Removed |
Added |
CC |
|
mmann78@netscape.net
|
Comment # 2
on bug 8616
from Michael Mann
(In reply to comment #0)
> Important: Switched of returning 'FALSE' in dissect_skinny (line 3260) to
> make this patch work. This is not correct, but i could not find the solution
> to make this work correctly.
This is a basic "heuristic" check for the protocol. If the "header version"
isn't one of the types listed, then it probably (in the mind of the dissector)
isn't a skinny packet and another dissector should get a shot at it. Do your
traces have additional "header version" values? If so they should be added to
the if statement (or even better you can convert the if statement to using
try_val_to_str with the header_version value_string and append your additional
header version values there).
You are receiving this mail because:
- You are watching all bug changes.